Skip to content

Commit dd3d280

Browse files
Fix PID selections on Lambda candidates (#4712)
* Megalinter again * Megalinter again v2 * Fix PID selections on the Lambda candidates
1 parent 5be4cbb commit dd3d280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ struct derivedlambdakzeroanalysis {
207207
maskTrackProperties = maskTrackProperties | (1 << selNegGoodTPCTrack);
208208
// TPC signal is available: ask for negative track PID
209209
maskK0ShortSpecific = maskK0ShortSpecific | (1 << selTPCPIDNegativePion);
210-
maskLambdaSpecific = maskLambdaSpecific | (1 << selTPCPIDNegativeProton);
211-
maskAntiLambdaSpecific = maskAntiLambdaSpecific | (1 << selTPCPIDNegativePion);
210+
maskLambdaSpecific = maskLambdaSpecific | (1 << selTPCPIDNegativePion);
211+
maskAntiLambdaSpecific = maskAntiLambdaSpecific | (1 << selTPCPIDNegativeProton);
212212
}
213213

214214
// Primary particle selection, central to analysis

0 commit comments

Comments
 (0)