#ifndef DCHGEO_H #define DCHGEO_H #include "CbmGeoSet.h" class DchGeo : public CbmGeoSet { protected: char eleName[20]; char modName[20]; public: DchGeo(); ~DchGeo() {} const char* getModuleName(Int_t); const char* getEleName(Int_t); ClassDef(DchGeo,0) // Class for Dch }; #endif /* !DCHGEO_H */