#include <CustomPhysicsListSS.h>
Public Member Functions | |
void | ConstructParticle () override |
void | ConstructProcess () override |
CustomPhysicsListSS (const std::string &name, const edm::ParameterSet &p, bool useuni=false) | |
~CustomPhysicsListSS () override | |
Private Attributes | |
double | dfactor |
bool | fHadronicInteraction |
std::unique_ptr < CustomParticleFactory > | fParticleFactory |
edm::ParameterSet | myConfig |
std::string | particleDefFilePath |
std::string | processDefFilePath |
Static Private Attributes | |
static G4ThreadLocal std::unique_ptr < G4ProcessHelper > | myHelper |
Definition at line 11 of file CustomPhysicsListSS.h.
CustomPhysicsListSS::CustomPhysicsListSS | ( | const std::string & | name, |
const edm::ParameterSet & | p, | ||
bool | useuni = false |
||
) |
Definition at line 26 of file CustomPhysicsListSS.cc.
References dfactor, fHadronicInteraction, personalPlayback::fp, fParticleFactory, edm::FileInPath::fullPath(), edm::ParameterSet::getParameter(), myConfig, myHelper, AlCaHLTBitMon_ParallelJobs::p, and particleDefFilePath.
|
override |
Definition at line 46 of file CustomPhysicsListSS.cc.
|
override |
Definition at line 48 of file CustomPhysicsListSS.cc.
References fParticleFactory, and particleDefFilePath.
|
override |
Definition at line 53 of file CustomPhysicsListSS.cc.
References CommonMethods::cp(), dfactor, fHadronicInteraction, fParticleFactory, CustomParticle::GetCloud(), CustomParticle::GetSpectator(), GeV, myConfig, myHelper, CustomPDGParser::s_isgluinoHadron(), CustomPDGParser::s_issbottomHadron(), and CustomPDGParser::s_isstopHadron().
|
private |
Definition at line 30 of file CustomPhysicsListSS.h.
Referenced by ConstructProcess(), and CustomPhysicsListSS().
|
private |
Definition at line 24 of file CustomPhysicsListSS.h.
Referenced by ConstructProcess(), and CustomPhysicsListSS().
|
private |
Definition at line 22 of file CustomPhysicsListSS.h.
Referenced by ConstructParticle(), ConstructProcess(), and CustomPhysicsListSS().
|
private |
Definition at line 26 of file CustomPhysicsListSS.h.
Referenced by ConstructProcess(), and CustomPhysicsListSS().
|
staticprivate |
Definition at line 20 of file CustomPhysicsListSS.h.
Referenced by ConstructProcess(), and CustomPhysicsListSS().
|
private |
Definition at line 28 of file CustomPhysicsListSS.h.
Referenced by ConstructParticle(), and CustomPhysicsListSS().
|
private |
Definition at line 29 of file CustomPhysicsListSS.h.