CMS 3D CMS Logo

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