Skip to content

Commit d7f10d8

Browse files
authored
[PWGLF] Remove pt cut from mixed event (AliceO2Group#9749)
1 parent c204da6 commit d7f10d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/Tasks/Resonances/highmasslambda.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -796,9 +796,9 @@ struct highmasslambda {
796796
Proton = ROOT::Math::PxPyPzMVector(track1.px(), track1.py(), track1.pz(), massPr);
797797
Kshort = ROOT::Math::PxPyPzMVector(v0.px(), v0.py(), v0.pz(), v0.mK0Short());
798798
Lambdac = Proton + Kshort;
799-
if (Lambdac.Pt() > 6.0 || Lambdac.Pt() < 2.0) {
800-
continue;
801-
}
799+
// if (Lambdac.Pt() > 6.0 || Lambdac.Pt() < 2.0) {
800+
// continue;
801+
// }
802802
if (std::abs(Lambdac.Rapidity()) > confRapidity) {
803803
continue;
804804
}

0 commit comments

Comments
 (0)