Geant4  10.00.p02
RE06Run Class Reference

#include <RE06Run.hh>

+ Inheritance diagram for RE06Run:
+ Collaboration diagram for RE06Run:

Public Member Functions

 RE06Run ()
 
virtual ~RE06Run ()
 
virtual void RecordEvent (const G4Event *)
 
virtual void Merge (const G4Run *)
 
G4double GetTotalE (G4int i) const
 
G4double GetNGamma (G4int i) const
 
G4double GetNElectron (G4int i) const
 
G4double GetNPositron (G4int i) const
 
G4double GetTotalL (G4int i) const
 
G4double GetNStep (G4int i) const
 
G4double GetEMinGamma (G4int i) const
 
G4double GetEMinElectron (G4int i) const
 
G4double GetEMinPositron (G4int i) const
 
G4double GetParaValue (G4int i, G4int j, G4int k) const
 
- Public Member Functions inherited from G4Run
 G4Run ()
 
virtual ~G4Run ()
 
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
 

Private Member Functions

G4double GetTotal (const G4THitsMap< G4double > &map) const
 
G4double FindMinimum (const G4THitsMap< G4double > &map) const
 

Private Attributes

G4THitsMap< G4doublefMapSum [6][6]
 
G4int fColIDSum [6][6]
 
G4THitsMap< G4doublefMapMin [6][3]
 
G4int fColIDMin [6][3]
 
G4THitsMap< G4doublefMapPara [3][6]
 
G4int fColIDPara [3][6]
 

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 42 of file RE06Run.hh.

Constructor & Destructor Documentation

RE06Run::RE06Run ( )

Definition at line 39 of file RE06Run.cc.

References fColIDMin, fColIDPara, fColIDSum, G4SDManager::GetCollectionID(), and G4SDManager::GetSDMpointer().

+ Here is the call graph for this function:

RE06Run::~RE06Run ( )
virtual

Definition at line 85 of file RE06Run.cc.

Member Function Documentation

G4double RE06Run::FindMinimum ( const G4THitsMap< G4double > &  map) const
private

Definition at line 174 of file RE06Run.cc.

References DBL_MAX, G4THitsMap< T >::GetMap(), and G4THitsMap< T >::GetSize().

Referenced by GetEMinElectron(), GetEMinGamma(), and GetEMinPositron().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double RE06Run::GetEMinElectron ( G4int  i) const
inline

Definition at line 59 of file RE06Run.hh.

References FindMinimum(), and fMapMin.

Referenced by RE06RunAction::EndOfRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double RE06Run::GetEMinGamma ( G4int  i) const
inline

Definition at line 58 of file RE06Run.hh.

References FindMinimum(), and fMapMin.

Referenced by RE06RunAction::EndOfRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double RE06Run::GetEMinPositron ( G4int  i) const
inline

Definition at line 60 of file RE06Run.hh.

References FindMinimum(), and fMapMin.

Referenced by RE06RunAction::EndOfRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double RE06Run::GetNElectron ( G4int  i) const
inline

Definition at line 53 of file RE06Run.hh.

References fMapSum, and GetTotal().

Referenced by RE06RunAction::EndOfRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double RE06Run::GetNGamma ( G4int  i) const
inline

Definition at line 52 of file RE06Run.hh.

References fMapSum, and GetTotal().

Referenced by RE06RunAction::EndOfRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double RE06Run::GetNPositron ( G4int  i) const
inline

Definition at line 54 of file RE06Run.hh.

References fMapSum, and GetTotal().

Referenced by RE06RunAction::EndOfRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double RE06Run::GetNStep ( G4int  i) const
inline

Definition at line 56 of file RE06Run.hh.

References fMapSum, and GetTotal().

Referenced by RE06RunAction::EndOfRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double RE06Run::GetParaValue ( G4int  i,
G4int  j,
G4int  k 
) const
inline

Definition at line 62 of file RE06Run.hh.

References fMapPara.

Referenced by RE06RunAction::EndOfRunAction().

+ Here is the caller graph for this function:

G4double RE06Run::GetTotal ( const G4THitsMap< G4double > &  map) const
private

Definition at line 162 of file RE06Run.cc.

References G4THitsMap< T >::GetMap(), and G4THitsMap< T >::GetSize().

Referenced by GetNElectron(), GetNGamma(), GetNPositron(), GetNStep(), GetTotalE(), and GetTotalL().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double RE06Run::GetTotalE ( G4int  i) const
inline

Definition at line 51 of file RE06Run.hh.

References fMapSum, and GetTotal().

Referenced by RE06RunAction::EndOfRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double RE06Run::GetTotalL ( G4int  i) const
inline

Definition at line 55 of file RE06Run.hh.

References fMapSum, and GetTotal().

Referenced by RE06RunAction::EndOfRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void RE06Run::Merge ( const G4Run aRun)
virtual

Reimplemented from G4Run.

Definition at line 133 of file RE06Run.cc.

References fMapMin, fMapPara, fMapSum, G4THitsMap< T >::GetMap(), G4Run::Merge(), and G4THitsMap< T >::set().

+ Here is the call graph for this function:

void RE06Run::RecordEvent ( const G4Event evt)
virtual

Reimplemented from G4Run.

Definition at line 90 of file RE06Run.cc.

References fColIDMin, fColIDPara, fColIDSum, fMapMin, fMapPara, fMapSum, G4HCofThisEvent::GetHC(), G4Event::GetHCofThisEvent(), G4THitsMap< T >::GetMap(), G4Run::numberOfEvent, and G4THitsMap< T >::set().

+ Here is the call graph for this function:

Member Data Documentation

G4int RE06Run::fColIDMin[6][3]
private

Definition at line 92 of file RE06Run.hh.

Referenced by RE06Run(), and RecordEvent().

G4int RE06Run::fColIDPara[3][6]
private

Definition at line 103 of file RE06Run.hh.

Referenced by RE06Run(), and RecordEvent().

G4int RE06Run::fColIDSum[6][6]
private

Definition at line 82 of file RE06Run.hh.

Referenced by RE06Run(), and RecordEvent().

G4THitsMap<G4double> RE06Run::fMapMin[6][3]
private

Definition at line 91 of file RE06Run.hh.

Referenced by GetEMinElectron(), GetEMinGamma(), GetEMinPositron(), Merge(), and RecordEvent().

G4THitsMap<G4double> RE06Run::fMapPara[3][6]
private

Definition at line 102 of file RE06Run.hh.

Referenced by GetParaValue(), Merge(), and RecordEvent().

G4THitsMap<G4double> RE06Run::fMapSum[6][6]
private

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