From 640dab3d84902e923bd5890239e254245a93fe0f Mon Sep 17 00:00:00 2001 From: gvolpe Date: Wed, 5 Mar 2025 10:56:54 +0100 Subject: [PATCH] Adding json file for HMP async MC QC --- MC/config/QC/json/hmp.json | 54 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 MC/config/QC/json/hmp.json diff --git a/MC/config/QC/json/hmp.json b/MC/config/QC/json/hmp.json new file mode 100644 index 000000000..03915cb13 --- /dev/null +++ b/MC/config/QC/json/hmp.json @@ -0,0 +1,54 @@ +{ + "qc":{ + "config":{ + "database":{ + "implementation":"CCDB", + "host":"ccdb-test.cern.ch:8080", + "username":"not_applicable", + "password":"not_applicable", + "name":"not_applicable" + }, + "Activity":{ + "number":"42", + "type":"2" + }, + "monitoring":{ + "url":"infologger:///debug?qc" + }, + "consul":{ + "url":"http://consul-test.cern.ch:8500" + }, + "conditionDB":{ + "url":"ccdb-test.cern.ch:8080" + } + }, + "tasks": { + "HMPClusters":{ + "active":"true", + "taskName" : "Clusters", + "className":"o2::quality_control_modules::hmpid::HmpidTaskClusters", + "moduleName":"QcHMPID", + "detectorName":"HMP", + "cycleDurationSeconds":"60", + "maxNumberCycles":"-1", + "dataSource": { + "type":"direct", + "query":"intrecord:HMP/INTRECORDS1/0;clusters:HMP/CLUSTERS/0" + } + }, + "HMPMatches":{ + "active":"true", + "taskName" : "Matches", + "className":"o2::quality_control_modules::hmpid::HmpidTaskMatches", + "moduleName":"QcHMPID", + "detectorName":"HMP", + "cycleDurationSeconds":"60", + "maxNumberCycles":"-1", + "dataSource": { + "type":"direct", + "query":"matchHMP:HMP/MATCHES/0;hmpidcluster:HMP/CLUSTERS/0;hmpidtriggers:HMP/INTRECORDS1/0" + } + } + } + } +}