00001 #ifndef MFFORMFACTORS_H 00002 #define MFFORMFACTORS_H 00003 00004 #include "NdbMF.h" 00005 00006 /* ========= NdbFormFactors ============ */ 00007 class NdbFormFactors : public NdbMF 00008 { 00009 protected: 00010 00011 public: 00012 NdbFormFactors() 00013 : NdbMF(27, "Atomic form factors or scattering functions " 00014 "for photo-atomic interactions") {} 00015 ~NdbFormFactors() {} 00016 00017 ClassDef(NdbFormFactors,1) 00018 00019 }; // NdbFormFactors 00020 00021 #endif