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

//_HADES_CLASS_DESCRIPTION 
/////////////////////////////////////////////////////////////
// HGeomFWallHit
//
// Class for hit definition of Forward Wall in GEANT
/////////////////////////////////////////////////////////////

#include "hgeomfwallhit.h"
#include "hgeomfwall.h"

ClassImp(HGeomFWallHit)

HGeomFWallHit::HGeomFWallHit(HGeomFWall* p) : HGeomHit(p) {
  // Constructor
}

Int_t HGeomFWallHit::getIdType() {
  // Returns the idType
  return 400;
}

Last change: Sat May 22 12:56:18 2010
Last generated: 2010-05-22 12:56

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.