// $Id: hhitmatchheader.cc,v 1.5 2003-04-30 17:52:24 eberl Exp $ // Last update by Thomas Eberl: 03/04/30 18:59:41 // using namespace std; #include "hhitmatchheader.h" #include #include ClassImp(HHitMatchHeader) HHitMatchHeader::HHitMatchHeader() { reset(); } HHitMatchHeader::~HHitMatchHeader() {} HHitMatchHeader::HHitMatchHeader(const HHitMatchHeader& source) { } HHitMatchHeader& HHitMatchHeader::operator=(const HHitMatchHeader& source) { if (this != &source) { } return *this; } void HHitMatchHeader::dumpToStdout() { if (nNb_CorrObjs>0){ cout<<"-------------- HHitMatchHeader -----------------"<0) cout<<"Tot Nb of RICH hits : "<0) cout<<"Tot Nb of MDCSEG hits : "<0) cout<<"Tot Nb of TOF hits : "<0) cout<<"Tot Nb of SHOWER hits : "<0) cout<<"Nb of different RICH hits in tracklets : " <0) cout<<"Nb of different MDCSEG hits in tracklets : " <0) cout<<"Nb of different TOF hits in tracklets : " <0) cout<<"Nb of different SHOWER hits in tracklets : " <0) cout<<"Nb of only RM corr : "<0) cout<<"Nb of only RT corr : "<0) cout<<"Nb of only RS corr : "<0) cout<<"Nb of only MT corr : "<0) cout<<"Nb of only MS corr : "<0) cout<<"Nb of min RMT indexes in tracklet : "<0) cout<<"Nb of min RMS indexes in tracklet : "<0) cout<<"Nb of exact RM MT corr : "<0) cout<<"Nb of exact RM MT RT corr : "<0) cout<<"Nb of exact MT RT corr : "<0) cout<<"Nb of exact RM RT corr : "<0) cout<<"Nb of exact RM MS corr : "<0) cout<<"Nb of exact RM MS RS corr : "<0) cout<<"Nb of exact MS RS corr : "<0) cout<<"Nb of exact RM RS corr : "<