From b8b30034a829689a70578aeaed7e09d596760ad5 Mon Sep 17 00:00:00 2001 From: Jian Liu Date: Fri, 10 Dec 2021 09:01:18 +0100 Subject: [PATCH] fix data source name and add new json file for FEE task --- Modules/ITS/itsFee-no-ds.json | 66 +++++++++++++++++++++++++++++++++++ Modules/ITS/itsFee.json | 6 ++-- 2 files changed, 69 insertions(+), 3 deletions(-) create mode 100644 Modules/ITS/itsFee-no-ds.json diff --git a/Modules/ITS/itsFee-no-ds.json b/Modules/ITS/itsFee-no-ds.json new file mode 100644 index 0000000000..adf85a7c4c --- /dev/null +++ b/Modules/ITS/itsFee-no-ds.json @@ -0,0 +1,66 @@ +{ + "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": "" + }, + "conditionDB": { + "url": "ccdb-test.cern.ch:8080" + } + }, + "tasks": { + "ITSFee": { + "active": "true", + "className": "o2::quality_control_modules::its::ITSFeeTask", + "moduleName": "QcITS", + "detectorName": "ITS", + "cycleDurationSeconds": "30", + "maxNumberCycles": "-1", + "dataSource": { + "type": "direct", + "query": "filter:ITS/RAWDATA;G:FLP/DISTSUBTIMEFRAME" + }, + "location": "remote", + "taskParameters": { + "NPayloadSizeBins": "512" + } + } + }, + "checks": { + "ITSFeeCheck": { + "active": "true", + "className": "o2::quality_control_modules::its::ITSFeeCheck", + "moduleName": "QcITS", + "policy": "OnAny", + "detectorName": "ITS", + "dataSource": [ + { + "type": "Task", + "name": "ITSFEE", + "MOs": [ + "LaneStatus/laneStatusFlagFAULT", + "LaneStatus/laneStatusFlagERROR", + "LaneStatus/laneStatusFlagWARNING" + ] + } + ] + } + } + }, + "dataSamplingPolicies": [ + ] +} diff --git a/Modules/ITS/itsFee.json b/Modules/ITS/itsFee.json index e7804f7fe8..e786af962e 100644 --- a/Modules/ITS/itsFee.json +++ b/Modules/ITS/itsFee.json @@ -32,7 +32,7 @@ "maxNumberCycles": "-1", "dataSource": { "type": "dataSamplingPolicy", - "name": "RAWDATA" + "name": "feedata" }, "location": "remote", "taskParameters": { @@ -63,7 +63,7 @@ }, "dataSamplingPolicies": [ { - "id": "RAWDATA", + "id": "feedata", "active": "true", "machines": [], "query": "filter:ITS/RAWDATA;G:FLP/DISTSUBTIMEFRAME", @@ -77,4 +77,4 @@ "blocking": "false" } ] -} \ No newline at end of file +}