using namespace std;
# include "hdebug.h"
# include "hmdchitsfilter.h"
#include <fstream>
ClassImp(HMdcHitsFilter)
Bool_t HMdcHitsFilter :: check(TObject* hit){
#if DEBUG_LEVEL>2
gDebuger->enterFunc("HMdcHitsFilter::check");
#endif
if (((HMdcHitAux*)hit)->isDel()==0) return kTRUE;
return kFALSE;
#if DEBUG_LEVEL>2
gDebuger->leaveFunc("HMdcHitsFilter::check");
#endif
}
Last change: Sat May 22 13:02:27 2010
Last generated: 2010-05-22 13:02
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.