#include <CustomPhysicsListSS.h>
Public Member Functions | |
virtual void | ConstructParticle () |
virtual void | ConstructProcess () |
CustomPhysicsListSS (std::string name, const edm::ParameterSet &p) | |
virtual | ~CustomPhysicsListSS () |
Private Attributes | |
bool | fHadronicInteraction |
edm::ParameterSet | myConfig |
std::string | particleDefFilePath |
std::string | processDefFilePath |
Static Private Attributes | |
static G4ThreadLocal G4Decay * | fDecayProcess = 0 |
static G4ThreadLocal G4ProcessHelper * | myHelper = 0 |
Definition at line 15 of file CustomPhysicsListSS.h.
CustomPhysicsListSS::CustomPhysicsListSS | ( | std::string | name, |
const edm::ParameterSet & | p | ||
) |
Definition at line 25 of file CustomPhysicsListSS.cc.
References fHadronicInteraction, edm::FileInPath::fullPath(), edm::ParameterSet::getParameter(), myConfig, myHelper, AlCaHLTBitMon_ParallelJobs::p, and particleDefFilePath.
|
virtual |
Definition at line 38 of file CustomPhysicsListSS.cc.
|
virtual |
Definition at line 41 of file CustomPhysicsListSS.cc.
References CustomParticleFactory::loadCustomParticles(), and particleDefFilePath.
|
virtual |
Definition at line 45 of file CustomPhysicsListSS.cc.
References SimDataFormats::CaloAnalysis::cp, fDecayProcess, fHadronicInteraction, CustomParticle::GetCloud(), CustomParticleFactory::GetCustomParticles(), CustomParticle::GetSpectator(), GeV, myConfig, myHelper, and CustomPDGParser::s_isRHadron().
|
staticprivate |
Definition at line 26 of file CustomPhysicsListSS.h.
Referenced by ConstructProcess().
|
private |
Definition at line 29 of file CustomPhysicsListSS.h.
Referenced by ConstructProcess(), and CustomPhysicsListSS().
|
private |
Definition at line 31 of file CustomPhysicsListSS.h.
Referenced by ConstructProcess(), and CustomPhysicsListSS().
|
staticprivate |
Definition at line 27 of file CustomPhysicsListSS.h.
Referenced by ConstructProcess(), and CustomPhysicsListSS().
|
private |
Definition at line 33 of file CustomPhysicsListSS.h.
Referenced by ConstructParticle(), and CustomPhysicsListSS().
|
private |
Definition at line 34 of file CustomPhysicsListSS.h.