CMS 3D CMS Logo

CMSEmStandardPhysics.h
Go to the documentation of this file.
1 #ifndef SimG4Core_PhysicsLists_CMSEmStandardPhysics_h
2 #define SimG4Core_PhysicsLists_CMSEmStandardPhysics_h
3 
4 #include "G4VPhysicsConstructor.hh"
5 #include "globals.hh"
6 
7 class CMSEmStandardPhysics : public G4VPhysicsConstructor {
8 public:
9  CMSEmStandardPhysics(G4int ver);
10  ~CMSEmStandardPhysics() override;
11 
12  void ConstructParticle() override;
13  void ConstructProcess() override;
14 
15 private:
16  G4int verbose;
17 };
18 
19 #endif
void ConstructParticle() override
void ConstructProcess() override