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

#include "htofhitsim2.h"

ClassImp(HTofHitSim2)

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

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