PandaRoot
CbmGeoPlane.h
Go to the documentation of this file.
1 #ifndef CBMGEOPlane_H
2 #define CBMGEOPlane_H
3 
4 #include "FairGeoSet.h"
5 
6 class CbmGeoPlane : public FairGeoSet {
7  public:
8  char modName[10]; // name of module
9  char eleName[10]; // substring for elements in module
10  CbmGeoPlane();
12  // inline Int_t getModNumInMod(const TString&);
13  ClassDef(CbmGeoPlane, 0) // Class for Plane
14 };
15 
16 /* inline Int_t CbmGeoPlane::getModNumInMod(const TString& name) { */
17 /* // returns the module index from module name */
18 /* Int_t bla = (Int_t)(name[6]-'0')-1; */
19 /* if(bla == -1) bla = 9; */
20 /* return bla; */
21 /* } */
22 
23 #endif /* !CBMGEOPlane_H */
char eleName[10]
Definition: CbmGeoPlane.h:9
char modName[10]
Definition: CbmGeoPlane.h:8