FairRoot/PandaRoot
PndMvdDigiTask.h
Go to the documentation of this file.
1 
7 #ifndef PNDMVDDIGITASK_H
8 #define PNDMVDDIGITASK_H
9 
10 #include "PndBlackBoxTask.h"
11 
12 class TClonesArray;
13 
15 {
16  public:
17 
20 
22  virtual ~PndMvdDigiTask();
23 
24  void SetPersistance(Bool_t p = kTRUE);
26  void RunTimeBased();
27 
28  private:
29  Bool_t fPersistance; // switch to turn on/off storing the arrays to a file
30  void Register();
31  void Reset();
32  void ProduceHits();
34 
35 };
36 
37 #endif /* MVDDIGITASK_H */
Double_t p
Definition: anasim.C:58
Bool_t GetPersistance()
void ProduceHits()
virtual ~PndMvdDigiTask()
ClassDef(PndMvdDigiTask, 1)
void SetPersistance(Bool_t p=kTRUE)