We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b559f8 commit 757e0daCopy full SHA for 757e0da
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx
@@ -703,8 +703,6 @@ struct decay3bodyBuilder {
703
}
704
} // loop over collisions
705
706
- int nDecay3Bodys = 0;
707
-
708
// Loop over all decay3bodys in same time frame
709
registry.fill(HIST("Counters/hInputStatistics"), kVtx3BodyDatas, decay3bodys.size());
710
int lastRunNumber = -1;
@@ -777,7 +775,6 @@ struct decay3bodyBuilder {
777
775
false /*isEventMixing*/)) {
778
776
continue;
779
780
- nDecay3Bodys++;
781
782
// fill QA histograms
783
if (doTrackQA) { // histograms filled for daughter tracks of (selected) 3body candidates
0 commit comments