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_EMZ_H
0002 #define SimG4Core_PhysicsLists_FTFPCMS_BERT_EMZ_H
0003 
0004 // FTFP_BERT_EMZ is a standard Geant4 Physics List FTFP_BERT with Option4
0005 //               EM Physics configuration: used GS multiple scattering model
0006 //               for e+- below 100 MeV. Very precised simulation for thin
0007 //               layers. This configuration may be used for R&D of
0008 //               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 FTFPCMS_BERT_EMZ : public PhysicsList {
0016 public:
0017   FTFPCMS_BERT_EMZ(const edm::ParameterSet& p);
0018 };
0019 
0020 #endif