//*-- AUTHOR : Ilse Koenig //*-- Created : 27/11/2015 //_HADES_CLASS_DESCRIPTION ///////////////////////////////////////////////////////////// // HGeomSts // // Class for geometry of the new forward detector // ///////////////////////////////////////////////////////////// #include "hgeomsts.h" #include "hgeomstshit.h" ClassImp(HGeomSts) HGeomSts::HGeomSts() { // Constructor fName="sts"; maxSectors=4; maxModules=2; pHit=new HGeomStsHit(this); }