CMS 3D CMS Logo

CMSEmStandardPhysicsEMZ.h
Go to the documentation of this file.
1 
2 //--------------------------------------------------------------------
3 //
4 // 15.04.2021 V.Ivanchenko EM physics of CMS mirgrated to Geant4 10.7
5 // based on option4 Geant4 EM and called EMZ
6 //
7 //--------------------------------------------------------------------
8 
9 #ifndef SimG4Core_PhysicsLists_CMSEmStandardPhysicsEMZ_h
10 #define SimG4Core_PhysicsLists_CMSEmStandardPhysicsEMZ_h
11 
12 #include "G4VPhysicsConstructor.hh"
13 #include "globals.hh"
14 
16 
17 class CMSEmStandardPhysicsEMZ : public G4VPhysicsConstructor {
18 public:
19  CMSEmStandardPhysicsEMZ(G4int ver, const edm::ParameterSet& p);
20  ~CMSEmStandardPhysicsEMZ() override = default;
21 
22  void ConstructParticle() override;
23  void ConstructProcess() override;
24 };
25 
26 #endif
CMSEmStandardPhysicsEMZ(G4int ver, const edm::ParameterSet &p)
~CMSEmStandardPhysicsEMZ() override=default