17 #ifndef PNDEMCCLUSTERSORTERTASK_H_ 18 #define PNDEMCCLUSTERSORTERTASK_H_ 20 #include <FairRingSorterTask.h> 21 #include <FairRingSorter.h> 22 #include <FairRootManager.h> 28 PndEmcClusterSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
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;
PndEmcClusterSorterTask(const char *name)
virtual ~PndEmcClusterSorterTask()
PndEmcClusterSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
virtual void AddNewDataToTClonesArray(FairTimeStamp *data)
PndEmcClusterSorterTask()
void SetClusterType(Int_t type=0)
virtual FairRingSorter * InitSorter(Int_t numberOfCells, Double_t widthOfCells) const