HYDRA_development_version
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
hgeomstart.cc
Go to the documentation of this file.
1 //*-- AUTHOR : Ilse Koenig
2 //*-- Created : 12/12/2003
3 
4 //_HADES_CLASS_DESCRIPTION
5 /////////////////////////////////////////////////////////////
6 // HGeomStart
7 //
8 // Class for geometry of Start/Veto detector
9 //
10 /////////////////////////////////////////////////////////////
11 
12 #include "hgeomstart.h"
13 #include "hgeomstarthit.h"
14 
16 
18  // Constructor
19  fName="start";
20  strcpy(modName,"V");
21  strcpy(eleName,"V");
22  maxSectors=0;
23  maxModules=1;
24  pHit=new HGeomStartHit(this);
25 }
ClassImp(HGeomStart) HGeomStart
Definition: hgeomstart.cc:15