//*-- 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
HRichCalSim::clear();
nTrack1 = nTrack2 = 0;
fEnergy = 0;
}
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.