Skip to content
Snippets Groups Projects
Commit bcfe4d44 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'main-clang' into 'main'

ActsTruth/TrackFindingValidationAlg: fixed clang warning

See merge request !70145
parents df0f4ad5 447a653b
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,6 @@ namespace ActsTrk
unsigned int n_truth_particle_without_associated_counts =0u;
unsigned int n_tracks_without_associated_truth_particle =0u;
unsigned int n_tracks_without_selected_truth_particle =0u;
unsigned int n_truth_particle_wihtout_associated_measurements=0u;
unsigned int n_truth_particle_nonoise_mismatches=0u;
unsigned int n_truth_cuts=m_truthSelectionTool->nCuts();
......@@ -351,9 +350,6 @@ namespace ActsTrk
++counterPerPdgId[pdg_id_category_i][kNParticleWithAssociatedTrack];
}
}
else {
++n_truth_particle_wihtout_associated_measurements;
}
}
else {
++n_tracks_without_selected_truth_particle;
......
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