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