//*-- Author : A. Nekhaev
//*-- Modified: 05/08/99 by R. Holzmann
//*-- Modified: 07/06/99 by Ilse Koenig
//_HADES_CLASS_DESCRIPTION
////////////////////////////////////////
//HMdcGeantCell
//
// Container to store temporally cell data for
// MdcDigitizer. This data are not written to
// hades tree.For HMdcDigitizer internal use only.
// Up to 15 hits per cell are stored.
////////////////////////////////////////
#include "hmdcgeantcell.h"
void HMdcGeantCell::clear() {
// resets all data members to the default value
sector = module = layer = cell = fNumHits = 0;
for(int 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)
ROOT page - Class index - Class Hierarchy - Top of the page
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.