Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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