FairRoot/PandaRoot
PndGeoHypGePar.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndGeoHypGePar header file -----
3 
4 // -------------------------------------------------------------------------
5 
6 #ifndef PNDGEOHYPGEPAR_H
7 #define PNDGEOHYPGEPAR_H
8 
9 #include "FairParGenericSet.h"
10 #include "TObjArray.h"
11 
12 class PndGeoHypGePar : public FairParGenericSet {
13 public:
14  TObjArray *fGeoSensNodes;
15  TObjArray *fGeoPassNodes;
17  PndGeoHypGePar(const char* name="PndGeoHypGePar",
18  const char* title="HypGe Geometry Parameters",
19  const char* context="TestDefaultContext");
20  ~PndGeoHypGePar(void);
21  void clear(void);
22  void putParams(FairParamList*);
23  Bool_t getParams(FairParamList*);
24  TObjArray *GetGeoSensitiveNodes(){return fGeoSensNodes;}
25  TObjArray *GetGeoPassiveNodes(){return fGeoPassNodes;}
26 
27  /* Float_t barrel_y;
28  Float_t dplane;
29  Float_t barrel_z;
30  Float_t dstrip;
31  Float_t barrel_z0;
32  Int_t nbox;
33  Float_t dbox;
34  Float_t dtube;
35  Int_t ntube; */
36 
37  ClassDef(PndGeoHypGePar,2)
38 };
39 
40 #endif /* !PNDGEOHYPGEPAR_H */
TObjArray * GetGeoPassiveNodes()
TObjArray * GetGeoSensitiveNodes()
void putParams(FairParamList *)
PndGeoHypGePar(const char *name="PndGeoHypGePar", const char *title="HypGe Geometry Parameters", const char *context="TestDefaultContext")
void clear(void)
Bool_t getParams(FairParamList *)
TObjArray * fGeoSensNodes
TString name
TObjArray * fGeoPassNodes