We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be61590 commit 6256e35Copy full SHA for 6256e35
1 file changed
PWGLF/Tasks/Strangeness/nonPromptCascade.cxx
@@ -987,16 +987,16 @@ struct NonPromptCascadeTask {
987
auto bc = coll.template bc_as<aod::BCsWithTimestamps>();
988
uint64_t globalBC = bc.globalBC();
989
uint32_t orbit = globalBC / 3564;
990
- if(orbitO != orbit) {
+ if (orbitO != orbit) {
991
orbitO = orbit;
992
- if((ds % cfgDownscaleMB) == 0) {
+ if ((ds % cfgDownscaleMB) == 0) {
993
writeFlag = 1;
994
} else {
995
writeFlag = 0;
996
}
997
ds++;
998
999
- if (writeFlag) {
+ if (writeFlag) {
1000
if (mRunNumber != bc.runNumber()) {
1001
mRunNumber = bc.runNumber();
1002
0 commit comments