File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed
Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "qc" : {
3+ "config" : {
4+ "database" : {
5+ "implementation" : " CCDB" ,
6+ "host" : " ali-qcdb.cern.ch:8083" ,
7+ "username" : " not_applicable" ,
8+ "password" : " not_applicable" ,
9+ "name" : " not_applicable"
10+ },
11+ "Activity" : {
12+ "number" : " 42" ,
13+ "type" : " 2"
14+ },
15+ "monitoring" : {
16+ "url" : " influxdb-unix:///tmp/telegraf.sock"
17+ },
18+ "consul" : {
19+ "url" : " "
20+ },
21+ "conditionDB" : {
22+ "url" : " alice-ccdb.cern.ch"
23+ }
24+ },
25+ "tasks" : {
26+ "RecPointsQcTask" : {
27+ "active" : " true" ,
28+ "className" : " o2::quality_control_modules::fdd::RecPointsQcTask" ,
29+ "moduleName" : " QcFDD" ,
30+ "detectorName" : " FDD" ,
31+ "cycleDurationSeconds" : " 600" ,
32+ "maxNumberCycles" : " -1" ,
33+ "dataSource" : {
34+ "type" : " direct" ,
35+ "query" : " recpoints:FDD/RECPOINTS/0;channels:FDD/RECCHDATA/0"
36+ },
37+ "saveObjectsToFile" :" QC_FDD.root"
38+ }
39+ }
40+ }
41+ }
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ elif [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
9696 [[ -z " $QC_JSON_TOF " ]] && QC_JSON_TOF=$O2DPG_ROOT /DATA/production/qc-async/tof.json
9797 [[ -z " $QC_JSON_FT0 " ]] && QC_JSON_FT0=$O2DPG_ROOT /DATA/production/qc-async/ft0.json
9898 [[ -z " $QC_JSON_FV0 " ]] && QC_JSON_FV0=$O2DPG_ROOT /DATA/production/qc-async/fv0.json
99+ [[ -z " $QC_JSON_FDD " ]] && QC_JSON_FDD=$O2DPG_ROOT /DATA/production/qc-async/fdd.json
99100 [[ -z " $QC_JSON_EMC " ]] && QC_JSON_EMC=$O2DPG_ROOT /DATA/production/qc-async/emc.json
100101 [[ -z " $QC_JSON_MID " ]] && QC_JSON_MID=$O2DPG_ROOT /DATA/production/qc-async/mid.json
101102 [[ -z " $QC_JSON_CPV " ]] && QC_JSON_CPV=$O2DPG_ROOT /DATA/production/qc-async/cpv.json
You can’t perform that action at this time.
0 commit comments