We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be4cbb commit dd3d280Copy full SHA for dd3d280
PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx
@@ -207,8 +207,8 @@ struct derivedlambdakzeroanalysis {
207
maskTrackProperties = maskTrackProperties | (1 << selNegGoodTPCTrack);
208
// TPC signal is available: ask for negative track PID
209
maskK0ShortSpecific = maskK0ShortSpecific | (1 << selTPCPIDNegativePion);
210
- maskLambdaSpecific = maskLambdaSpecific | (1 << selTPCPIDNegativeProton);
211
- maskAntiLambdaSpecific = maskAntiLambdaSpecific | (1 << selTPCPIDNegativePion);
+ maskLambdaSpecific = maskLambdaSpecific | (1 << selTPCPIDNegativePion);
+ maskAntiLambdaSpecific = maskAntiLambdaSpecific | (1 << selTPCPIDNegativeProton);
212
}
213
214
// Primary particle selection, central to analysis
0 commit comments