// ------------------------------------------------------------------------- // ----- CbmGeoDrc header file ----- // ----- Created 11/10/06 by A. Cecchi ----- // ------------------------------------------------------------------------- #ifndef CBMGEODRC_H #define CBMGEODRC_H #include "CbmGeoSet.h" class CbmGeoDrc : public CbmGeoSet { protected: char modName[20]; // name of module char eleName[20]; // substring for elements in module public: CbmGeoDrc(); ~CbmGeoDrc() {} const char* getModuleName(Int_t); const char* getEleName(Int_t); //inline Int_t getModNumInMod(const TString&); ClassDef(CbmGeoDrc,0) // Class for Drc }; #endif /* !CBMGEODRC_H */