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

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

#include "htofhitsim.h"

ClassImp(HTofHitSim)
ClassImp(HTofHitSimTmp)

 void HTofHitSim::clear() {
  // clears the object
  HTofHitSim::clear();
  nTrack1 = nTrack2 = -1;
}

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

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.