Revision 54807d9b7051c0e88d7074c9d2205bbd884e0210 authored by Axel Naumann on 12 April 2022, 16:24:02 UTC, committed by Axel Naumann on 12 April 2022, 16:24:02 UTC
1 parent c67b5e1
Raw File
NdbFormFactors.h
#ifndef MFFORMFACTORS_H
#define MFFORMFACTORS_H

#include "NdbMF.h"

/* ========= NdbFormFactors ============ */
class NdbFormFactors : public NdbMF
{
protected:

public:
   NdbFormFactors()
      : NdbMF(27, "Atomic form factors or scattering functions "
         "for photo-atomic interactions") {}
   ~NdbFormFactors() {}

   ClassDef(NdbFormFactors,1)

}; // NdbFormFactors

#endif
back to top