#include <PndEmcDigiSorterTask.h>
Definition at line 11 of file PndEmcDigiSorterTask.h.
PndEmcDigiSorterTask::PndEmcDigiSorterTask |
( |
| ) |
|
PndEmcDigiSorterTask::PndEmcDigiSorterTask |
( |
const char * |
name | ) |
|
|
inline |
PndEmcDigiSorterTask::PndEmcDigiSorterTask |
( |
Int_t |
numberOfCells, |
|
|
Double_t |
widthOfCells, |
|
|
TString |
inputBranch, |
|
|
TString |
outputBranch, |
|
|
TString |
folderName |
|
) |
| |
|
inline |
Definition at line 15 of file PndEmcDigiSorterTask.h.
16 FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
PndEmcDigiSorterTask::~PndEmcDigiSorterTask |
( |
| ) |
|
|
virtual |
void PndEmcDigiSorterTask::AddNewDataToTClonesArray |
( |
FairTimeStamp * |
data | ) |
|
|
virtual |
Definition at line 21 of file PndEmcDigiSorterTask.cxx.
References fVerbose.
23 FairRootManager* ioman = FairRootManager::Instance();
24 TClonesArray* myArray = ioman->GetTClonesArray(fOutputBranch);
26 std::cout <<
"-I- PndEmcDigiSorterTask::AddNewDataToTClonesArray Data: " ;
27 std::cout << *(
PndEmcDigi*)(data) << std::endl;
represents the reconstructed hit of one emc crystal
FairRingSorter * PndEmcDigiSorterTask::InitSorter |
( |
Int_t |
numberOfCells, |
|
|
Double_t |
widthOfCells |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files: