Go to the documentation of this file.00001 #ifndef SimG4Core_PhysicsLists_CMSNeutronXS_h
00002 #define SimG4Core_PhysicsLists_CMSNeutronXS_h
00003
00004 #include "G4VPhysicsConstructor.hh"
00005 #include "globals.hh"
00006
00007 class CMSNeutronXS : public G4VPhysicsConstructor {
00008
00009 public:
00010
00011 CMSNeutronXS(const G4String& nam, G4int ver);
00012 virtual ~CMSNeutronXS();
00013
00014 virtual void ConstructParticle();
00015 virtual void ConstructProcess();
00016
00017 private:
00018 G4int verbose;
00019 };
00020
00021 #endif
00022
00023
00024
00025
00026
00027