17 m_otherTracks.clear();
18 m_otherShowers.clear();
25 ContainedObject(dtag),
26 m_decayMode(dtag.m_decayMode),
28 m_beamE(dtag.m_beamE),
31 m_deltaE(dtag.m_deltaE),
32 m_charge(dtag.m_charge),
33 m_charm(dtag.m_charm),
34 m_numOfChildren(dtag.m_numOfChildren),
36 m_tracks(dtag.m_tracks),
37 m_showers(dtag.m_showers),
38 m_otherTracks(dtag.m_otherTracks),
39 m_otherShowers(dtag.m_otherShowers),
40 m_pionId(dtag.m_pionId),
41 m_kaonId(dtag.m_kaonId)
47 this->ContainedObject::operator=(dtag);
48 m_decayMode=dtag.m_decayMode;
53 m_deltaE=dtag.m_deltaE;
54 m_charge=dtag.m_charge;
56 m_numOfChildren=dtag.m_numOfChildren;
58 m_tracks=dtag.m_tracks;
59 m_showers=dtag.m_showers;
60 m_otherTracks=dtag.m_otherTracks;
61 m_otherShowers=dtag.m_otherShowers;
62 m_pionId=dtag.m_pionId;
63 m_kaonId=dtag.m_kaonId;
EvtRecDTag & operator=(const EvtRecDTag &)