#pragma implementation
#include "hshowertofpidtrack.h"
ClassImp(HShowerTofPIDTrack)
void HShowerTofPIDTrack::clear() {
HShowerTofPID::clear();
nTrack = 0;
}
HShowerTofPIDTrack& HShowerTofPIDTrack::operator=(HShowerTofPIDTrack& ht) {
HShowerTofPID::operator=(ht);
nTrack = ht.nTrack;
return *this;
}
HShowerTofPIDTrack& HShowerTofPIDTrack::operator=(HShowerTofPID& ht) {
HShowerTofPID::operator=(ht);
nTrack = 0;
return *this;
}
Last change: Sat May 22 13:14:12 2010
Last generated: 2010-05-22 13:14
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.