G4EventGenerator Class Reference

#include <G4EventGenerator.hh>

Inheritance diagram for G4EventGenerator:

G4HadronicInteraction

Public Member Functions

 G4EventGenerator ()
 ~G4EventGenerator ()
virtual G4double GetWidth (G4VertexCode &theCode)=0
virtual G4double GetCrossSection (G4InteractionCode &theCode)=0
virtual G4ReactionProductGetFinalState (G4InteractionCode &theCode)=0

Detailed Description

Definition at line 36 of file G4EventGenerator.hh.


Constructor & Destructor Documentation

G4EventGenerator::G4EventGenerator (  ) 

Definition at line 34 of file G4EventGenerator.cc.

References G4HadronicInteraction::SetMaxEnergy(), and G4HadronicInteraction::SetMinEnergy().

00035 {
00036    SetMinEnergy (0 *GeV);
00037    SetMaxEnergy (0 *GeV);
00038 }

G4EventGenerator::~G4EventGenerator (  ) 

Definition at line 45 of file G4EventGenerator.cc.

00046 {
00047 }


Member Function Documentation

virtual G4double G4EventGenerator::GetCrossSection ( G4InteractionCode theCode  )  [pure virtual]

virtual G4ReactionProduct* G4EventGenerator::GetFinalState ( G4InteractionCode theCode  )  [pure virtual]

virtual G4double G4EventGenerator::GetWidth ( G4VertexCode theCode  )  [pure virtual]


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:51:56 2013 for Geant4 by  doxygen 1.4.7