EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4decayer/P6DExtDecayerPhysics.hh>
Public Member Functions | |
P6DExtDecayerPhysics (const G4String &name="ExtDecayer") | |
virtual | ~P6DExtDecayerPhysics () |
void | SetForceDecay (EDecayType force_decay_type) |
EDecayType | GetForceDecay () |
Protected Member Functions | |
virtual void | ConstructParticle () |
virtual void | ConstructProcess () |
Private Member Functions | |
P6DExtDecayerPhysics (const P6DExtDecayerPhysics &right) | |
Not implemented. | |
P6DExtDecayerPhysics & | operator= (const P6DExtDecayerPhysics &right) |
Not implemented. | |
Private Attributes | |
bool | _active_force_decay |
EDecayType | _force_decay_type |
The builder for external decayer.
The external decayer is added to all instantiated decay processes
Definition at line 48 of file P6DExtDecayerPhysics.hh.
View newest version in sPHENIX GitHub at line 48 of file P6DExtDecayerPhysics.hh
P6DExtDecayerPhysics::P6DExtDecayerPhysics | ( | const G4String & | name = "ExtDecayer" | ) |
Standard constructor
Definition at line 56 of file P6DExtDecayerPhysics.cc.
View newest version in sPHENIX GitHub at line 56 of file P6DExtDecayerPhysics.cc
|
virtual |
Destructor
Definition at line 66 of file P6DExtDecayerPhysics.cc.
View newest version in sPHENIX GitHub at line 66 of file P6DExtDecayerPhysics.cc
|
private |
Not implemented.
|
protectedvirtual |
Nothing to be done here
Definition at line 77 of file P6DExtDecayerPhysics.cc.
View newest version in sPHENIX GitHub at line 77 of file P6DExtDecayerPhysics.cc
|
protectedvirtual |
Loop over all particles instantiated and add external decayer to all decay processes if External decayer is set
Definition at line 84 of file P6DExtDecayerPhysics.cc.
View newest version in sPHENIX GitHub at line 84 of file P6DExtDecayerPhysics.cc
References _active_force_decay, _force_decay_type, aParticleIterator, G4Pythia6Decayer::ForceDecayType(), particle, and G4Pythia6Decayer::SetVerboseLevel().
|
inline |
Definition at line 59 of file P6DExtDecayerPhysics.hh.
View newest version in sPHENIX GitHub at line 59 of file P6DExtDecayerPhysics.hh
References _force_decay_type.
|
private |
Not implemented.
|
inline |
Definition at line 54 of file P6DExtDecayerPhysics.hh.
View newest version in sPHENIX GitHub at line 54 of file P6DExtDecayerPhysics.hh
References _active_force_decay, and _force_decay_type.
Referenced by PHG4Reco::Init().
|
private |
Definition at line 73 of file P6DExtDecayerPhysics.hh.
View newest version in sPHENIX GitHub at line 73 of file P6DExtDecayerPhysics.hh
Referenced by ConstructProcess(), and SetForceDecay().
|
private |
Definition at line 74 of file P6DExtDecayerPhysics.hh.
View newest version in sPHENIX GitHub at line 74 of file P6DExtDecayerPhysics.hh
Referenced by ConstructProcess(), GetForceDecay(), and SetForceDecay().