#include <PndMvdTopix4RingSorterTask.h>
PndMvdTopix4RingSorterTask::PndMvdTopix4RingSorterTask |
( |
| ) |
|
PndMvdTopix4RingSorterTask::PndMvdTopix4RingSorterTask |
( |
const char * |
name | ) |
|
|
inline |
PndMvdTopix4RingSorterTask::PndMvdTopix4RingSorterTask |
( |
Int_t |
numberOfCells, |
|
|
Double_t |
widthOfCells, |
|
|
TString |
inputBranch, |
|
|
TString |
outputBranch, |
|
|
TString |
folderName |
|
) |
| |
|
inline |
Definition at line 18 of file PndMvdTopix4RingSorterTask.h.
19 FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
PndMvdTopix4RingSorterTask::~PndMvdTopix4RingSorterTask |
( |
| ) |
|
|
virtual |
void PndMvdTopix4RingSorterTask::AddNewDataToTClonesArray |
( |
FairTimeStamp * |
data | ) |
|
|
virtual |
Definition at line 26 of file PndMvdTopix4RingSorterTask.cxx.
References fVerbose.
28 FairRootManager* ioman = FairRootManager::Instance();
29 TClonesArray* myArray = ioman->GetTClonesArray(fOutputBranch);
31 std::cout <<
"-I- PndMvdTopix4RingSorterTask::AddNewDataToTClonesArray Data: " ;
Data class to store the digi output of a pixel module.
FairRingSorter * PndMvdTopix4RingSorterTask::InitSorter |
( |
Int_t |
numberOfCells, |
|
|
Double_t |
widthOfCells |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files: