BmnRoot
Loading...
Searching...
No Matches
BmnDchGeoPar.h
Go to the documentation of this file.
1#ifndef BMNDCHGEOPAR_H
2#define BMNDCHGEOPAR_H
3
4#include "FairParGenericSet.h"
5#include "TH1F.h"
6#include "TObjArray.h"
7
8class BmnDchGeoPar : public FairParGenericSet {
9public:
10 TObjArray *fGeoSensNodes; // List of FairGeoNodes for sensitive volumes
11 TObjArray *fGeoPassNodes; // List of FairGeoNodes for sensitive volumes
12
13 BmnDchGeoPar(const char* name="BmnDchGeoPar",
14 const char* title="DCH Geometry Parameters",
15 const char* context="TestDefaultContext");
16 ~BmnDchGeoPar(void);
17 void clear(void);
18 void putParams(FairParamList*);
19 Bool_t getParams(FairParamList*);
20 TObjArray *GetGeoSensitiveNodes(){return fGeoSensNodes;}
21 TObjArray *GetGeoPassiveNodes(){return fGeoPassNodes;}
22
23 ClassDef(BmnDchGeoPar,1)
24};
25
26#endif /* !BMNDCHGEOPAR_H */
void clear(void)
TObjArray * fGeoPassNodes
TObjArray * fGeoSensNodes
Bool_t getParams(FairParamList *)
TObjArray * GetGeoSensitiveNodes()
TObjArray * GetGeoPassiveNodes()
void putParams(FairParamList *)