Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4VHighEnergyGenerator Class Referenceabstract

#include <G4VHighEnergyGenerator.hh>

Inheritance diagram for G4VHighEnergyGenerator:
Inheritance graph
[legend]

Public Member Functions

 G4VHighEnergyGenerator (const G4String &modelName="High Energy Generator")
 
virtual ~G4VHighEnergyGenerator ()
 
virtual G4V3DNucleusGetWoundedNucleus () const =0
 
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
 

Detailed Description

Definition at line 45 of file G4VHighEnergyGenerator.hh.

Constructor & Destructor Documentation

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

Definition at line 33 of file G4VHighEnergyGenerator.cc.

G4VHighEnergyGenerator::~G4VHighEnergyGenerator ( )
virtual

Definition at line 40 of file G4VHighEnergyGenerator.cc.

Member Function Documentation

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

Definition at line 44 of file G4VHighEnergyGenerator.cc.

Here is the caller graph for this function:

G4String G4VHighEnergyGenerator::GetModelName ( ) const
virtual

Definition at line 61 of file G4VHighEnergyGenerator.cc.

Here is the caller graph for this function:

virtual G4V3DNucleus* G4VHighEnergyGenerator::GetWoundedNucleus ( ) const
pure virtual
void G4VHighEnergyGenerator::ModelDescription ( std::ostream &  outFile) const
virtual

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

Definition at line 56 of file G4VHighEnergyGenerator.cc.

Here is the caller graph for this function:

virtual G4KineticTrackVector* G4VHighEnergyGenerator::Scatter ( const G4Nucleus theNucleus,
const G4DynamicParticle thePrimary 
)
pure virtual

Implemented in G4VPartonStringModel.

Here is the caller graph for this function:

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

Definition at line 49 of file G4VHighEnergyGenerator.cc.

Here is the caller graph for this function:


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