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 #include "PndPersistencyTask.h"
7 #include "PndGeoSttPar.h"
8 #include "PndGeoHandling.h"
9 
11 
12  public:
15 
18 
20  virtual InitStatus Init();
21 
22  virtual InitStatus ReInit();
23 
25  virtual void Exec(Option_t *opt);
26 
27  protected:
28  void SetParContainers();
29 
30  private:
31  bool fRunOnce;
32  PndGeoSttPar *fSttParameters;
33  PndGeoHandling *fGeoH;
34 
35  ClassDef(PndSttRootGeometryInitTask, 1);
36 };
37 
38 #endif
virtual InitStatus Init()
Class to access the naming information of the MVD.
virtual InitStatus ReInit()
virtual void Exec(Option_t *opt)
virtual ~PndSttRootGeometryInitTask()