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 
16 
17 class CMSEmStandardPhysicsLPM : public G4VPhysicsConstructor {
18 public:
19  CMSEmStandardPhysicsLPM(G4int ver, const edm::ParameterSet& p);
20  ~CMSEmStandardPhysicsLPM() override;
21 
22  void ConstructParticle() override;
23  void ConstructProcess() override;
24 };
25 
26 #endif
CMSEmStandardPhysicsLPM(G4int ver, const edm::ParameterSet &p)