#include <PndRichHitSorterTask.h>
Definition at line 20 of file PndRichHitSorterTask.h.
PndRichHitSorterTask::PndRichHitSorterTask |
( |
| ) |
|
PndRichHitSorterTask::PndRichHitSorterTask |
( |
const char * |
name | ) |
|
|
inline |
PndRichHitSorterTask::PndRichHitSorterTask |
( |
Int_t |
numberOfCells, |
|
|
Double_t |
widthOfCells, |
|
|
TString |
inputBranch, |
|
|
TString |
outputBranch, |
|
|
TString |
folderName |
|
) |
| |
|
inline |
Definition at line 24 of file PndRichHitSorterTask.h.
25 FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
PndRichHitSorterTask::~PndRichHitSorterTask |
( |
| ) |
|
|
virtual |
void PndRichHitSorterTask::AddNewDataToTClonesArray |
( |
FairTimeStamp * |
data | ) |
|
|
virtual |
Definition at line 29 of file PndRichHitSorterTask.cxx.
References fVerbose.
31 FairRootManager* ioman = FairRootManager::Instance();
32 TClonesArray* myArray = ioman->GetTClonesArray(fOutputBranch);
34 std::cout <<
"-I- PndRichHitSorterTask::AddNewDataToTClonesArray Data: " ;
FairRingSorter * PndRichHitSorterTask::InitSorter |
( |
Int_t |
numberOfCells, |
|
|
Double_t |
widthOfCells |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files: