Skip to content

Commit

Permalink
Update TRD QC json for DPL CCDB fetcher (AliceO2Group#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
martenole authored and Benedikt Volkel committed Dec 6, 2023
1 parent ad8c57a commit fe67e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
6 changes: 1 addition & 5 deletions DATA/production/qc-async/trd.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@
"moduleName": "QcTRD",
"detectorName": "TRD",
"cycleDurationSeconds": "60",
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
"query": "digits:TRD/DIGITS;triggers:TRD/TRKTRGRD"
"query": "digits:TRD/DIGITS;triggers:TRD/TRKTRGRD;noiseMap:TRD/NOISEMAP/0?lifetime=condition&ccdb-path=TRD/Calib/NoiseMapMCM;chamberStatus:TRD/CHSTATUS/0?lifetime=condition&ccdb-path=TRD/Calib/HalfChamberStatusQC"
}
},
"Tracklets": {
Expand All @@ -41,7 +40,6 @@
"moduleName": "QcTRD",
"detectorName": "TRD",
"cycleDurationSeconds": "60",
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
"query": "tracklets:TRD/TRACKLETS;triggers:TRD/TRKTRGRD"
Expand All @@ -53,7 +51,6 @@
"moduleName": "QcTRD",
"detectorName": "TRD",
"cycleDurationSeconds": "60",
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
"query": "phValues:TRD/PULSEHEIGHT"
Expand All @@ -65,7 +62,6 @@
"moduleName": "QcTRD",
"detectorName": "TRD",
"cycleDurationSeconds": "60",
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
"query": "trackITSTPCTRD:TRD/MATCH_ITSTPC;trigITSTPCTRD:TRD/TRGREC_ITSTPC"
Expand Down
9 changes: 2 additions & 7 deletions DATA/production/qc-sync/trd.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"moduleName": "QcTRD",
"detectorName": "TRD",
"cycleDurationSeconds": "60",
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
"query": "rawstats:TRD/RAWSTATS"
Expand All @@ -56,7 +55,6 @@
"moduleName": "QcTRD",
"detectorName": "TRD",
"cycleDurationSeconds": "60",
"maxNumberCycles": "-1",
"dataSource": {
"type": "dataSamplingPolicy",
"name": "trdall"
Expand All @@ -82,7 +80,6 @@
"moduleName": "QcTRD",
"detectorName": "TRD",
"cycleDurationSeconds": "60",
"maxNumberCycles": "-1",
"dataSource": {
"type": "dataSamplingPolicy",
"name": "trdall"
Expand All @@ -109,7 +106,6 @@
"moduleName": "QcTRD",
"detectorName": "TRD",
"cycleDurationSeconds": "60",
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
"query": "phValues:TRD/PULSEHEIGHT"
Expand All @@ -134,7 +130,6 @@
"moduleName": "QcTRD",
"detectorName": "TRD",
"cycleDurationSeconds": "60",
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
"query": "trackITSTPCTRD:TRD/MATCH_ITSTPC;trigITSTPCTRD:TRD/TRGREC_ITSTPC"
Expand Down Expand Up @@ -164,12 +159,12 @@
"id": "trdall",
"active": "true",
"machines": [],
"query": "digits:TRD/DIGITS/0;tracklets:TRD/TRACKLETS/0;triggers:TRD/TRKTRGRD/0",
"query": "digits:TRD/DIGITS/0;tracklets:TRD/TRACKLETS/0;triggers:TRD/TRKTRGRD/0;noiseMap:TRD/NOISEMAP/0?lifetime=condition&ccdb-path=TRD/Calib/NoiseMapMCM;chamberStatus:TRD/CHSTATUS/0?lifetime=condition&ccdb-path=TRD/Calib/HalfChamberStatusQC",
"samplingConditions": [
{
"condition": "random",
"fraction": "0.05",
"seed": "1234"
"seed": "0"
}
],
"blocking": "false"
Expand Down

0 comments on commit fe67e96

Please sign in to comment.