#include "hgeomshower.h"
#include "hgeomshowerhit.h"
ClassImp(HGeomShower)
HGeomShower::HGeomShower() {
fName="shower";
maxSectors=6;
maxKeepinVolumes=1;
maxModules=3;
pHit=new HGeomShowerHit(this);
}
const Char_t* HGeomShower::getKeepinName(Int_t s,Int_t) {
sprintf(keepinName,"SHK%i",s+1);
return keepinName;
}
const Char_t* HGeomShower::getModuleName(Int_t m) {
sprintf(modName,"SH%iM",m+1);
return modName;
}
const Char_t* HGeomShower::getEleName(Int_t m) {
sprintf(eleName,"S%i",m+1);
return eleName;
}
Last change: Sat May 22 12:56:39 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.