00001 #ifndef THERMALNEUTRON_H 00002 #define THERMALNEUTRON_H 00003 00004 #include "NdbMF.h" 00005 00006 /* ========= NdbThermalNeutron ============ */ 00007 class NdbThermalNeutron : public NdbMF 00008 { 00009 protected: 00010 00011 public: 00012 NdbThermalNeutron() 00013 : NdbMF(7, "Thermal neutron scattering law data") {} 00014 00015 ~NdbThermalNeutron() {} 00016 00017 ClassDef(NdbThermalNeutron,1) 00018 }; // NdbThermalNeutron 00019 00020 #endif