FairRoot/PandaRoot
PndMvdClusterTask.h
Go to the documentation of this file.
1 
2 #ifndef PNDMVDCLUSTERTASK_H
3 #define PNDMVDCLUSTERTASK_H
4 
5 #include "PndBlackBoxTask.h"
6 
7 class TClonesArray;
8 
10  {
11  public:
12 
14  // PndMvdClusterTask();
15 
17 
19  virtual ~PndMvdClusterTask();
20 
21  void SetPersistance(Bool_t pers);
22 
23  private:
24 
26 
27  };
28 
29 #endif /* MVDCLUSTERTASK_H */
30 
ClassDef(PndMvdClusterTask, 2)
void SetPersistance(Bool_t pers)