Geant4_10
Public Member Functions | List of all members
G4Event Class Reference

#include <G4Event.hh>

Public Member Functions

 G4Event ()
 
 G4Event (G4int evID)
 
 ~G4Event ()
 
voidoperator new (size_t)
 
void operator delete (void *anEvent)
 
G4int operator== (const G4Event &right) const
 
G4int operator!= (const G4Event &right) const
 
void Print () const
 
void Draw () const
 
void SetEventID (G4int i)
 
void SetHCofThisEvent (G4HCofThisEvent *value)
 
void SetDCofThisEvent (G4DCofThisEvent *value)
 
void SetTrajectoryContainer (G4TrajectoryContainer *value)
 
void SetEventAborted ()
 
void SetRandomNumberStatus (G4String &st)
 
void SetRandomNumberStatusForProcessing (G4String &st)
 
void KeepTheEvent (G4bool vl=true)
 
G4bool ToBeKept () const
 
G4int GetEventID () const
 
void AddPrimaryVertex (G4PrimaryVertex *aPrimaryVertex)
 
G4int GetNumberOfPrimaryVertex () const
 
G4PrimaryVertexGetPrimaryVertex (G4int i=0) const
 
G4HCofThisEventGetHCofThisEvent () const
 
G4DCofThisEventGetDCofThisEvent () const
 
G4TrajectoryContainerGetTrajectoryContainer () const
 
G4bool IsAborted () const
 
void SetUserInformation (G4VUserEventInformation *anInfo)
 
G4VUserEventInformationGetUserInformation () const
 
const G4StringGetRandomNumberStatus () const
 
const G4StringGetRandomNumberStatusForProcessing () const
 

Detailed Description

Definition at line 52 of file G4Event.hh.

Constructor & Destructor Documentation

G4Event::G4Event ( )

Definition at line 42 of file G4Event.cc.

G4Event::G4Event ( G4int  evID)

Definition at line 52 of file G4Event.cc.

G4Event::~G4Event ( )

Definition at line 62 of file G4Event.cc.

Here is the call graph for this function:

Member Function Documentation

void G4Event::AddPrimaryVertex ( G4PrimaryVertex aPrimaryVertex)
inline

Definition at line 143 of file G4Event.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4Event::Draw ( ) const

Definition at line 92 of file G4Event.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4DCofThisEvent* G4Event::GetDCofThisEvent ( ) const
inline

Definition at line 176 of file G4Event.hh.

Here is the caller graph for this function:

G4int G4Event::GetEventID ( ) const
inline

Definition at line 140 of file G4Event.hh.

G4HCofThisEvent* G4Event::GetHCofThisEvent ( ) const
inline

Definition at line 174 of file G4Event.hh.

Here is the caller graph for this function:

G4int G4Event::GetNumberOfPrimaryVertex ( ) const
inline

Definition at line 153 of file G4Event.hh.

Here is the caller graph for this function:

G4PrimaryVertex* G4Event::GetPrimaryVertex ( G4int  i = 0) const
inline

Definition at line 156 of file G4Event.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

const G4String& G4Event::GetRandomNumberStatus ( ) const
inline

Definition at line 190 of file G4Event.hh.

Here is the call graph for this function:

const G4String& G4Event::GetRandomNumberStatusForProcessing ( ) const
inline

Definition at line 198 of file G4Event.hh.

Here is the call graph for this function:

G4TrajectoryContainer* G4Event::GetTrajectoryContainer ( ) const
inline

Definition at line 178 of file G4Event.hh.

Here is the caller graph for this function:

G4VUserEventInformation* G4Event::GetUserInformation ( ) const
inline

Definition at line 188 of file G4Event.hh.

Here is the caller graph for this function:

G4bool G4Event::IsAborted ( ) const
inline

Definition at line 184 of file G4Event.hh.

Here is the caller graph for this function:

void G4Event::KeepTheEvent ( G4bool  vl = true)
inline

Definition at line 134 of file G4Event.hh.

Here is the caller graph for this function:

void G4Event::operator delete ( void anEvent)
inline

Definition at line 217 of file G4Event.hh.

void * G4Event::operator new ( size_t  )
inline

Definition at line 211 of file G4Event.hh.

G4int G4Event::operator!= ( const G4Event right) const

Definition at line 82 of file G4Event.cc.

G4int G4Event::operator== ( const G4Event right) const

Definition at line 77 of file G4Event.cc.

void G4Event::Print ( void  ) const

Definition at line 87 of file G4Event.cc.

Here is the caller graph for this function:

void G4Event::SetDCofThisEvent ( G4DCofThisEvent value)
inline

Definition at line 118 of file G4Event.hh.

Here is the caller graph for this function:

void G4Event::SetEventAborted ( )
inline

Definition at line 122 of file G4Event.hh.

Here is the caller graph for this function:

void G4Event::SetEventID ( G4int  i)
inline

Definition at line 114 of file G4Event.hh.

Here is the caller graph for this function:

void G4Event::SetHCofThisEvent ( G4HCofThisEvent value)
inline

Definition at line 116 of file G4Event.hh.

void G4Event::SetRandomNumberStatus ( G4String st)
inline

Definition at line 124 of file G4Event.hh.

Here is the caller graph for this function:

void G4Event::SetRandomNumberStatusForProcessing ( G4String st)
inline

Definition at line 129 of file G4Event.hh.

void G4Event::SetTrajectoryContainer ( G4TrajectoryContainer value)
inline

Definition at line 120 of file G4Event.hh.

void G4Event::SetUserInformation ( G4VUserEventInformation anInfo)
inline

Definition at line 187 of file G4Event.hh.

Here is the caller graph for this function:

G4bool G4Event::ToBeKept ( ) const
inline

Definition at line 136 of file G4Event.hh.

Here is the caller graph for this function:


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