ROOT logo
//*-- AUTHOR : Ilse Koenig
//*-- Created : 10/11/2003

//_HADES_CLASS_DESCRIPTION 
/////////////////////////////////////////////////////////////
// HGeomFrames
//
// Class for geometry of support structure
//
/////////////////////////////////////////////////////////////

#include "hgeomframes.h"

ClassImp(HGeomFrames)

HGeomFrames::HGeomFrames() {
  // Constructor
  fName="frames";
  strcpy(modName,"F");
  strcpy(eleName,"F");
  maxSectors=0;
  maxModules=1;
}
 hgeomframes.cc:1
 hgeomframes.cc:2
 hgeomframes.cc:3
 hgeomframes.cc:4
 hgeomframes.cc:5
 hgeomframes.cc:6
 hgeomframes.cc:7
 hgeomframes.cc:8
 hgeomframes.cc:9
 hgeomframes.cc:10
 hgeomframes.cc:11
 hgeomframes.cc:12
 hgeomframes.cc:13
 hgeomframes.cc:14
 hgeomframes.cc:15
 hgeomframes.cc:16
 hgeomframes.cc:17
 hgeomframes.cc:18
 hgeomframes.cc:19
 hgeomframes.cc:20
 hgeomframes.cc:21
 hgeomframes.cc:22
 hgeomframes.cc:23