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