// ------------------------------------------------------------------------- // ----- CbmGeoHyp header file ----- // ----- Created 14/08/06 by S.Spataro ----- // ------------------------------------------------------------------------- #ifndef CBMGEOHYP_H #define CBMGEOHYP_H #include "CbmGeoSet.h" class CbmGeoHyp : public CbmGeoSet { protected: /* char modName[20]; // name of module */ /* char eleName[20]; // substring for elements in module */ char modName[4]; // name of module char eleName[4]; // substring for elements in module public: CbmGeoHyp(); ~CbmGeoHyp() {} // const char* getModuleName(Int_t); // const char* getEleName(Int_t); ClassDef(CbmGeoHyp,0) // Class for Hyp }; #endif /* !CBMGEOHYP_H */