CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
15 class CMSEmStandardPhysicsEMZ : public G4VPhysicsConstructor {
16 public:
17  CMSEmStandardPhysicsEMZ(G4int ver);
18  ~CMSEmStandardPhysicsEMZ() override;
19 
20  void ConstructParticle() override;
21  void ConstructProcess() override;
22 };
23 
24 #endif