diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkBPhys/src/CascadeTools.cxx b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkBPhys/src/CascadeTools.cxx index 7721d36d9ee24de55cde55e8701efc15514fa50e..7b8877d229c49c35644077c70c65a000add3138d 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkBPhys/src/CascadeTools.cxx +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkBPhys/src/CascadeTools.cxx @@ -81,7 +81,7 @@ double CascadeTools::invariantMassError(const std::vector<TLorentzVector> &parti ATH_MSG_DEBUG("The provided number of masses does not match the number of tracks in the vertex"); return -999999.; } - std::vector<TLorentzVector> particleMom(NTrk); particleMom.clear(); + std::vector<TLorentzVector> particleMom(NTrk); for( unsigned int it=0; it<NTrk; it++) { double esq = particleMom2[it].Px()*particleMom2[it].Px() + particleMom2[it].Py()*particleMom2[it].Py() + particleMom2[it].Pz()*particleMom2[it].Pz() + masses[it]*masses[it];