#include "hgeomuserhit.h"
#include "hgeomuser.h"
#include "hgeomnode.h"
ClassImp(HGeomUserHit)
HGeomUserHit::HGeomUserHit(HGeomUser* p) : HGeomHit(p) {
}
Int_t HGeomUserHit::getIdType() {
if (!currentNode) return 0;
const Char_t* volumeName=currentNode->GetName();
Int_t l1=(Int_t)(volumeName[1]-'0');
return l1+150;
}
Last change: Sat May 22 12:56:49 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.