#include <PndGemEmpty.h>
Definition at line 38 of file PndGemEmpty.h.
PndGemEmpty::PndGemEmpty |
( |
| ) |
|
Default constructor
Definition at line 49 of file PndGemEmpty.cxx.
50 : FairTask(
"GEMEmpty", 0),
TClonesArray * fOutBranch
PndGemEmpty::PndGemEmpty |
( |
Int_t |
iVerbose | ) |
|
Standard constructor
Definition at line 62 of file PndGemEmpty.cxx.
TClonesArray * fOutBranch
PndGemEmpty::PndGemEmpty |
( |
const char * |
name, |
|
|
Int_t |
iVerbose = 0 |
|
) |
| |
Constructor with task name
Definition at line 75 of file PndGemEmpty.cxx.
TClonesArray * fOutBranch
PndGemEmpty::~PndGemEmpty |
( |
| ) |
|
|
virtual |
void PndGemEmpty::Exec |
( |
Option_t * |
opt | ) |
|
|
virtual |
void PndGemEmpty::Finish |
( |
| ) |
|
|
privatevirtual |
Finish at the end of each event
Definition at line 181 of file PndGemEmpty.cxx.
References fOutBranch.
184 cout <<
"-------------------- " << fName.Data() <<
" : Summary -----------------------" << endl;
185 cout <<
"-- DONE -- " << endl;
186 cout <<
"---------------------------------------------------------------------" << endl;
TClonesArray * fOutBranch
InitStatus PndGemEmpty::Init |
( |
| ) |
|
|
privatevirtual |
Intialisation
Definition at line 149 of file PndGemEmpty.cxx.
References fFunctor, fInBranch, fInBranchName, and fOutBranch.
152 FairRootManager* ioman = FairRootManager::Instance();
153 if ( ! ioman ) Fatal(
"Init",
"No FairRootManager");
155 fOutBranch = ioman->Register(
"GEMCluster",
"PndGemCluster",
"PndGEM", kTRUE);
159 cout <<
"-I- " << fName.Data() <<
"::Init(). Initialization succesfull." << endl;
TClonesArray * fOutBranch
InitStatus PndGemEmpty::ReInit |
( |
| ) |
|
|
privatevirtual |
void PndGemEmpty::SetInBranchName |
( |
TString |
ibn | ) |
|
|
inline |
void PndGemEmpty::SetParContainers |
( |
| ) |
|
|
privatevirtual |
Get parameter containers
Definition at line 133 of file PndGemEmpty.cxx.
References run.
136 FairRunAna*
run = FairRunAna::Instance();
137 if ( ! run ) Fatal(
"SetParContainers",
"No analysis run");
139 FairRuntimeDb* db = run->GetRuntimeDb();
140 if ( ! db ) Fatal(
"SetParContainers",
"No runtime database");
BinaryFunctor* PndGemEmpty::fFunctor |
|
private |
TClonesArray* PndGemEmpty::fInBranch |
|
private |
TClonesArray* PndGemEmpty::fOutBranch |
|
private |
The documentation for this class was generated from the following files: