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