BmnRoot
Loading...
Searching...
No Matches
BmnSiMDGeo.h
Go to the documentation of this file.
1/*************************************************************************************
2 *
3 * Class BmnFdGeo
4 *
5 ************************************************************************************/
6
7#ifndef BMNGEOSiMD_H
8#define BMNGEOSiMD_H
9
10#include "FairGeoSet.h"
11
12class BmnSiMDGeo : public FairGeoSet {
13protected:
14 char mod1Name[100]; // name of module
15 char ele1Name[100]; // substring for elements in module
16
17public:
18 BmnSiMDGeo();
20 const char* getModule1Name(Int_t);
21 const char* getEle1Name(Int_t);
22
23 ClassDef(BmnSiMDGeo,0) // Class for Hyp
24};
25
26#endif /* !BMNGEOSiMD_H */
27
28
29
char mod1Name[100]
Definition BmnSiMDGeo.h:14
const char * getModule1Name(Int_t)
const char * getEle1Name(Int_t)
char ele1Name[100]
Definition BmnSiMDGeo.h:15