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