BmnRoot
Loading...
Searching...
No Matches
BmnBdGeo.h
Go to the documentation of this file.
1#ifndef BMNBDGEO_H
2#define BMNBDGEO_H
3
4#include "FairGeoSet.h"
5
6class BmnBdGeo : public FairGeoSet {
7protected:
8 char mod2Name[100]; // name of module
9 char ele2Name[100]; // substring for elements in module
10
11public:
12 BmnBdGeo();
14 const char* getModule2Name(Int_t);
15 const char* getEle2Name(Int_t);
16
17 ClassDef(BmnBdGeo,0)
18};
19
20#endif /* !BMNBDGEO_H */
21
22
23
const char * getEle2Name(Int_t)
Definition BmnBdGeo.cxx:25
~BmnBdGeo()
Definition BmnBdGeo.h:13
char mod2Name[100]
Definition BmnBdGeo.h:8
char ele2Name[100]
Definition BmnBdGeo.h:9
const char * getModule2Name(Int_t)
Definition BmnBdGeo.cxx:17