CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/SimG4Core/CustomPhysics/interface/CustomPhysics.h

Go to the documentation of this file.
00001 #ifndef SimG4Core_CustomPhysics_H
00002 #define SimG4Core_CustomPhysics_H
00003  
00004 #include "SimG4Core/Physics/interface/PhysicsList.h"
00005 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00006  
00007 class CustomPhysics : public PhysicsList
00008 {
00009 public:
00010     CustomPhysics(G4LogicalVolumeToDDLogicalPartMap& map, const HepPDT::ParticleDataTable * table_, sim::FieldBuilder *fieldBuilder_, const edm::ParameterSet & p);
00011 };
00012  
00013 #endif