Skip to content

Commit b388fe3

Browse files
authored
adding median time for occupancy (dummy for old evSel task)
1 parent 3509a91 commit b388fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Common/TableProducer/eventSelection.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ struct EventSelectionTask {
694694
}
695695
}
696696

697-
evsel(alias, selection, rct, sel7, sel8, foundBC, foundFT0, foundFV0, foundFDD, foundZDC, 0, 0);
697+
evsel(alias, selection, rct, sel7, sel8, foundBC, foundFT0, foundFV0, foundFDD, foundZDC, 0, 0, 0);
698698
}
699699
PROCESS_SWITCH(EventSelectionTask, processRun2, "Process Run2 event selection", true);
700700

@@ -750,7 +750,7 @@ struct EventSelectionTask {
750750
int32_t foundFDD = bc.foundFDDId();
751751
int32_t foundZDC = bc.foundZDCId();
752752
uint32_t rct = 0;
753-
evsel(bc.alias_raw(), bc.selection_raw(), rct, kFALSE, kFALSE, foundBC, foundFT0, foundFV0, foundFDD, foundZDC, -1, -1);
753+
evsel(bc.alias_raw(), bc.selection_raw(), rct, kFALSE, kFALSE, foundBC, foundFT0, foundFV0, foundFDD, foundZDC, -1, -1, -1);
754754
}
755755
return;
756756
}
@@ -1166,7 +1166,7 @@ struct EventSelectionTask {
11661166
}
11671167

11681168
evsel(alias, selection, rct, sel7, sel8, foundBC, foundFT0, foundFV0, foundFDD, foundZDC,
1169-
vNumTracksITS567inFullTimeWin[colIndex], vSumAmpFT0CinFullTimeWin[colIndex]);
1169+
vNumTracksITS567inFullTimeWin[colIndex], vSumAmpFT0CinFullTimeWin[colIndex], 0);
11701170
}
11711171
}
11721172

0 commit comments

Comments
 (0)