Skip to content
Snippets Groups Projects
Commit 522ecd6d authored by Thijs Cornelissen's avatar Thijs Cornelissen Committed by Graeme Stewart
Browse files

Fix uninitialized variable (JetMissingEtTagTools-00-02-16)

parent 21d05461
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,7 @@ StatusCode JetMissingEtIdentificationTagTool::execute(TagFragmentCollection& jet
// }
// determine jet scale to use
m_useEMScale=true;
xAOD::JetScale scale = m_useEMScale ? xAOD::JetEMScaleMomentum : xAOD::JetAssignedScaleMomentum ;
unsigned int AnyBadJet = 0x0;
......
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