forked from AliceO2Group/AliceO2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EMCAL-565, EMCAL-566]: Differentiate between run type and max time d…
…ifference for loading of calib hists (AliceO2Group#12848) - Online calibration relies on saving and loading the calibration histograms at the EOR (SOR) - However, the old objects should not be loaded if the run type (calib, physics etc.) differes, or if the time difference between the old object and the current data taking is too long - Now, the root file storing the objects is named differently, depending on the run type - The old timestamp (in hours) is stored in the file itself and then loaded at SOR and compared to the current ts - The fill Nr is stored in the file and an option is implemented to only load calibration objects if the fill is the same as for the old object - All parameters are configurable in the Calib Params Co-authored-by: jokonig <[email protected]>
- Loading branch information
Showing
3 changed files
with
87 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters