Skip to content

Commit 8d861e2

Browse files
committed
I checked everything
1 parent a06ec2c commit 8d861e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/Tasks/taskFlow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ struct HfTaskFlow {
12281228
}
12291229

12301230
// FILL QA PLOTS for trigger particle
1231-
if (sameEvent && (cutAmbiguousTracks == false)) {
1231+
if (sameEvent) {
12321232
if constexpr (std::is_same_v<HfCandidatesSelD0, TTracksTrig>) {
12331233
fillTriggerQa<Data, TpcMft, D0ChPart>(multiplicity, eta1, phi1, pt1);
12341234
} else if constexpr (std::is_same_v<HfCandidatesSelLc, TTracksTrig>) {

0 commit comments

Comments
 (0)