We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4eef6 commit d49948dCopy full SHA for d49948d
1 file changed
PWGJE/Tasks/bjetTaggingGnn.cxx
@@ -1009,8 +1009,6 @@ struct BjetTaggingGnn {
1009
}
1010
1011
1012
- bool isMatchedToAnalysisSelection = false;
1013
-
1014
if (matchedCollisions.size() >= 1) {
1015
zvtxMatched = std::fabs(matchedCollisions.begin().posZ()) < vertexZCut;
1016
evtselCode |= EvtSelFlag::kColl;
@@ -1046,7 +1044,6 @@ struct BjetTaggingGnn {
1046
1044
1047
1045
1048
if (jetderiveddatautilities::selectCollision(matchedCollisions.begin(), eventSelectionBits) && zvtxMatched) {
1049
- isMatchedToAnalysisSelection = true;
1050
registry.fill(HIST("h_event_counter_mcp"), 0.0, weightEvt);
1051
1052
0 commit comments