// $Id: hgeantparticleinfo.cc,v 1.1 2003-09-09 15:39:42 eberl Exp $ // Last update by Thomas Eberl: 03/07/07 10:48:21 // using namespace std; #include "hgeantparticleinfo.h" #include #include ClassImp(HGeantParticleInfo) HGeantParticleInfo::HGeantParticleInfo() { reset(); } HGeantParticleInfo::HGeantParticleInfo(const HGeantParticleInfo& source) { } HGeantParticleInfo& HGeantParticleInfo::operator=(const HGeantParticleInfo& source) { reset(); if (this != &source) { geantTrackNr = source.geantTrackNr; for (Int_t i=0;i0) j++; } return j; }