Skip to content

Commit a4d085d

Browse files
NucleiTask - Add comments
1 parent 8aeafbb commit a4d085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2700,6 +2700,7 @@ struct LFNucleiBATask {
27002700
isDeuteron = enableDe && deRapCut;
27012701
isHelium = enableHe && heRapCut;
27022702

2703+
// ITS PID cut
27032704
bool passITSDeCut = !nsigmaITSvar.useITSDeCut || (nITSDe > nsigmaITSvar.nsigmaITSDe);
27042705
bool passITSHeCut = !nsigmaITSvar.useITSHeCut || (nITSHe > nsigmaITSvar.nsigmaITSHe);
27052706

@@ -4632,7 +4633,6 @@ struct LFNucleiBATask {
46324633

46334634
// TOF
46344635
if (outFlagOptions.doTOFplots) {
4635-
46364636
if (isDeWTPCpid) {
46374637
switch (useHasTRDConfig) {
46384638
case 0:

0 commit comments

Comments
 (0)