//*-- Modified : 13/05/2001 by Laura Fabbietti

//_HADES_CLASS_DESCRIPTION 
///////////////////////////////////////////////////////////////////////////////
//_____________________________________________________________________________
//
// HRichCalSim                                                               
// cal class simulated data 
// contains  nTrack1, nTrack2, indexes of the first and last track numbers
// of the particles that hit one pad in the linear category catRichTrack and
// fEnergy, average energy of the photon hits on each pad.
//                              
///////////////////////////////////////////////////////////////////////////////

#include "hrichcalsim.h"

ClassImp(HRichCalSim)

void
HRichCalSim::clear()
{
   // clears the object
   HRichCal::clear();
   nTrack1 = 0;
   nTrack2 = 0;
   fEnergy = 0;
}



Last change: Sat May 22 13:08:15 2010
Last generated: 2010-05-22 13:08

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.