#include "hgeomstart.h"
ClassImp(HGeomStart)
HGeomStart::HGeomStart() {
fName="start";
maxSectors=0;
maxModules=6;
}
const Char_t* HGeomStart::getModuleName(Int_t m) {
sprintf(modName,"IST%i",m);
return modName;
}
const Char_t* HGeomStart::getEleName(Int_t m) {
sprintf(eleName,"I%i",m);
return eleName;
}
Last change: Sat May 22 12:56:41 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.