BmnRoot
Loading...
Searching...
No Matches
BmnDchGeo.h
Go to the documentation of this file.
1#ifndef BMNDCHGEO_H
2#define BMNDCHGEO_H
3
4#include "FairGeoSet.h"
5
6class BmnDchGeo : public FairGeoSet {
7
8protected:
9 char modName[20]; // name of module
10 char eleName[20]; // substring for elements in module
11
12public:
13 BmnDchGeo();
15 const char* getModuleName(Int_t);
16 const char* getEleName(Int_t);
17
18 ClassDef(BmnDchGeo,0) // Class for DCH
19};
20
21#endif /* !BMNDCHGEO_H */
const char * getModuleName(Int_t)
Definition BmnDchGeo.cxx:17
char modName[20]
Definition BmnDchGeo.h:9
char eleName[20]
Definition BmnDchGeo.h:10
const char * getEleName(Int_t)
Definition BmnDchGeo.cxx:22