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 
10 public:
11  CMSEmStandardPhysicsLPM(G4int ver);
12  ~CMSEmStandardPhysicsLPM() override;
13 
14  void ConstructParticle() override;
15  void ConstructProcess() override;
16 
17 private:
18  G4int verbose;
19 };
20 
21 #endif
22 
23 
24 
25 
26 
27