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