PandaRoot
PndMvdPixelClusterTask.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // -------------------------------------------------------------------------
3 
4 #ifndef PNDMVDPIXELCLUSTERTASK_H
5 #define PNDMVDPIXELCLUSTERTASK_H
6 
10 #include "TString.h"
11 #include "FairRootManager.h"
12 
14  public:
16  PndMvdPixelClusterTask(TString parName = "MVDPixelDigiPar", TString totParName = "MVDPixelTotDigiPar");
17 
19  virtual ~PndMvdPixelClusterTask();
22 
23  virtual void GetParList(TList *tempList);
24  virtual void SetClusterFinderMQ(TList *tempList);
25  virtual void SetBackMappingMQ(TList *tempList);
26 
27  virtual void SetParContainers();
28  virtual void SetBranchNames();
29  virtual void SetClusterFinder();
30  virtual void SetBackMapping();
31  virtual void SetBranchNames(TString inBranchname, TString outHitBranchname, TString outClustBranchname, TString folderName);
32 
33  private:
34  TString fParName;
35  TString fTotParName;
36  PndSdsTotDigiPar *fTotDigiPar;
37  PndSensorNamePar *fSensorNamePar;
38  ClassDef(PndMvdPixelClusterTask, 3);
39 };
40 
41 #endif /* MVDCLUSTERTASK_H */
virtual void SetBranchNames()
virtual void GetParList(TList *tempList)
PndMvdPixelClusterTask & operator=(const PndMvdPixelClusterTask &)=delete
Charge Digitization Parameter Class for SDS.
virtual void SetClusterFinder()
virtual void SetBackMapping()
virtual void SetParContainers()
PndMvdPixelClusterTask(TString parName="MVDPixelDigiPar", TString totParName="MVDPixelTotDigiPar")
virtual ~PndMvdPixelClusterTask()
virtual void SetBackMappingMQ(TList *tempList)
Unique match between SensorID and path in TGeoManager.
virtual void SetClusterFinderMQ(TList *tempList)