EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
P6DExtDecayerPhysics Class Reference

#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4decayer/P6DExtDecayerPhysics.hh>

+ Inheritance diagram for P6DExtDecayerPhysics:
+ Collaboration diagram for P6DExtDecayerPhysics:

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.
 
P6DExtDecayerPhysicsoperator= (const P6DExtDecayerPhysics &right)
 Not implemented.
 

Private Attributes

bool _active_force_decay
 
EDecayType _force_decay_type
 

Detailed Description

The builder for external decayer.

The external decayer is added to all instantiated decay processes

Author
I. Hrivnacova; IPN Orsay

Definition at line 48 of file P6DExtDecayerPhysics.hh.

View newest version in sPHENIX GitHub at line 48 of file P6DExtDecayerPhysics.hh

Constructor & Destructor Documentation

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

P6DExtDecayerPhysics::~P6DExtDecayerPhysics ( )
virtual

Destructor

Definition at line 66 of file P6DExtDecayerPhysics.cc.

View newest version in sPHENIX GitHub at line 66 of file P6DExtDecayerPhysics.cc

P6DExtDecayerPhysics::P6DExtDecayerPhysics ( const P6DExtDecayerPhysics right)
private

Not implemented.

Member Function Documentation

void P6DExtDecayerPhysics::ConstructParticle ( )
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

void P6DExtDecayerPhysics::ConstructProcess ( )
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().

+ Here is the call graph for this function:

EDecayType P6DExtDecayerPhysics::GetForceDecay ( )
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.

P6DExtDecayerPhysics& P6DExtDecayerPhysics::operator= ( const P6DExtDecayerPhysics right)
private

Not implemented.

void P6DExtDecayerPhysics::SetForceDecay ( EDecayType  force_decay_type)
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().

+ Here is the caller graph for this function:

Member Data Documentation

bool P6DExtDecayerPhysics::_active_force_decay
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().

EDecayType P6DExtDecayerPhysics::_force_decay_type
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().


The documentation for this class was generated from the following files: