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