// modified by Wolfgang Koenig Oct. 2000.
// End of track list via 0, -1 is generated in HRichRingFindSim.
// No need to initialize track array in Constructor.

#include "hrichhitsim.h"

ClassImp(HRichHitSim)

HRichHitSim::HRichHitSim() {
    track1 = track2 =track3 =0;  
    weigTrack1 = weigTrack2 =weigTrack3 =0;  
    flag1 =  flag2 = flag3 = -1;
}

 






Last change: Sat May 22 13:09:11 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.