![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/PndTools/generalTools/PndMcCloner.h>
Inheritance diagram for PndMcCloner:
Collaboration diagram for PndMcCloner:Public Member Functions | |
| PndMcCloner () | |
| ~PndMcCloner () | |
| virtual InitStatus | Init () |
| virtual void | Exec (Option_t *opt) |
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 | FinishTask () |
| virtual void | FinishEvent () |
| void | SetVerbose (Int_t iVerbose) |
| void | SetInputPersistance (Bool_t val) |
| void | CheckInputPersistance (TString branchName) |
Private Member Functions | |
| ClassDef (PndMcCloner, 1) | |
Private Attributes | |
| TClonesArray * | fInputArray |
| TClonesArray * | fOutputArray |
Additional Inherited Members | |
Protected Member Functions inherited from FairTask | |
| 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 10 of file PndMcCloner.h.
View newest version in sPHENIX GitHub at line 10 of file PndMcCloner.h
| PndMcCloner::PndMcCloner | ( | ) |
Default constructor
Definition at line 23 of file PndMcCloner.cxx.
View newest version in sPHENIX GitHub at line 23 of file PndMcCloner.cxx
| PndMcCloner::~PndMcCloner | ( | ) |
Destructor
Definition at line 27 of file PndMcCloner.cxx.
View newest version in sPHENIX GitHub at line 27 of file PndMcCloner.cxx
|
private |
|
virtual |
Virtual method Exec
Definition at line 70 of file PndMcCloner.cxx.
View newest version in sPHENIX GitHub at line 70 of file PndMcCloner.cxx
References fInputArray, and fOutputArray.
|
virtual |
Virtual method Init
Reimplemented from FairTask.
Definition at line 31 of file PndMcCloner.cxx.
View newest version in sPHENIX GitHub at line 31 of file PndMcCloner.cxx
References fInputArray, fOutputArray, FairRootManager::GetObject(), FairRun::GetRuntimeDb(), FairRun::Instance(), FairRootManager::Instance(), kERROR, kFATAL, kSUCCESS, and FairRootManager::Register().
Here is the call graph for this function:
|
private |
Input array of PndMCTrack
Definition at line 35 of file PndMcCloner.h.
View newest version in sPHENIX GitHub at line 35 of file PndMcCloner.h
|
private |
Output array of PndMCTrack
Definition at line 38 of file PndMcCloner.h.
View newest version in sPHENIX GitHub at line 38 of file PndMcCloner.h