![]() |
![]() |
00001 #ifndef SimG4Core_PhysicsLists_CMSEmStandardPhysicsSync_h 00002 #define SimG4Core_PhysicsLists_CMSEmStandardPhysicsSync_h 00003 00004 #include "HepPDT/ParticleDataTable.hh" 00005 #include "G4VPhysicsConstructor.hh" 00006 #include "globals.hh" 00007 #include <string> 00008 00009 class CMSEmStandardPhysicsSync : public G4VPhysicsConstructor { 00010 00011 public: 00012 CMSEmStandardPhysicsSync(const G4String& name, G4int ver, G4bool type, std::string reg); 00013 virtual ~CMSEmStandardPhysicsSync(); 00014 00015 virtual void ConstructParticle(); 00016 virtual void ConstructProcess(); 00017 00018 private: 00019 G4int verbose; 00020 G4bool srType; 00021 std::string region; 00022 }; 00023 00024 #endif 00025 00026 00027 00028 00029 00030