CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimG4Core/PhysicsLists/interface/CMSEmNoDeltaRay.h

Go to the documentation of this file.
00001 #ifndef SimG4Core_PhysicsLists_CMSEmNoDeltaRay_h
00002 #define SimG4Core_PhysicsLists_CMSEmNoDeltaRay_h
00003 
00004 #include "HepPDT/ParticleDataTable.hh"
00005 #include "G4VPhysicsConstructor.hh"
00006 #include "globals.hh"
00007 #include <string>
00008 
00009 class CMSEmNoDeltaRay : public G4VPhysicsConstructor {
00010 
00011 public:
00012   CMSEmNoDeltaRay(const G4String& name, G4int ver, std::string reg);
00013   virtual ~CMSEmNoDeltaRay();
00014 
00015   virtual void ConstructParticle();
00016   virtual void ConstructProcess();
00017 
00018 private:
00019   G4int               verbose;
00020   std::string         region;
00021 };
00022 
00023 #endif
00024 
00025 
00026 
00027 
00028 
00029