EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eic/event/EicEventGenerator.h>
Public Member Functions | |
EicEventGeneratorTask (TTree *tree=0) | |
~EicEventGeneratorTask () | |
void | FinishTask () |
Public Member Functions inherited from FairTask | |
FairTask () | |
FairTask (const char *name, Int_t iVerbose=1) | |
virtual | ~FairTask () |
void | InitTask () |
void | ReInitTask () |
void | SetParTask () |
virtual void | FinishEvent () |
void | SetVerbose (Int_t iVerbose) |
void | SetInputPersistance (Bool_t val) |
void | CheckInputPersistance (TString branchName) |
Private Member Functions | |
ClassDef (EicEventGeneratorTask, 4) | |
Private Attributes | |
TTree * | mOutputTree |
Additional Inherited Members | |
Protected Member Functions inherited from FairTask | |
virtual InitStatus | Init () |
virtual InitStatus | ReInit () |
virtual void | SetParContainers () |
virtual void | Finish () |
void | InitTasks () |
void | ReInitTasks () |
void | SetParTasks () |
void | FinishTasks () |
void | FinishEvents () |
Protected Attributes inherited from FairTask | |
Int_t | fVerbose |
Int_t | fInputPersistance |
Indicates if input branch is persistant. | |
FairLogger * | fLogger |
Definition at line 242 of file EicEventGenerator.h.
View newest version in sPHENIX GitHub at line 242 of file EicEventGenerator.h
|
inline |
Definition at line 244 of file EicEventGenerator.h.
View newest version in sPHENIX GitHub at line 244 of file EicEventGenerator.h
|
inline |
Definition at line 245 of file EicEventGenerator.h.
View newest version in sPHENIX GitHub at line 245 of file EicEventGenerator.h
|
private |
|
virtual |
Action at end of run. For this task and all of the subtasks.
Reimplemented from FairTask.
Definition at line 421 of file EicEventGenerator.cxx.
View newest version in sPHENIX GitHub at line 421 of file EicEventGenerator.cxx
References FairTask::FinishTask(), EicEventGenerator::Instance(), EicEventGenerator::mEnergyFlowHist, EicEventGenerator::mEtaBinWidth, EicEventGenerator::mEventCounter, mOutputTree, and EicEventGenerator::mParticleCountHist.
|
private |
Definition at line 251 of file EicEventGenerator.h.
View newest version in sPHENIX GitHub at line 251 of file EicEventGenerator.h
Referenced by FinishTask().