Skip to content

Commit 38c0757

Browse files
authored
new PID cuts added
1 parent 002c7b1 commit 38c0757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGCF/EbyEFluctuations/Tasks/nchCumulantsId.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -749,9 +749,9 @@ struct NchCumulantsId {
749749
hist.fill(HIST("sparse1"), nCh, nP, nM, nPr, nAPr, nKa, nAKa, nT, col.centFT0M());
750750
hist.fill(HIST("sparse2"), nCh, nP, nM, nPi, nAPi, nKa, nAKa, nT, col.centFT0M());
751751

752-
}// collision ends
753-
}// process ends
754-
};// structure ends
752+
}//collision ends
753+
}//process ends
754+
};//structure ends
755755

756756
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
757757
{

0 commit comments

Comments
 (0)