FairRoot/PandaRoot
PndMvdStripClusterTask.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndMvdStripClusterTask header file -----
3 // -------------------------------------------------------------------------
4 
5 
6 
7 #ifndef PNDMVDSTRIPCLUSTERTASK_H
8 #define PNDMVDSTRIPCLUSTERTASK_H 1
9 
10 #include "PndSdsStripClusterTask.h"
11 
13  {
14  public:
15 
18 
20  virtual ~PndMvdStripClusterTask();
21 
22  virtual void GetParList(TList* tempList);
23  virtual void SetParContainersMQ(TList* tempList);
24 
25  void SetBranchNames(TString inBranchname, TString outHitBranchname, TString outClustBranchname, TString folderName);
26  virtual void SetBranchNames();
27 
28  virtual void SetParContainers();
29  virtual void SetCalculators();
30 
32  };
33 
34 #endif /* MVDCLUSTERTASK_H */
35 
ClassDef(PndMvdStripClusterTask, 3)
virtual void SetParContainersMQ(TList *tempList)
virtual void GetParList(TList *tempList)