Geant4  10.00.p02
G4INCL::Book Class Reference

#include <G4INCLBook.hh>

Public Member Functions

 Book ()
 
 ~Book ()
 
void reset ()
 
void incrementAcceptedCollisions ()
 
void incrementBlockedCollisions ()
 
void incrementAcceptedDecays ()
 
void incrementBlockedDecays ()
 
void incrementAvatars (AvatarType type)
 
void incrementCascading ()
 
void decrementCascading ()
 
void incrementEmittedClusters ()
 
void incrementEnergyViolationInteraction ()
 
void setFirstCollisionTime (const G4double t)
 
G4double getFirstCollisionTime () const
 
void setFirstCollisionXSec (const G4double x)
 
G4double getFirstCollisionXSec () const
 
void setFirstCollisionSpectatorPosition (const G4double x)
 
G4double getFirstCollisionSpectatorPosition () const
 
void setFirstCollisionSpectatorMomentum (const G4double x)
 
G4double getFirstCollisionSpectatorMomentum () const
 
void setFirstCollisionIsElastic (const G4bool e)
 
G4bool getFirstCollisionIsElastic () const
 
void setCurrentTime (G4double t)
 
G4double getCurrentTime ()
 
G4int getAcceptedCollisions () const
 
G4int getBlockedCollisions () const
 
G4int getAcceptedDecays () const
 
G4int getBlockedDecays () const
 
G4int getAvatars (AvatarType type) const
 
G4int getCascading () const
 
G4int getEmittedClusters () const
 
G4int getEnergyViolationInteraction () const
 

Private Attributes

G4int nAcceptedCollisions
 
G4int nBlockedCollisions
 
G4int nAcceptedDecays
 
G4int nBlockedDecays
 
G4double currentTime
 
G4double firstCollisionTime
 
G4double firstCollisionXSec
 
G4double firstCollisionSpectatorPosition
 
G4double firstCollisionSpectatorMomentum
 
G4bool firstCollisionIsElastic
 
std::map< AvatarType, G4intnAvatars
 
G4int nCascading
 
G4int nEmittedClusters
 
G4int nEnergyViolationInteraction
 

Detailed Description

Definition at line 44 of file G4INCLBook.hh.

Constructor & Destructor Documentation

G4INCL::Book::Book ( )
inline

Definition at line 46 of file G4INCLBook.hh.

References reset().

+ Here is the call graph for this function:

G4INCL::Book::~Book ( )
inline

Definition at line 49 of file G4INCLBook.hh.

Member Function Documentation

void G4INCL::Book::decrementCascading ( )
inline

Definition at line 77 of file G4INCLBook.hh.

References nCascading.

Referenced by G4INCL::SurfaceAvatar::postInteraction(), and G4INCL::InteractionAvatar::postInteraction().

+ Here is the caller graph for this function:

G4int G4INCL::Book::getAcceptedCollisions ( ) const
inline
G4int G4INCL::Book::getAcceptedDecays ( ) const
inline

Definition at line 101 of file G4INCLBook.hh.

References nAcceptedDecays.

Referenced by G4INCL::Nucleus::fillEventInfo(), and G4INCL::Nucleus::isEventTransparent().

+ Here is the caller graph for this function:

G4int G4INCL::Book::getAvatars ( AvatarType  type) const
inline

Definition at line 103 of file G4INCLBook.hh.

References nAvatars.

Referenced by G4INCL::Nucleus::fillEventInfo().

+ Here is the caller graph for this function:

G4int G4INCL::Book::getBlockedCollisions ( ) const
inline

Definition at line 100 of file G4INCLBook.hh.

References nBlockedCollisions.

Referenced by G4INCL::Nucleus::fillEventInfo().

+ Here is the caller graph for this function:

G4int G4INCL::Book::getBlockedDecays ( ) const
inline

Definition at line 102 of file G4INCLBook.hh.

References nBlockedDecays.

Referenced by G4INCL::Nucleus::fillEventInfo().

+ Here is the caller graph for this function:

G4int G4INCL::Book::getCascading ( ) const
inline

Definition at line 104 of file G4INCLBook.hh.

References nCascading.

Referenced by G4INCL::INCL::continueCascade().

+ Here is the caller graph for this function:

G4double G4INCL::Book::getCurrentTime ( )
inline

Definition at line 97 of file G4INCLBook.hh.

References currentTime.

Referenced by G4INCL::Nucleus::applyFinalState(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::emitInsidePions(), and G4INCL::BinaryCollisionAvatar::postInteraction().

+ Here is the caller graph for this function:

G4int G4INCL::Book::getEmittedClusters ( ) const
inline

Definition at line 105 of file G4INCLBook.hh.

References nEmittedClusters.

Referenced by G4INCL::Nucleus::isEventTransparent().

+ Here is the caller graph for this function:

G4int G4INCL::Book::getEnergyViolationInteraction ( ) const
inline

Definition at line 106 of file G4INCLBook.hh.

Referenced by G4INCL::Nucleus::fillEventInfo().

+ Here is the caller graph for this function:

G4bool G4INCL::Book::getFirstCollisionIsElastic ( ) const
inline

Definition at line 94 of file G4INCLBook.hh.

References firstCollisionIsElastic.

Referenced by G4INCL::Nucleus::fillEventInfo().

+ Here is the caller graph for this function:

G4double G4INCL::Book::getFirstCollisionSpectatorMomentum ( ) const
inline

Definition at line 91 of file G4INCLBook.hh.

References firstCollisionSpectatorMomentum.

Referenced by G4INCL::Nucleus::fillEventInfo().

+ Here is the caller graph for this function:

G4double G4INCL::Book::getFirstCollisionSpectatorPosition ( ) const
inline

Definition at line 88 of file G4INCLBook.hh.

References firstCollisionSpectatorPosition.

Referenced by G4INCL::Nucleus::fillEventInfo().

+ Here is the caller graph for this function:

G4double G4INCL::Book::getFirstCollisionTime ( ) const
inline

Definition at line 82 of file G4INCLBook.hh.

References firstCollisionTime.

Referenced by G4INCL::Nucleus::fillEventInfo().

+ Here is the caller graph for this function:

G4double G4INCL::Book::getFirstCollisionXSec ( ) const
inline

Definition at line 85 of file G4INCLBook.hh.

References firstCollisionXSec.

Referenced by G4INCL::Nucleus::fillEventInfo().

+ Here is the caller graph for this function:

void G4INCL::Book::incrementAcceptedCollisions ( )
inline

Definition at line 71 of file G4INCLBook.hh.

References nAcceptedCollisions.

Referenced by G4INCL::BinaryCollisionAvatar::postInteraction().

+ Here is the caller graph for this function:

void G4INCL::Book::incrementAcceptedDecays ( )
inline

Definition at line 73 of file G4INCLBook.hh.

References nAcceptedDecays.

Referenced by G4INCL::DecayAvatar::postInteraction().

+ Here is the caller graph for this function:

void G4INCL::Book::incrementAvatars ( AvatarType  type)
inline

Definition at line 75 of file G4INCLBook.hh.

References nAvatars.

Referenced by G4INCL::CascadeAction::beforeAvatarDefaultAction().

+ Here is the caller graph for this function:

void G4INCL::Book::incrementBlockedCollisions ( )
inline

Definition at line 72 of file G4INCLBook.hh.

References nBlockedCollisions.

Referenced by G4INCL::BinaryCollisionAvatar::postInteraction().

+ Here is the caller graph for this function:

void G4INCL::Book::incrementBlockedDecays ( )
inline

Definition at line 74 of file G4INCLBook.hh.

References nBlockedDecays.

Referenced by G4INCL::DecayAvatar::postInteraction().

+ Here is the caller graph for this function:

void G4INCL::Book::incrementCascading ( )
inline

Definition at line 76 of file G4INCLBook.hh.

References nCascading.

Referenced by G4INCL::Nucleus::insertParticle(), G4INCL::Store::loadParticles(), and G4INCL::InteractionAvatar::postInteraction().

+ Here is the caller graph for this function:

void G4INCL::Book::incrementEmittedClusters ( )
inline

Definition at line 78 of file G4INCLBook.hh.

References nEmittedClusters.

Referenced by G4INCL::SurfaceAvatar::getChannel().

+ Here is the caller graph for this function:

void G4INCL::Book::incrementEnergyViolationInteraction ( )
inline

Definition at line 79 of file G4INCLBook.hh.

References nEnergyViolationInteraction.

Referenced by G4INCL::InteractionAvatar::enforceEnergyConservation().

+ Here is the caller graph for this function:

void G4INCL::Book::setCurrentTime ( G4double  t)
inline

Definition at line 96 of file G4INCLBook.hh.

References currentTime.

Referenced by G4INCL::StandardPropagationModel::propagate().

+ Here is the caller graph for this function:

void G4INCL::Book::setFirstCollisionIsElastic ( const G4bool  e)
inline

Definition at line 93 of file G4INCLBook.hh.

References firstCollisionIsElastic.

Referenced by G4INCL::BinaryCollisionAvatar::postInteraction().

+ Here is the caller graph for this function:

void G4INCL::Book::setFirstCollisionSpectatorMomentum ( const G4double  x)
inline

Definition at line 90 of file G4INCLBook.hh.

References firstCollisionSpectatorMomentum.

Referenced by G4INCL::BinaryCollisionAvatar::postInteraction().

+ Here is the caller graph for this function:

void G4INCL::Book::setFirstCollisionSpectatorPosition ( const G4double  x)
inline

Definition at line 87 of file G4INCLBook.hh.

References firstCollisionSpectatorPosition.

Referenced by G4INCL::BinaryCollisionAvatar::postInteraction().

+ Here is the caller graph for this function:

void G4INCL::Book::setFirstCollisionTime ( const G4double  t)
inline

Definition at line 81 of file G4INCLBook.hh.

References firstCollisionTime.

Referenced by G4INCL::BinaryCollisionAvatar::postInteraction().

+ Here is the caller graph for this function:

void G4INCL::Book::setFirstCollisionXSec ( const G4double  x)
inline

Definition at line 84 of file G4INCLBook.hh.

References firstCollisionXSec.

Referenced by G4INCL::BinaryCollisionAvatar::postInteraction().

+ Here is the caller graph for this function:

Member Data Documentation

G4double G4INCL::Book::currentTime
private

Definition at line 113 of file G4INCLBook.hh.

Referenced by getCurrentTime(), reset(), and setCurrentTime().

G4bool G4INCL::Book::firstCollisionIsElastic
private

Definition at line 118 of file G4INCLBook.hh.

Referenced by getFirstCollisionIsElastic(), reset(), and setFirstCollisionIsElastic().

G4double G4INCL::Book::firstCollisionSpectatorMomentum
private
G4double G4INCL::Book::firstCollisionSpectatorPosition
private
G4double G4INCL::Book::firstCollisionTime
private

Definition at line 114 of file G4INCLBook.hh.

Referenced by getFirstCollisionTime(), reset(), and setFirstCollisionTime().

G4double G4INCL::Book::firstCollisionXSec
private

Definition at line 115 of file G4INCLBook.hh.

Referenced by getFirstCollisionXSec(), reset(), and setFirstCollisionXSec().

G4int G4INCL::Book::nAcceptedCollisions
private

Definition at line 106 of file G4INCLBook.hh.

Referenced by getAcceptedCollisions(), incrementAcceptedCollisions(), and reset().

G4int G4INCL::Book::nAcceptedDecays
private

Definition at line 111 of file G4INCLBook.hh.

Referenced by getAcceptedDecays(), incrementAcceptedDecays(), and reset().

std::map<AvatarType,G4int> G4INCL::Book::nAvatars
private

Definition at line 119 of file G4INCLBook.hh.

Referenced by getAvatars(), incrementAvatars(), and reset().

G4int G4INCL::Book::nBlockedCollisions
private

Definition at line 110 of file G4INCLBook.hh.

Referenced by getBlockedCollisions(), incrementBlockedCollisions(), and reset().

G4int G4INCL::Book::nBlockedDecays
private

Definition at line 112 of file G4INCLBook.hh.

Referenced by getBlockedDecays(), incrementBlockedDecays(), and reset().

G4int G4INCL::Book::nCascading
private

Definition at line 120 of file G4INCLBook.hh.

Referenced by decrementCascading(), getCascading(), incrementCascading(), and reset().

G4int G4INCL::Book::nEmittedClusters
private

Definition at line 121 of file G4INCLBook.hh.

Referenced by getEmittedClusters(), incrementEmittedClusters(), and reset().

G4int G4INCL::Book::nEnergyViolationInteraction
private

Definition at line 122 of file G4INCLBook.hh.

Referenced by incrementEnergyViolationInteraction(), and reset().


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