Skip to content

Commit f658d3f

Browse files
author
Sawan Sawan
committed
some minor corrections
1 parent 317d8a7 commit f658d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/kstarqa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ struct Kstarqa {
13271327

13281328
hInvMass.fill(HIST("h2KstarRecpt2"), mothertrack1.pt(), multiplicity, std::sqrt(mothertrack1.e() * mothertrack1.e() - mothertrack1.p() * mothertrack1.p()));
13291329

1330-
if (applyRecMotherRapidity && mother.Rapidity() >= 0) {
1330+
if (applyRecMotherRapidity && mother.Rapidity() >= 0.5) {
13311331
continue;
13321332
}
13331333

0 commit comments

Comments
 (0)