Skip to content

Commit 757e0da

Browse files
committed
fix unused variable
1 parent 7b559f8 commit 757e0da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,6 @@ struct decay3bodyBuilder {
703703
}
704704
} // loop over collisions
705705

706-
int nDecay3Bodys = 0;
707-
708706
// Loop over all decay3bodys in same time frame
709707
registry.fill(HIST("Counters/hInputStatistics"), kVtx3BodyDatas, decay3bodys.size());
710708
int lastRunNumber = -1;
@@ -777,7 +775,6 @@ struct decay3bodyBuilder {
777775
false /*isEventMixing*/)) {
778776
continue;
779777
}
780-
nDecay3Bodys++;
781778

782779
// fill QA histograms
783780
if (doTrackQA) { // histograms filled for daughter tracks of (selected) 3body candidates

0 commit comments

Comments
 (0)