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_EMZ_H
0002 #define SimG4Core_PhysicsLists_QGSPCMS_FTFP_BERT_EMZ_H 1
0003 
0004 // QGSP_FTFP_BERT_EMZ is a standard Geant4 Physics List FTFP_BERT with Option4
0005 //                    EM Physics configuration: used GS multiple scattering
0006 //                    model for e+- below 100 MeV. Very precised simulation
0007 //                    for thin layers. This configuration may be used for R&D
0008 //                    of tracker and HGCal detector performnace. The similation
0009 //                    is expected to be approximately two times slower then
0010 //                    with the CMS production Physics List
0011 
0012 #include "SimG4Core/Physics/interface/PhysicsList.h"
0013 #include "FWCore/ParameterSet/interface/ParameterSet.h"
0014 
0015 class QGSPCMS_FTFP_BERT_EMZ : public PhysicsList {
0016 public:
0017   QGSPCMS_FTFP_BERT_EMZ(const edm::ParameterSet& p);
0018 };
0019 
0020 #endif