-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protections added in DCS DPs processing (#10215)
* Protections added in DCS DPs processing * Fixing white space * minors
- Loading branch information
Showing
5 changed files
with
377 additions
and
333 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#HMPID calibration | ||
|
||
For a local test, use | ||
|
||
``` o2 - calibration - hmpid - dcs - sim - workflow-- max - timeframes 100 --delta - fraction 0.5 - b | | ||
o2 - calibration - hmpid - dcs - workflow - b-- local - test | o2 - calibration - ccdb - populator - workflow-- ccdb - path localhost : 8080 - b-- run | ||
``` | ||
|
||
`time - frames` specifies the timeframes before EOR | ||
`local - test` specifies to use simulated DPs | ||
`ccdb - path localhost : 8080` specifies to store CCDB objects locally |
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
Oops, something went wrong.