ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LXeRun Class Reference

#include <geant4/tree/geant4-10.6-release/examples/extended/optical/LXe/include/LXeRun.hh>

+ Inheritance diagram for LXeRun:
+ Collaboration diagram for LXeRun:

Public Member Functions

 LXeRun ()
 
 ~LXeRun ()
 
void IncPhotonCount_Scint (G4int count)
 
void IncPhotonCount_Ceren (G4int count)
 
void IncEDep (G4double dep)
 
void IncAbsorption (G4int count)
 
void IncBoundaryAbsorption (G4int count)
 
void IncHitCount (G4int count)
 
void IncHitsAboveThreshold (G4int count)
 
virtual void Merge (const G4Run *run)
 
void EndOfRun ()
 
- 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
 

Private Attributes

G4int fHitCount
 
G4int fHitCount2
 
G4int fPhotonCount_Scint
 
G4int fPhotonCount_Scint2
 
G4int fPhotonCount_Ceren
 
G4int fPhotonCount_Ceren2
 
G4int fAbsorptionCount
 
G4int fAbsorptionCount2
 
G4int fBoundaryAbsorptionCount
 
G4int fBoundaryAbsorptionCount2
 
G4int fPMTsAboveThreshold
 
G4int fPMTsAboveThreshold2
 
G4double fTotE
 
G4double fTotE2
 

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 41 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 41 of file LXeRun.hh

Constructor & Destructor Documentation

LXeRun::~LXeRun ( )

Definition at line 52 of file LXeRun.cc.

View newest version in sPHENIX GitHub at line 52 of file LXeRun.cc

Member Function Documentation

void LXeRun::EndOfRun ( )

Definition at line 81 of file LXeRun.cc.

View newest version in sPHENIX GitHub at line 81 of file LXeRun.cc

References fAbsorptionCount, fAbsorptionCount2, fBoundaryAbsorptionCount, fBoundaryAbsorptionCount2, fHitCount, fHitCount2, fPhotonCount_Ceren, fPhotonCount_Ceren2, fPhotonCount_Scint, fPhotonCount_Scint2, fPMTsAboveThreshold, fPMTsAboveThreshold2, fTotE, fTotE2, G4cout, G4endl, hits(), keV, G4Run::numberOfEvent, and CLHEP::prec.

Referenced by LXeRunAction::EndOfRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void LXeRun::IncAbsorption ( G4int  count)
inline

Definition at line 59 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 59 of file LXeRun.hh

References fAbsorptionCount, and fAbsorptionCount2.

Referenced by LXeEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

void LXeRun::IncBoundaryAbsorption ( G4int  count)
inline

Definition at line 63 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 63 of file LXeRun.hh

References fBoundaryAbsorptionCount, and fBoundaryAbsorptionCount2.

Referenced by LXeEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

void LXeRun::IncEDep ( G4double  dep)
inline

Definition at line 55 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 55 of file LXeRun.hh

References fTotE, and fTotE2.

Referenced by LXeEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

void LXeRun::IncHitCount ( G4int  count)
inline

Definition at line 67 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 67 of file LXeRun.hh

References fHitCount, and fHitCount2.

Referenced by LXeEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

void LXeRun::IncHitsAboveThreshold ( G4int  count)
inline

Definition at line 71 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 71 of file LXeRun.hh

References fPMTsAboveThreshold, and fPMTsAboveThreshold2.

Referenced by LXeEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

void LXeRun::IncPhotonCount_Ceren ( G4int  count)
inline

Definition at line 51 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 51 of file LXeRun.hh

References fPhotonCount_Ceren, and fPhotonCount_Ceren2.

Referenced by LXeEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

void LXeRun::IncPhotonCount_Scint ( G4int  count)
inline

Definition at line 47 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 47 of file LXeRun.hh

References fPhotonCount_Scint, and fPhotonCount_Scint2.

Referenced by LXeEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

void LXeRun::Merge ( const G4Run run)
virtual

Reimplemented from G4Run.

Definition at line 57 of file LXeRun.cc.

View newest version in sPHENIX GitHub at line 57 of file LXeRun.cc

References fAbsorptionCount, fAbsorptionCount2, fBoundaryAbsorptionCount, fBoundaryAbsorptionCount2, fHitCount, fHitCount2, fPhotonCount_Ceren, fPhotonCount_Ceren2, fPhotonCount_Scint, fPhotonCount_Scint2, fPMTsAboveThreshold, fPMTsAboveThreshold2, fTotE, fTotE2, and G4Run::Merge().

+ Here is the call graph for this function:

Member Data Documentation

G4int LXeRun::fAbsorptionCount
private

Definition at line 85 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 85 of file LXeRun.hh

Referenced by EndOfRun(), IncAbsorption(), LXeRun(), and Merge().

G4int LXeRun::fAbsorptionCount2
private

Definition at line 85 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 85 of file LXeRun.hh

Referenced by EndOfRun(), IncAbsorption(), LXeRun(), and Merge().

G4int LXeRun::fBoundaryAbsorptionCount
private

Definition at line 86 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 86 of file LXeRun.hh

Referenced by EndOfRun(), IncBoundaryAbsorption(), LXeRun(), and Merge().

G4int LXeRun::fBoundaryAbsorptionCount2
private

Definition at line 86 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 86 of file LXeRun.hh

Referenced by EndOfRun(), IncBoundaryAbsorption(), LXeRun(), and Merge().

G4int LXeRun::fHitCount
private

Definition at line 82 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 82 of file LXeRun.hh

Referenced by EndOfRun(), IncHitCount(), LXeRun(), and Merge().

G4int LXeRun::fHitCount2
private

Definition at line 82 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 82 of file LXeRun.hh

Referenced by EndOfRun(), IncHitCount(), LXeRun(), and Merge().

G4int LXeRun::fPhotonCount_Ceren
private

Definition at line 84 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 84 of file LXeRun.hh

Referenced by EndOfRun(), IncPhotonCount_Ceren(), LXeRun(), and Merge().

G4int LXeRun::fPhotonCount_Ceren2
private

Definition at line 84 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 84 of file LXeRun.hh

Referenced by EndOfRun(), IncPhotonCount_Ceren(), LXeRun(), and Merge().

G4int LXeRun::fPhotonCount_Scint
private

Definition at line 83 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 83 of file LXeRun.hh

Referenced by EndOfRun(), IncPhotonCount_Scint(), LXeRun(), and Merge().

G4int LXeRun::fPhotonCount_Scint2
private

Definition at line 83 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 83 of file LXeRun.hh

Referenced by EndOfRun(), IncPhotonCount_Scint(), LXeRun(), and Merge().

G4int LXeRun::fPMTsAboveThreshold
private

Definition at line 87 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 87 of file LXeRun.hh

Referenced by EndOfRun(), IncHitsAboveThreshold(), LXeRun(), and Merge().

G4int LXeRun::fPMTsAboveThreshold2
private

Definition at line 87 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 87 of file LXeRun.hh

Referenced by EndOfRun(), IncHitsAboveThreshold(), LXeRun(), and Merge().

G4double LXeRun::fTotE
private

Definition at line 89 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 89 of file LXeRun.hh

Referenced by EndOfRun(), IncEDep(), LXeRun(), and Merge().

G4double LXeRun::fTotE2
private

Definition at line 89 of file LXeRun.hh.

View newest version in sPHENIX GitHub at line 89 of file LXeRun.hh

Referenced by EndOfRun(), IncEDep(), LXeRun(), and Merge().


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