CMS 3D CMS Logo

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