// $Id: hhitmatchsim.cc,v 1.6 2002-09-25 16:19:52 eberl Exp $ // Last update by Thomas Eberl: 02/09/25 17:28:42 // //********************************************************** // this class is a container class meant to hold one // "correlation" between different detectors //********************************************************** #include "hhitmatchsim.h" #include ClassImp(HHitMatchSim) HHitMatchSim::HHitMatchSim() { reset(); } HHitMatchSim::~HHitMatchSim() {} HHitMatchSim::HHitMatchSim(const HHitMatchSim& source) { } HHitMatchSim& HHitMatchSim::operator=(const HHitMatchSim& source) { if (this != &source) { } return *this; } void HHitMatchSim::dumpToStdoutSim() { HHitMatch::dumpToStdout(); // cout<<"in HHitMatchSim::dumpToStdout()"<