//*-- AUTHOR : Ilse Koenig //*-- Created : 16/06/2003 ///////////////////////////////////////////////////////////// // HGeoTarget // // Class for Target // ///////////////////////////////////////////////////////////// #include "hgeotarget.h" #include "FairGeoNode.h" ClassImp(HGeoTarget) HGeoTarget::HGeoTarget() { fName="target"; strcpy(modName,"T"); strcpy(eleName,"T"); maxSectors=0; maxModules=1; hadesGeo=1; }