Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:27

0001 #ifndef SimG4Core_PhysicsLists_FTFPCMS_BERT_EMY_H
0002 #define SimG4Core_PhysicsLists_FTFPCMS_BERT_EMY_H
0003 
0004 // FTFP_BERT_EMY is a standard Geant4 Physics List FTFP_BERT with Option3
0005 //               EM Physics configuration: forced more steps of e+- near
0006 //               geometry boundary. This configuration may be used for R&D of
0007 //               tracker and HGCal detector performnace. The similation
0008 //               is expected to be approximately two times slower then
0009 //               with the CMS production Physics List
0010 
0011 #include "SimG4Core/Physics/interface/PhysicsList.h"
0012 #include "FWCore/ParameterSet/interface/ParameterSet.h"
0013 
0014 class FTFPCMS_BERT_EMY : public PhysicsList {
0015 public:
0016   FTFPCMS_BERT_EMY(const edm::ParameterSet& p);
0017 };
0018 
0019 #endif