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

#include <geant4/tree/geant4-10.6-release/examples/extended/parallel/ThreadsafeScorers/include/TSRunAction.hh>

+ Inheritance diagram for TSRunAction:
+ Collaboration diagram for TSRunAction:

Public Types

typedef std::tuple< G4double,
G4double, G4double
Compare_t
 
typedef std::map< G4int,
Compare_t
IDcompare_t
 
typedef std::map< G4String,
IDcompare_t
TypeCompare_t
 

Public Member Functions

 TSRunAction ()
 
virtual ~TSRunAction ()
 
virtual void BeginOfRunAction (const G4Run *)
 
virtual void EndOfRunAction (const G4Run *)
 
virtual G4RunGenerateRun ()
 
- Public Member Functions inherited from G4UserRunAction
 G4UserRunAction ()
 
virtual ~G4UserRunAction ()
 
virtual void SetMaster (G4bool val=true)
 
G4bool IsMaster () const
 

Private Attributes

TSDetectorConstructionfDetector
 
G4String fName
 
TypeCompare_t fTypeCompare
 

Additional Inherited Members

- Protected Attributes inherited from G4UserRunAction
G4bool isMaster
 

Detailed Description

Definition at line 51 of file TSRunAction.hh.

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

Member Typedef Documentation

Definition at line 54 of file TSRunAction.hh.

View newest version in sPHENIX GitHub at line 54 of file TSRunAction.hh

Definition at line 55 of file TSRunAction.hh.

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

Definition at line 56 of file TSRunAction.hh.

View newest version in sPHENIX GitHub at line 56 of file TSRunAction.hh

Constructor & Destructor Documentation

TSRunAction::TSRunAction ( )

Definition at line 51 of file TSRunAction.cc.

View newest version in sPHENIX GitHub at line 51 of file TSRunAction.cc

TSRunAction::~TSRunAction ( )
virtual

Definition at line 58 of file TSRunAction.cc.

View newest version in sPHENIX GitHub at line 58 of file TSRunAction.cc

Member Function Documentation

void TSRunAction::BeginOfRunAction ( const G4Run aRun)
virtual

Reimplemented from G4UserRunAction.

Definition at line 70 of file TSRunAction.cc.

View newest version in sPHENIX GitHub at line 70 of file TSRunAction.cc

References G4PrintEnv(), G4Run::GetNumberOfEventToBeProcessed(), G4RunManager::GetRunManager(), G4UserRunAction::IsMaster(), and G4RunManager::SetPrintProgress().

+ Here is the call graph for this function:

G4Run * TSRunAction::GenerateRun ( void  )
virtual

Reimplemented from G4UserRunAction.

Definition at line 63 of file TSRunAction.cc.

View newest version in sPHENIX GitHub at line 63 of file TSRunAction.cc

References fName.

Member Data Documentation

TSDetectorConstruction* TSRunAction::fDetector
private

Definition at line 68 of file TSRunAction.hh.

View newest version in sPHENIX GitHub at line 68 of file TSRunAction.hh

G4String TSRunAction::fName
private

Definition at line 69 of file TSRunAction.hh.

View newest version in sPHENIX GitHub at line 69 of file TSRunAction.hh

Referenced by EndOfRunAction(), and GenerateRun().

TypeCompare_t TSRunAction::fTypeCompare
private

Definition at line 70 of file TSRunAction.hh.

View newest version in sPHENIX GitHub at line 70 of file TSRunAction.hh

Referenced by EndOfRunAction().


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