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
Definition: CMSEmNoDeltaRay.h:9
CMSEmNoDeltaRay::~CMSEmNoDeltaRay
~CMSEmNoDeltaRay() override
Definition: CMSEmNoDeltaRay.cc:83
CMSEmNoDeltaRay::verbose
G4int verbose
Definition: CMSEmNoDeltaRay.h:18
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
CMSEmNoDeltaRay::region
std::string region
Definition: CMSEmNoDeltaRay.h:19
CMSEmNoDeltaRay::ConstructParticle
void ConstructParticle() override
Definition: CMSEmNoDeltaRay.cc:85
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
CMSEmNoDeltaRay::ConstructProcess
void ConstructProcess() override
Definition: CMSEmNoDeltaRay.cc:131
CMSEmNoDeltaRay::CMSEmNoDeltaRay
CMSEmNoDeltaRay(const G4String &name, G4int ver, const std::string &reg)
Definition: CMSEmNoDeltaRay.cc:72