Geant4_10
Classes | Public Member Functions | List of all members
Run Class Reference

#include <Run.hh>

Inheritance diagram for Run:
Inheritance graph
[legend]
Collaboration diagram for Run:
Collaboration graph
[legend]

Public Member Functions

 Run (DetectorConstruction *)
 
 ~Run ()
 
void CountTraks0 (G4int nt)
 
void CountTraks1 (G4int nt)
 
void CountSteps0 (G4int ns)
 
void CountSteps1 (G4int ns)
 
void CountProcesses (G4String procName)
 
void AddEdep (G4double val)
 
void AddTrueRange (G4double l)
 
void AddProjRange (G4double x)
 
void AddTransvDev (G4double y)
 
void SetPrimary (G4ParticleDefinition *particle, G4double energy)
 
void PrintSummary () const
 
void ComputeStatistics ()
 
virtual void Merge (const G4Run *)
 
 Run (DetectorConstruction *detector)
 
 ~Run ()
 
void ComputeStatistics ()
 
void AddEdep (G4double e)
 
void AddTrackLength (G4double t)
 
void AddProjRange (G4double x)
 
void AddStepSize (G4int nb, G4double s)
 
void AddTrackStatus (G4int i)
 
void SetCsdaRange (G4int i, G4double value)
 
void SetXfrontNorm (G4int i, G4double value)
 
G4double GetCsdaRange (G4int i)
 
G4double GetXfrontNorm (G4int i)
 
virtual void Merge (const G4Run *)
 
 Run (DetectorConstruction *, PrimaryGeneratorAction *)
 
virtual ~Run ()
 
virtual void Merge (const G4Run *)
 
void InitializePerEvent ()
 
void FillPerEvent ()
 
void FillPerTrack (G4double, G4double)
 
void FillPerStep (G4double, G4int, G4int)
 
void AddStep (G4double q)
 
void ComputeStatistics (G4double edep, G4double rms, G4double &limit)
 
void SetVerbose (G4int val)
 
 Run (DetectorConstruction *)
 
 ~Run ()
 
void SetPrimary (G4ParticleDefinition *particle, G4double energy)
 
void AddEnergy (G4double edep)
 
void AddTrakLenCharg (G4double length)
 
void AddTrakLenNeutr (G4double length)
 
void AddMscProjTheta (G4double theta)
 
void CountStepsCharg (G4int nSteps)
 
void CountStepsNeutr (G4int nSteps)
 
void CountParticles (G4ParticleDefinition *part)
 
void CountTransmit (G4int flag)
 
void CountReflect (G4int flag)
 
void AddEnergyLeak (G4double eleak, G4int index)
 
G4double ComputeMscHighland ()
 
virtual void Merge (const G4Run *)
 
void PrintSummary ()
 
 Run (DetectorConstruction *)
 
 ~Run ()
 
void CountProcesses (const G4VProcess *process)
 
void ParticleCount (G4String, G4double)
 
void SumTrackLength (G4int, G4int, G4double, G4double, G4double, G4double)
 
void ComputeStatistics ()
 
virtual void Merge (const G4Run *)
 
- Public Member Functions inherited from G4Run
 G4Run ()
 
virtual ~G4Run ()
 
virtual void RecordEvent (const G4Event *)
 
G4int GetRunID () const
 
G4int GetNumberOfEvent () const
 
G4int GetNumberOfEventToBeProcessed () const
 
const G4HCtableGetHCtable () const
 
const G4DCtableGetDCtable () const
 
const G4StringGetRandomNumberStatus () const
 
void SetRunID (G4int id)
 
void SetNumberOfEventToBeProcessed (G4int n_ev)
 
void SetHCtable (G4HCtable *HCtbl)
 
void SetDCtable (G4DCtable *DCtbl)
 
void SetRandomNumberStatus (G4String &st)
 
void StoreEvent (G4Event *evt)
 
const std::vector< const
G4Event * > * 
GetEventVector () const
 

Additional Inherited Members

- Protected Attributes inherited from G4Run
G4int runID
 
G4int numberOfEvent
 
G4int numberOfEventToBeProcessed
 
G4HCtableHCtable
 
G4DCtableDCtable
 
G4String randomNumberStatus
 
std::vector< const G4Event * > * eventVector
 

Detailed Description

Definition at line 46 of file Run.hh.

Constructor & Destructor Documentation

Run::Run ( DetectorConstruction det)

Definition at line 46 of file Run.cc.

Run::~Run ( )

Definition at line 60 of file Run.cc.

Run::Run ( DetectorConstruction detector)
Run::~Run ( )
Run::Run ( DetectorConstruction det,
PrimaryGeneratorAction kin 
)

Definition at line 53 of file Run.cc.

virtual Run::~Run ( )
virtual
Run::Run ( DetectorConstruction )
Run::~Run ( )
Run::Run ( DetectorConstruction )
Run::~Run ( )

Member Function Documentation

void Run::AddEdep ( G4double  e)
inline

Definition at line 55 of file Run.hh.

void Run::AddEdep ( G4double  val)
inline

Definition at line 59 of file Run.hh.

void Run::AddEnergy ( G4double  edep)
inline

Definition at line 60 of file Run.hh.

void Run::AddEnergyLeak ( G4double  eleak,
G4int  index 
)
inline

Definition at line 93 of file Run.hh.

void Run::AddMscProjTheta ( G4double  theta)
inline

Definition at line 69 of file Run.hh.

void Run::AddProjRange ( G4double  x)
inline

Definition at line 57 of file Run.hh.

void Run::AddProjRange ( G4double  x)
inline

Definition at line 61 of file Run.hh.

void Run::AddStep ( G4double  q)
inline

Definition at line 129 of file Run.hh.

void Run::AddStepSize ( G4int  nb,
G4double  s 
)
inline

Definition at line 58 of file Run.hh.

void Run::AddTrackLength ( G4double  t)
inline

Definition at line 56 of file Run.hh.

void Run::AddTrackStatus ( G4int  i)
inline

Definition at line 61 of file Run.hh.

void Run::AddTrakLenCharg ( G4double  length)
inline

Definition at line 63 of file Run.hh.

void Run::AddTrakLenNeutr ( G4double  length)
inline

Definition at line 66 of file Run.hh.

void Run::AddTransvDev ( G4double  y)
inline

Definition at line 62 of file Run.hh.

void Run::AddTrueRange ( G4double  l)
inline

Definition at line 60 of file Run.hh.

G4double Run::ComputeMscHighland ( )

Definition at line 310 of file Run.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void Run::ComputeStatistics ( )
void Run::ComputeStatistics ( )
void Run::ComputeStatistics ( )

Definition at line 97 of file Run.cc.

Here is the call graph for this function:

void Run::ComputeStatistics ( G4double  edep,
G4double  rms,
G4double limit 
)

Definition at line 193 of file Run.cc.

Here is the call graph for this function:

void Run::CountParticles ( G4ParticleDefinition part)
inline

Definition at line 80 of file Run.hh.

Here is the call graph for this function:

void Run::CountProcesses ( const G4VProcess process)

Definition at line 56 of file Run.cc.

void Run::CountProcesses ( G4String  procName)
inline

Definition at line 57 of file Run.hh.

void Run::CountReflect ( G4int  flag)
inline

Definition at line 89 of file Run.hh.

void Run::CountSteps0 ( G4int  ns)
inline

Definition at line 55 of file Run.hh.

void Run::CountSteps1 ( G4int  ns)
inline

Definition at line 56 of file Run.hh.

void Run::CountStepsCharg ( G4int  nSteps)
inline

Definition at line 74 of file Run.hh.

void Run::CountStepsNeutr ( G4int  nSteps)
inline

Definition at line 77 of file Run.hh.

void Run::CountTraks0 ( G4int  nt)
inline

Definition at line 53 of file Run.hh.

void Run::CountTraks1 ( G4int  nt)
inline

Definition at line 54 of file Run.hh.

void Run::CountTransmit ( G4int  flag)
inline

Definition at line 85 of file Run.hh.

void Run::FillPerEvent ( )

Definition at line 118 of file Run.cc.

Here is the call graph for this function:

void Run::FillPerStep ( G4double  dEstep,
G4int  Lbin,
G4int  Rbin 
)
inline

Definition at line 122 of file Run.hh.

void Run::FillPerTrack ( G4double  charge,
G4double  trkLength 
)
inline

Definition at line 113 of file Run.hh.

G4double Run::GetCsdaRange ( G4int  i)
inline

Definition at line 66 of file Run.hh.

G4double Run::GetXfrontNorm ( G4int  i)
inline

Definition at line 67 of file Run.hh.

void Run::InitializePerEvent ( )

Definition at line 103 of file Run.cc.

virtual void Run::Merge ( const G4Run )
virtual

Reimplemented from G4Run.

virtual void Run::Merge ( const G4Run )
virtual

Reimplemented from G4Run.

void Run::Merge ( const G4Run run)
virtual

Reimplemented from G4Run.

Definition at line 180 of file Run.cc.

Here is the call graph for this function:

virtual void Run::Merge ( const G4Run )
virtual

Reimplemented from G4Run.

virtual void Run::Merge ( const G4Run )
virtual

Reimplemented from G4Run.

void Run::ParticleCount ( G4String  name,
G4double  Ekin 
)

Definition at line 69 of file Run.cc.

void Run::PrintSummary ( ) const

Definition at line 73 of file Run.cc.

Here is the call graph for this function:

void Run::PrintSummary ( )

Definition at line 130 of file Run.cc.

Here is the call graph for this function:

void Run::SetCsdaRange ( G4int  i,
G4double  value 
)
inline

Definition at line 63 of file Run.hh.

void Run::SetPrimary ( G4ParticleDefinition particle,
G4double  energy 
)
void Run::SetPrimary ( G4ParticleDefinition particle,
G4double  energy 
)

Definition at line 65 of file Run.cc.

void Run::SetVerbose ( G4int  val)
inline

Definition at line 74 of file Run.hh.

Here is the caller graph for this function:

void Run::SetXfrontNorm ( G4int  i,
G4double  value 
)
inline

Definition at line 64 of file Run.hh.

void Run::SumTrackLength ( G4int  nstep1,
G4int  nstep2,
G4double  trackl1,
G4double  trackl2,
G4double  time1,
G4double  time2 
)

Definition at line 89 of file Run.cc.


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