Skip to content
Snippets Groups Projects
Commit 3ec95bc2 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

ClassifyAndCalculateHFTool: fixed clang warning

Removed unused local variable
parent 3e1da7f1
No related branches found
No related tags found
No related merge requests found
......@@ -286,10 +286,6 @@ namespace DerivationFramework {
int mpifsr_code=0;
// Create an integer variable to go through the information of the jets in m_flav_vec, m_id_vec and m_count_vec
int n_jet = 0;
for(const xAOD::Jet* jet : *jets){
// Check if the jet passes the cuts and if it does not, then skip it.
......@@ -434,11 +430,6 @@ namespace DerivationFramework {
else if(id==-2 && flav==4) { // c FSR
mpifsr_code -= 1;
}
// Add 1 to n_jet.
n_jet ++;
}
// Compute the ext_code using the number of additional jets with HF hadrons.
......
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