PandaRoot
PndMvdDigiTask.h
Go to the documentation of this file.
1 
6 #ifndef PNDMVDDIGITASK_H
7 #define PNDMVDDIGITASK_H
8 
9 #include "PndPersistencyTask.h"
10 
11 class TClonesArray;
12 
14  public:
17 
19  virtual ~PndMvdDigiTask();
20 
21  void SetPersistance(Bool_t p = kTRUE);
22  Bool_t GetPersistance() { return fPersistance; };
23  void RunTimeBased();
24 
25  private:
26  Bool_t fPersistance; // switch to turn on/off storing the arrays to a file
27  void Register();
28  void Reset();
29  void ProduceHits();
30  ClassDef(PndMvdDigiTask, 1);
31 };
32 
33 #endif /* MVDDIGITASK_H */
Bool_t GetPersistance()
void RunTimeBased()
virtual ~PndMvdDigiTask()
void SetPersistance(Bool_t p=kTRUE)