46 newWeight *= this->getTrackWeight(theTrack);
52 this->putElement(theContainer,theTrack,newWeight);
62 if ( this->
contains(theContainer,theIndex) )
65 newWeight *= this->getTrackWeight(theContainer,theIndex);
67 this->
remove(theContainer,theIndex);
71 this->putElement(theContainer,theIndex,newWeight);
77 { this->set_track(theContainer, theTrack,
weight); }
81 { this->set_track(theContainer, theIndex,
weight); }
114 return (this->
contains(theContainer,theIndex))
119 std::vector<const Rec::TrackParticle*>* TrackConstituents::tracks()
const
121 std::vector<const Rec::TrackParticle*>* tracks =
122 new std::vector<const Rec::TrackParticle*>();
125 tracks->push_back(*
it);