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