ROOT logo
//*-- 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;
}
 htofcalsim.cc:1
 htofcalsim.cc:2
 htofcalsim.cc:3
 htofcalsim.cc:4
 htofcalsim.cc:5
 htofcalsim.cc:6
 htofcalsim.cc:7
 htofcalsim.cc:8
 htofcalsim.cc:9
 htofcalsim.cc:10
 htofcalsim.cc:11
 htofcalsim.cc:12
 htofcalsim.cc:13
 htofcalsim.cc:14
 htofcalsim.cc:15
 htofcalsim.cc:16
 htofcalsim.cc:17
 htofcalsim.cc:18
 htofcalsim.cc:19
 htofcalsim.cc:20