//*-- AUTHOR : Ilse Koenig //*-- Created : 27/11/2015 //_HADES_CLASS_DESCRIPTION ///////////////////////////////////////////////////////////// // HGeomFRpc // // Class for geometry of the new forward detector // ///////////////////////////////////////////////////////////// #include "hgeomfrpc.h" #include "hgeomfrpchit.h" ClassImp(HGeomFRpc) HGeomFRpc::HGeomFRpc() { // Constructor fName="frpc"; maxSectors=4; maxModules=1; pHit=new HGeomFRpcHit(this); }