ROOT logo
//*-- AUTHOR : Ilse Koenig
//*-- Created : 12/12/2003

//_HADES_CLASS_DESCRIPTION 
/////////////////////////////////////////////////////////////
// HGeomStart
//
// Class for geometry of Start/Veto detector
//
/////////////////////////////////////////////////////////////

#include "hgeomstart.h"
#include "hgeomstarthit.h"

ClassImp(HGeomStart)

HGeomStart::HGeomStart() {
  // Constructor
  fName="start";
  strcpy(modName,"V");
  strcpy(eleName,"V");
  maxSectors=0;
  maxModules=1;
  pHit=new HGeomStartHit(this);
}
 hgeomstart.cc:1
 hgeomstart.cc:2
 hgeomstart.cc:3
 hgeomstart.cc:4
 hgeomstart.cc:5
 hgeomstart.cc:6
 hgeomstart.cc:7
 hgeomstart.cc:8
 hgeomstart.cc:9
 hgeomstart.cc:10
 hgeomstart.cc:11
 hgeomstart.cc:12
 hgeomstart.cc:13
 hgeomstart.cc:14
 hgeomstart.cc:15
 hgeomstart.cc:16
 hgeomstart.cc:17
 hgeomstart.cc:18
 hgeomstart.cc:19
 hgeomstart.cc:20
 hgeomstart.cc:21
 hgeomstart.cc:22
 hgeomstart.cc:23
 hgeomstart.cc:24
 hgeomstart.cc:25