#include "htofrawsim.h"
ClassImp(HTofRawSim)
ClassImp(HTofRawSimTmp)
void HTofRawSim::clear(void) {
HTofRawSim::clear();
nTrack1 = nTrack2 = -1;
}
void HTofRawSim::setNTrack( Int_t nTrack) {
if(nHit==1) setNTrack1(nTrack);
if(nHit==2) setNTrack2(nTrack);
}
Last change: Sat May 22 13:16:28 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.