Skip to content
Snippets Groups Projects
Commit fff5180a authored by Kazuya Mochizuki's avatar Kazuya Mochizuki
Browse files

Merge branch 'revert-250303e2' into '21.2'

Revert "Correction against FPE, AsgElectronChargeIDSelectorTool.cxx"

See merge request mociduki/athena!1

Former-commit-id: 65b5a9c4cac20d0f8f9757eea0faf8051ac83393
parents facd6c85 b776b9f9
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ const Root::TResult& AsgElectronChargeIDSelectorTool::calculate( const xAOD::Ele
SCT += temp_NSCTHits;
charge += temp_NSCTHits*eg->trackParticle(TPit)->charge();
}
avgCharge_SCTw= SCT!=0 ? eg->charge()*charge/SCT : 0;
avgCharge_SCTw= eg->charge()*charge/SCT;
const std::vector<float>&cov= t->definingParametersCovMatrixVec();
trackqoverpsig= cov[14];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment