CMS 3D CMS Logo

CMSEmStandardPhysicsXS.h
Go to the documentation of this file.
1 #ifndef SimG4Core_PhysicsLists_CMSEmStandardPhysicsXS_h
2 #define SimG4Core_PhysicsLists_CMSEmStandardPhysicsXS_h
3 
4 #include "G4VPhysicsConstructor.hh"
5 #include "globals.hh"
6 
7 class CMSEmStandardPhysicsXS : public G4VPhysicsConstructor {
8 
9 public:
10  CMSEmStandardPhysicsXS(G4int ver);
11  ~CMSEmStandardPhysicsXS() override;
12 
13  void ConstructParticle() override;
14  void ConstructProcess() override;
15 
16 private:
17  G4int verbose;
18 };
19 
20 #endif
21 
22 
23 
24 
25 
26