//*-- AUTHOR : Ilse Koenig //*-- Created : 06/06/2003 ///////////////////////////////////////////////////////////// // HGeoCoils // // Class for the geometry of the HADES Magnet // ///////////////////////////////////////////////////////////// #include "hgeocoils.h" ClassImp(HGeoCoils) HGeoCoils::HGeoCoils() { fName="coils"; maxSectors=6; maxModules=1; strcpy(modName,"CKIV"); strcpy(eleName,"C"); hadesGeo=1; }