#include "hmdcgeantcell.h"
void HMdcGeantCell::clear() {
sector = module = layer = cell = fNumHits = 0;
for(Int_t i=0;i<15;i++) {
fMinDist[i]=0.F;
fTimeFlight[i]=0.F;
nTrack[i]=0;
fImpactAngle[i]=0.F;
flagCutEdge[i]=kFALSE;
wireOffset[i]=0.F;
}
}
ClassImp(HMdcGeantCell)
Last change: Sat May 22 13:02:01 2010
Last generated: 2010-05-22 13:02
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.