Skip to content

Commit

Permalink
TOF: adapt to change in CCDB fetcher (AliceO2Group#1609)
Browse files Browse the repository at this point in the history
* adapt to change in CCDB fetcher

* adapt also MC json

* disable calibrations
  • Loading branch information
ercolessi authored May 8, 2024
1 parent 2f444c4 commit d0a5c35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DATA/production/qc-async/tof.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
"query": "tofdigits:TOF/DIGITS/0;readoutwin:TOF/READOUTWINDOW/0;patterns:TOF/PATTERNS;diafreq:TOF/DIAFREQ/0",
"query": "tofdigits:TOF/DIGITS/0;readoutwin:TOF/READOUTWINDOW/0;patterns:TOF/PATTERNS;diafreq:TOF/DIAFREQ/0;channelCalib:TOF/CHCALIB/0?lifetime=condition&ccdb-path=TOF/Calib/ChannelCalib;lhcPhase:TOF/LHCP/0?lifetime=condition&ccdb-path=TOF/Calib/LHCphase",
"query_comment" : "100% sampling"
},
"taskParameters": {
"Diagnostic": "true",
"PerChannel": "True",
"RangeMaxMultiplicity": "15000",
"NbinsMultiplicity": "15000",
"applyCalib": "True",
"applyCalib": "False",
"NoiseClassSelection": "1"
},
"grpGeomRequest" : {
Expand Down
4 changes: 2 additions & 2 deletions MC/config/QC/json/tofdigits.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"PerChannel": "True",
"RangeMaxMultiplicity": "15000",
"NbinsMultiplicity": "15000",
"applyCalib": "True"
"applyCalib": "False"
},
"grpGeomRequest": {
"geomRequest": "Aligned",
Expand Down Expand Up @@ -130,7 +130,7 @@
"id": "tof-digits",
"active": "true",
"machines": [],
"query": "tofdigits:TOF/DIGITS/0;readoutwin:TOF/READOUTWINDOW/0;patterns:TOF/PATTERNS;diafreq:TOF/DIAFREQ/0",
"query": "tofdigits:TOF/DIGITS/0;readoutwin:TOF/READOUTWINDOW/0;patterns:TOF/PATTERNS;diafreq:TOF/DIAFREQ/0;channelCalib:TOF/CHCALIB/0?lifetime=condition&ccdb-path=TOF/Calib/ChannelCalib;lhcPhase:TOF/LHCP/0?lifetime=condition&ccdb-path=TOF/Calib/LHCphase",
"samplingConditions": [
{
"condition": "random",
Expand Down

0 comments on commit d0a5c35

Please sign in to comment.