#include "hgeommdc.h"
#include "hgeommdchit.h"
ClassImp(HGeomMdc)
HGeomMdc::HGeomMdc() {
fName="mdc";
maxSectors=6;
maxModules=4;
pHit=new HGeomMdcHit(this);
}
const Char_t* HGeomMdc::getModuleName(Int_t m) {
sprintf(modName,"DR%iM",m+1);
return modName;
}
const Char_t* HGeomMdc::getEleName(Int_t m) {
sprintf(eleName,"D%i",m+1);
return eleName;
}
Last change: Sat May 22 12:56:23 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.