Geant4  10.00.p02
G4VHighEnergyGenerator Class Referenceabstract

#include <G4VHighEnergyGenerator.hh>

+ Inheritance diagram for G4VHighEnergyGenerator:
+ Collaboration diagram for G4VHighEnergyGenerator:

Public Member Functions

 G4VHighEnergyGenerator (const G4String &modelName="High Energy Generator")
 
virtual ~G4VHighEnergyGenerator ()
 
virtual G4V3DNucleusGetWoundedNucleus () const =0
 
virtual G4V3DNucleusGetProjectileNucleus () const
 
virtual G4KineticTrackVectorScatter (const G4Nucleus &theNucleus, const G4DynamicParticle &thePrimary)=0
 
std::pair< G4double, G4doubleGetEnergyMomentumCheckLevels () const
 
void SetEnergyMomentumCheckLevels (G4double relativeLevel, G4double AbsoluteLevel)
 
virtual void ModelDescription (std::ostream &) const
 
virtual G4String GetModelName () const
 

Private Member Functions

 G4VHighEnergyGenerator (const G4VHighEnergyGenerator &right)
 
const G4VHighEnergyGeneratoroperator= (const G4VHighEnergyGenerator &right)
 
int operator== (const G4VHighEnergyGenerator &right) const
 
int operator!= (const G4VHighEnergyGenerator &right) const
 

Private Attributes

std::pair< G4double, G4doubleepCheckLevels
 
G4String theGeneratorModelName
 

Detailed Description

Definition at line 47 of file G4VHighEnergyGenerator.hh.

Constructor & Destructor Documentation

G4VHighEnergyGenerator::G4VHighEnergyGenerator ( const G4String modelName = "High Energy Generator")

Definition at line 35 of file G4VHighEnergyGenerator.cc.

References theGeneratorModelName.

G4VHighEnergyGenerator::~G4VHighEnergyGenerator ( )
virtual

Definition at line 42 of file G4VHighEnergyGenerator.cc.

G4VHighEnergyGenerator::G4VHighEnergyGenerator ( const G4VHighEnergyGenerator right)
private

Member Function Documentation

std::pair< G4double, G4double > G4VHighEnergyGenerator::GetEnergyMomentumCheckLevels ( ) const

Definition at line 46 of file G4VHighEnergyGenerator.cc.

References epCheckLevels.

Referenced by G4TheoFSGenerator::GetEnergyMomentumCheckLevels().

+ Here is the caller graph for this function:

G4String G4VHighEnergyGenerator::GetModelName ( ) const
virtual

Definition at line 63 of file G4VHighEnergyGenerator.cc.

References theGeneratorModelName.

Referenced by GetProjectileNucleus(), G4VPartonStringModel::ModelDescription(), and G4TheoFSGenerator::ModelDescription().

+ Here is the caller graph for this function:

G4V3DNucleus * G4VHighEnergyGenerator::GetProjectileNucleus ( ) const
virtual

Reimplemented in G4FTFModel, G4VPartonStringModel, G4QGSModel< ParticipantType >, G4QGSModel< G4GammaParticipants >, and G4QGSModel< G4QGSParticipants >.

Definition at line 68 of file G4VHighEnergyGenerator.cc.

References FatalException, G4endl, G4Exception(), and GetModelName().

Referenced by G4TheoFSGenerator::ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual G4V3DNucleus* G4VHighEnergyGenerator::GetWoundedNucleus ( ) const
pure virtual

Implemented in G4FTFModel, G4VPartonStringModel, G4QGSModel< ParticipantType >, G4QGSModel< G4GammaParticipants >, and G4QGSModel< G4QGSParticipants >.

Referenced by G4TheoFSGenerator::ApplyYourself().

+ Here is the caller graph for this function:

void G4VHighEnergyGenerator::ModelDescription ( std::ostream &  outFile) const
virtual

Reimplemented in G4FTFModel, G4QGSModel< ParticipantType >, G4QGSModel< G4GammaParticipants >, G4QGSModel< G4QGSParticipants >, and G4VPartonStringModel.

Definition at line 58 of file G4VHighEnergyGenerator.cc.

Referenced by G4TheoFSGenerator::ModelDescription().

+ Here is the caller graph for this function:

int G4VHighEnergyGenerator::operator!= ( const G4VHighEnergyGenerator right) const
private
const G4VHighEnergyGenerator& G4VHighEnergyGenerator::operator= ( const G4VHighEnergyGenerator right)
private
int G4VHighEnergyGenerator::operator== ( const G4VHighEnergyGenerator right) const
private
virtual G4KineticTrackVector* G4VHighEnergyGenerator::Scatter ( const G4Nucleus theNucleus,
const G4DynamicParticle thePrimary 
)
pure virtual

Implemented in G4VPartonStringModel.

Referenced by G4TheoFSGenerator::ApplyYourself().

+ Here is the caller graph for this function:

void G4VHighEnergyGenerator::SetEnergyMomentumCheckLevels ( G4double  relativeLevel,
G4double  AbsoluteLevel 
)

Definition at line 51 of file G4VHighEnergyGenerator.cc.

References epCheckLevels.

Referenced by G4FTFModel::G4FTFModel().

+ Here is the caller graph for this function:

Member Data Documentation

std::pair<G4double, G4double> G4VHighEnergyGenerator::epCheckLevels
private
G4String G4VHighEnergyGenerator::theGeneratorModelName
private

Definition at line 73 of file G4VHighEnergyGenerator.hh.

Referenced by G4VHighEnergyGenerator(), and GetModelName().


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