00001 #ifndef RADIOXS_H 00002 #define RADIOXS_H 00003 00004 #include "NdbMF.h" 00005 00006 /* ========= NdbRadioXS ============ */ 00007 class NdbRadioXS : public NdbMF 00008 { 00009 protected: 00010 00011 public: 00012 NdbRadioXS() 00013 : NdbMF(10, "Cross section for radioactive nuclide production") {} 00014 00015 ~NdbRadioXS() {} 00016 00017 ClassDef(NdbRadioXS,1) 00018 }; // NdbRadioXS 00019 00020 #endif