ROOT logo
//*-- AUTHOR : Ilse Koenig
//*-- Created : 08/11/2004

//_HADES_CLASS_DESCRIPTION 
/////////////////////////////////////////////////////////////
// HGeomFWall
//
// Class for geometry of Forward Wall
/////////////////////////////////////////////////////////////

#include "hgeomfwall.h"
#include "hgeomnode.h"
#include "hgeommedia.h"
#include "hgeomfwallhit.h"

ClassImp(HGeomFWall)

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