CbmRoot
CbmGeoPlatform.h
Go to the documentation of this file.
1 #ifndef CBMGEOPLATFORM_H
2 #define CBMGEOPLATFORM_H
3 
4 #include "FairGeoSet.h"
5 
6 class CbmGeoPlatform : public FairGeoSet {
7 protected:
8  char modName[2]; // name of module
9  char eleName[2]; // substring for elements in module
10 public:
13  const char* getModuleName(Int_t) { return modName; }
14  const char* getEleName(Int_t) { return eleName; }
15  ClassDef(CbmGeoPlatform, 0) // Class for the geometry of Platform
16 };
17 
18 #endif /* !CBMGEOPLATFORM_H */
CbmGeoPlatform::getEleName
const char * getEleName(Int_t)
Definition: CbmGeoPlatform.h:14
CbmGeoPlatform
Definition: CbmGeoPlatform.h:6
CbmGeoPlatform::eleName
char eleName[2]
Definition: CbmGeoPlatform.h:9
CbmGeoPlatform::~CbmGeoPlatform
~CbmGeoPlatform()
Definition: CbmGeoPlatform.h:12
CbmGeoPlatform::CbmGeoPlatform
CbmGeoPlatform()
CbmGeoPlatform::getModuleName
const char * getModuleName(Int_t)
Definition: CbmGeoPlatform.h:13
CbmGeoPlatform::modName
char modName[2]
Definition: CbmGeoPlatform.h:8