17 #ifndef PNDEMCPRECLUSTERSORTERTASK_H_ 18 #define PNDEMCPRECLUSTERSORTERTASK_H_ 20 #include <FairRingSorterTask.h> 21 #include <FairRingSorter.h> 22 #include <FairRootManager.h> 29 : FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName)
31 FairRootManager::Instance()->GetObject(inputBranch);
37 virtual FairRingSorter *
InitSorter(Int_t numberOfCells, Double_t widthOfCells)
const;
42 Int_t fClusterType = 0;
virtual FairRingSorter * InitSorter(Int_t numberOfCells, Double_t widthOfCells) const
void SetClusterType(Int_t type=0)
PndEmcPreclusterSorterTask()
virtual ~PndEmcPreclusterSorterTask()
PndEmcPreclusterSorterTask(const char *name)
virtual void AddNewDataToTClonesArray(FairTimeStamp *data)
PndEmcPreclusterSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)