We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aeafbb commit a4d085dCopy full SHA for a4d085d
PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx
@@ -2700,6 +2700,7 @@ struct LFNucleiBATask {
2700
isDeuteron = enableDe && deRapCut;
2701
isHelium = enableHe && heRapCut;
2702
2703
+ // ITS PID cut
2704
bool passITSDeCut = !nsigmaITSvar.useITSDeCut || (nITSDe > nsigmaITSvar.nsigmaITSDe);
2705
bool passITSHeCut = !nsigmaITSvar.useITSHeCut || (nITSHe > nsigmaITSvar.nsigmaITSHe);
2706
@@ -4632,7 +4633,6 @@ struct LFNucleiBATask {
4632
4633
4634
// TOF
4635
if (outFlagOptions.doTOFplots) {
-
4636
if (isDeWTPCpid) {
4637
switch (useHasTRDConfig) {
4638
case 0:
0 commit comments