ROOT logo
//*-- AUTHOR : Ilse Koenig

//_HADES_CLASS_DESCRIPTION 
/////////////////////////////////////////////////////////////
// HGeomStartHit
//
// Class for START hit definition in GEANT
//
/////////////////////////////////////////////////////////////

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

ClassImp(HGeomStartHit)

HGeomStartHit::HGeomStartHit(HGeomStart* p) : HGeomHit(p) {
  // Constructor
}

Int_t HGeomStartHit::getIdType() {
  // Returns the idType for the current node
  if (!currentNode) return 0;
  return 740;
}
 hgeomstarthit.cc:1
 hgeomstarthit.cc:2
 hgeomstarthit.cc:3
 hgeomstarthit.cc:4
 hgeomstarthit.cc:5
 hgeomstarthit.cc:6
 hgeomstarthit.cc:7
 hgeomstarthit.cc:8
 hgeomstarthit.cc:9
 hgeomstarthit.cc:10
 hgeomstarthit.cc:11
 hgeomstarthit.cc:12
 hgeomstarthit.cc:13
 hgeomstarthit.cc:14
 hgeomstarthit.cc:15
 hgeomstarthit.cc:16
 hgeomstarthit.cc:17
 hgeomstarthit.cc:18
 hgeomstarthit.cc:19
 hgeomstarthit.cc:20
 hgeomstarthit.cc:21
 hgeomstarthit.cc:22
 hgeomstarthit.cc:23
 hgeomstarthit.cc:24
 hgeomstarthit.cc:25