#include "hrichhitIPUSim.h"
ClassImp(HRichHitIPUSim)
Bool_t HRichHitIPUSimCont::sortIncreasing=kTRUE;
HRichHitIPUSim::HRichHitIPUSim(void)
: HRichHitIPU()
{
track1 = track2 =track3 =0;
weigTrack1 = weigTrack2 =weigTrack3 =0;
flag1 = flag2 = flag3 = -1;
}
void HRichHitIPUSim::Reset(void)
{
iRingX = 0;
iRingY = 0;
iRingQuality = 0;
iVetoQuality = 0;
nSector = 0;
nPads = 0;
fTheta =0.;
fPhi =0.;
DataWord=0;
track1 = track2 =track3 =0;
weigTrack1 = weigTrack2 =weigTrack3 =0;
flag1 = flag2 = flag3 = -1;
}
Last change: Sat May 22 13:09:08 2010
Last generated: 2010-05-22 13:09
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.