CMS 3D CMS Logo

CMSEmStandardPhysics95msc93.h
Go to the documentation of this file.
1 #ifndef SimG4Core_PhysicsLists_CMSEmStandardPhysics95msc93_h
2 #define SimG4Core_PhysicsLists_CMSEmStandardPhysics95msc93_h
3 
4 #include "HepPDT/ParticleDataTable.hh"
5 #include "G4VPhysicsConstructor.hh"
6 #include "globals.hh"
7 #include <string>
8 
9 class CMSEmStandardPhysics95msc93 : public G4VPhysicsConstructor {
10 public:
11  CMSEmStandardPhysics95msc93(const G4String& name, G4int ver, const std::string& reg);
13 
14  void ConstructParticle() override;
15  void ConstructProcess() override;
16 
17 private:
18  G4int verbose;
20 };
21 
22 #endif
CMSEmStandardPhysics95msc93(const G4String &name, G4int ver, const std::string &reg)