![]()  | 
						
							 
								ECCE @ EIC Software
							  
							
								Reference for 
								ECCE @ EIC 
								simulation and reconstruction software on GitHub
							  
						 | 
					
 Inheritance diagram for G4INCL::IAvatar:Public Member Functions | |
| IAvatar () | |
| IAvatar (G4double time) | |
| virtual | ~IAvatar () | 
| virtual G4INCL::IChannel * | getChannel ()=0 | 
| FinalState * | getFinalState () | 
| void | fillFinalState (FinalState *fs) | 
| virtual void | preInteraction ()=0 | 
| virtual void | postInteraction (FinalState *)=0 | 
| G4double | getTime () const | 
| virtual ParticleList | getParticles () const =0 | 
| virtual std::string | dump () const =0 | 
| AvatarType | getType () const | 
| G4bool | isACollision () const | 
| G4bool | isADecay () const | 
| void | setType (AvatarType t) | 
| long | getID () const | 
| std::string | toString () | 
Protected Attributes | |
| G4double | theTime | 
Private Attributes | |
| long | ID | 
| AvatarType | type | 
Static Private Attributes | |
| static G4ThreadLocal long | nextID = 1 | 
Definition at line 72 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 72 of file G4INCLIAvatar.hh
| G4INCL::IAvatar::IAvatar | ( | ) | 
Definition at line 53 of file G4INCLIAvatar.cc.
View newest version in sPHENIX GitHub at line 53 of file G4INCLIAvatar.cc
| G4INCL::IAvatar::IAvatar | ( | G4double | time | ) | 
Definition at line 61 of file G4INCLIAvatar.cc.
View newest version in sPHENIX GitHub at line 61 of file G4INCLIAvatar.cc
      
  | 
  virtual | 
Definition at line 69 of file G4INCLIAvatar.cc.
View newest version in sPHENIX GitHub at line 69 of file G4INCLIAvatar.cc
References INCL_DEBUG.
      
  | 
  pure virtual | 
Implemented in G4INCL::SurfaceAvatar, G4INCL::DecayAvatar, G4INCL::BinaryCollisionAvatar, and G4INCL::ParticleEntryAvatar.
Referenced by G4INCL::CascadeAction::beforeAvatarDefaultAction().
 Here is the caller graph for this function:| void G4INCL::IAvatar::fillFinalState | ( | FinalState * | fs | ) | 
Definition at line 96 of file G4INCLIAvatar.cc.
View newest version in sPHENIX GitHub at line 96 of file G4INCLIAvatar.cc
References c, G4INCL::IChannel::fillFinalState(), getChannel(), G4INCL::Random::getSeeds(), INCL_DEBUG, postInteraction(), and preInteraction().
Referenced by G4INCL::INCL::cascade(), and getFinalState().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4INCL::InteractionAvatar, G4INCL::SurfaceAvatar, G4INCL::DecayAvatar, G4INCL::BinaryCollisionAvatar, and G4INCL::ParticleEntryAvatar.
Referenced by fillFinalState().
 Here is the caller graph for this function:| FinalState * G4INCL::IAvatar::getFinalState | ( | ) | 
Definition at line 90 of file G4INCLIAvatar.cc.
View newest version in sPHENIX GitHub at line 90 of file G4INCLIAvatar.cc
References fillFinalState(), and Acts::UnitConstants::fs.
Referenced by G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), and G4INCL::INCL::makeCompoundNucleus().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 94 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 94 of file G4INCLIAvatar.hh
Referenced by G4INCL::CascadeAction::afterAvatarDefaultAction(), G4INCL::CascadeAction::beforeAvatarDefaultAction(), and toString().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4INCL::SurfaceAvatar, G4INCL::DecayAvatar, G4INCL::BinaryCollisionAvatar, and G4INCL::ParticleEntryAvatar.
Referenced by G4INCL::Store::add(), G4INCL::Store::addParticleEntryAvatar(), G4INCL::Store::removeAvatar(), and toString().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 84 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 84 of file G4INCLIAvatar.hh
Referenced by G4INCL::AvatarDumpAction::afterAvatarUserAction(), G4INCL::Store::avatarComparisonPredicate(), G4INCL::StandardPropagationModel::propagate(), and toString().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 90 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 90 of file G4INCLIAvatar.hh
Referenced by G4INCL::AvatarDumpAction::afterAvatarUserAction(), G4INCL::CascadeAction::beforeAvatarDefaultAction(), G4INCL::InteractionAvatar::shouldUseLocalEnergy(), and toString().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 91 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 91 of file G4INCLIAvatar.hh
References G4INCL::CollisionAvatarType.
Referenced by G4INCL::CascadeAction::afterAvatarDefaultAction().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 92 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 92 of file G4INCLIAvatar.hh
References G4INCL::DecayAvatarType.
Referenced by G4INCL::CascadeAction::afterAvatarDefaultAction().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4INCL::InteractionAvatar, G4INCL::SurfaceAvatar, G4INCL::BinaryCollisionAvatar, G4INCL::DecayAvatar, and G4INCL::ParticleEntryAvatar.
Referenced by fillFinalState().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4INCL::InteractionAvatar, G4INCL::SurfaceAvatar, G4INCL::BinaryCollisionAvatar, G4INCL::DecayAvatar, and G4INCL::ParticleEntryAvatar.
Referenced by fillFinalState().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 93 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 93 of file G4INCLIAvatar.hh
References t.
Referenced by G4INCL::BinaryCollisionAvatar::BinaryCollisionAvatar(), G4INCL::DecayAvatar::DecayAvatar(), G4INCL::ParticleEntryAvatar::ParticleEntryAvatar(), and G4INCL::SurfaceAvatar::SurfaceAvatar().
 Here is the caller graph for this function:| std::string G4INCL::IAvatar::toString | ( | ) | 
Definition at line 73 of file G4INCLIAvatar.cc.
View newest version in sPHENIX GitHub at line 73 of file G4INCLIAvatar.cc
References e, getID(), getParticles(), getTime(), getType(), numberOfParticles, and readPY::pl.
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 98 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 98 of file G4INCLIAvatar.hh
Referenced by IAvatar().
      
  | 
  staticprivate | 
Definition at line 100 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 100 of file G4INCLIAvatar.hh
Referenced by IAvatar().
      
  | 
  protected | 
Definition at line 102 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 102 of file G4INCLIAvatar.hh
Referenced by G4INCL::ParticleEntryAvatar::dump(), G4INCL::BinaryCollisionAvatar::dump(), G4INCL::DecayAvatar::dump(), and G4INCL::SurfaceAvatar::dump().
      
  | 
  private | 
Definition at line 99 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 99 of file G4INCLIAvatar.hh