FairRoot/PandaRoot
PndSttRootGeometryInitTask.h
Go to the documentation of this file.
1 // Fast Digitization
2 
3 #ifndef PndSttRootGeometryInitTask_H
4 #define PndSttRootGeometryInitTask_H 1
5 
6 
7 #include "PndPersistencyTask.h"
8 #include "PndGeoSttPar.h"
9 #include "PndGeoHandling.h"
10 
11 
13 {
14 
15  public:
16 
19 
20 
23 
24 
26  virtual InitStatus Init();
27 
28  virtual InitStatus ReInit();
29 
30 
32  virtual void Exec(Option_t* opt);
33 
34  protected:
35  void SetParContainers();
36 
37  private:
38  bool fRunOnce;
41 
42 
44 
45 };
46 
47 #endif
virtual void Exec(Option_t *opt)
Class to access the naming information of the MVD.
ClassDef(PndSttRootGeometryInitTask, 1)