00001 #ifndef PHOTONINTERACTIONXS_H 00002 #define PHOTONINTERACTIONXS_H 00003 00004 #include "NdbMF.h" 00005 00006 /* ========= NdbPhotonInteractionXS ============ */ 00007 class NdbPhotonInteractionXS : public NdbMF 00008 { 00009 protected: 00010 00011 public: 00012 NdbPhotonInteractionXS() 00013 : NdbMF(23, "Photo-atomic interaction cross sections") {} 00014 ~NdbPhotonInteractionXS() {} 00015 00016 ClassDef(NdbPhotonInteractionXS,1) 00017 }; // NdbPhotonInteractionXS 00018 00019 #endif