ROOT logo
//*-- AUTHOR : Ilse Koenig
//*-- Created : 09/05/2006

//_HADES_CLASS_DESCRIPTION
/////////////////////////////////////////////////////////////
// HGeomRpc
//
// Class for geometry of RPC
/////////////////////////////////////////////////////////////

#include "hgeomrpc.h"
#include "hgeomnode.h"
#include "hgeommedia.h"
#include "hgeomrpchit.h"

ClassImp(HGeomRpc)

HGeomRpc::HGeomRpc() {
  // Constructor
  fName="rpc";
  maxSectors=6;
  maxModules=1;
  strcpy(modName,"EBOX");
  strcpy(eleName,"E");
  pHit=new HGeomRpcHit(this);
}
 hgeomrpc.cc:1
 hgeomrpc.cc:2
 hgeomrpc.cc:3
 hgeomrpc.cc:4
 hgeomrpc.cc:5
 hgeomrpc.cc:6
 hgeomrpc.cc:7
 hgeomrpc.cc:8
 hgeomrpc.cc:9
 hgeomrpc.cc:10
 hgeomrpc.cc:11
 hgeomrpc.cc:12
 hgeomrpc.cc:13
 hgeomrpc.cc:14
 hgeomrpc.cc:15
 hgeomrpc.cc:16
 hgeomrpc.cc:17
 hgeomrpc.cc:18
 hgeomrpc.cc:19
 hgeomrpc.cc:20
 hgeomrpc.cc:21
 hgeomrpc.cc:22
 hgeomrpc.cc:23
 hgeomrpc.cc:24
 hgeomrpc.cc:25
 hgeomrpc.cc:26