//*-- AUTHOR : Jaroslav Bielcik
//*-- Modified : 17/12/99 by Jaroslav Bielcik

//_HADES_CLASS_DESCRIPTION 
///////////////////////////////////////////////////////////////////////////////
//                                                                           //
// HTofCalSim                                                                //
// cal class simulated data                                                  //
// contains up to 2 track numbers ofcurrent hit                              //
///////////////////////////////////////////////////////////////////////////////

#include "htofcalsim.h"

ClassImp(HTofCalSim)

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

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

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.