CMS 3D CMS Logo

CMSEmStandardPhysicsLPM.h
Go to the documentation of this file.
1 //--------------------------------------------------------------------
2 //
3 // 10.06.2018 V.Ivanchenko EM physics of CMS mirgrated to Geant4 10.6
4 // based on option1 Geant4 EM and called EMM
5 // 15.04.2021 Become legacy and will retire soon
6 //
7 //--------------------------------------------------------------------
8 
9 #ifndef SimG4Core_PhysicsLists_CMSEmStandardPhysicsLPM_h
10 #define SimG4Core_PhysicsLists_CMSEmStandardPhysicsLPM_h
11 
12 #include "G4VPhysicsConstructor.hh"
13 #include "globals.hh"
14 
15 class CMSEmStandardPhysicsLPM : public G4VPhysicsConstructor {
16 public:
17  CMSEmStandardPhysicsLPM(G4int ver);
18  ~CMSEmStandardPhysicsLPM() override;
19 
20  void ConstructParticle() override;
21  void ConstructProcess() override;
22 };
23 
24 #endif