Skip to content

Commit d49948d

Browse files
author
Changhwan Choi
committed
Removed unused variable
1 parent 5f4eef6 commit d49948d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

PWGJE/Tasks/bjetTaggingGnn.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,8 +1009,6 @@ struct BjetTaggingGnn {
10091009
}
10101010
}
10111011

1012-
bool isMatchedToAnalysisSelection = false;
1013-
10141012
if (matchedCollisions.size() >= 1) {
10151013
zvtxMatched = std::fabs(matchedCollisions.begin().posZ()) < vertexZCut;
10161014
evtselCode |= EvtSelFlag::kColl;
@@ -1046,7 +1044,6 @@ struct BjetTaggingGnn {
10461044
}
10471045
}
10481046
if (jetderiveddatautilities::selectCollision(matchedCollisions.begin(), eventSelectionBits) && zvtxMatched) {
1049-
isMatchedToAnalysisSelection = true;
10501047
registry.fill(HIST("h_event_counter_mcp"), 0.0, weightEvt);
10511048
}
10521049
}

0 commit comments

Comments
 (0)