#include <PndMdtDigiSorterTask.h>
Definition at line 11 of file PndMdtDigiSorterTask.h.
PndMdtDigiSorterTask::PndMdtDigiSorterTask |
( |
| ) |
|
PndMdtDigiSorterTask::PndMdtDigiSorterTask |
( |
const char * |
name | ) |
|
|
inline |
PndMdtDigiSorterTask::PndMdtDigiSorterTask |
( |
Int_t |
numberOfCells, |
|
|
Double_t |
widthOfCells, |
|
|
TString |
inputBranch, |
|
|
TString |
outputBranch, |
|
|
TString |
folderName |
|
) |
| |
|
inline |
Definition at line 15 of file PndMdtDigiSorterTask.h.
16 FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
PndMdtDigiSorterTask::~PndMdtDigiSorterTask |
( |
| ) |
|
|
virtual |
void PndMdtDigiSorterTask::AddNewDataToTClonesArray |
( |
FairTimeStamp * |
data | ) |
|
|
virtual |
Definition at line 19 of file PndMdtDigiSorterTask.cxx.
References fVerbose.
21 FairRootManager* ioman = FairRootManager::Instance();
22 TClonesArray* myArray = ioman->GetTClonesArray(fOutputBranch);
24 std::cout <<
"-I- PndMdtDigiSorterTask::AddNewDataToTClonesArray Data: " ;
28 (*myArray)[myArray->GetEntries()] = data;
FairRingSorter * PndMdtDigiSorterTask::InitSorter |
( |
Int_t |
numberOfCells, |
|
|
Double_t |
widthOfCells |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files: