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