From 58c0f20e11822096f710dcdd2c729ccd01016797 Mon Sep 17 00:00:00 2001 From: lauraser <45659867+lauraser@users.noreply.github.com> Date: Tue, 5 May 2020 11:18:52 +0200 Subject: [PATCH] Fixed json file, included detector name in checks. (#387) --- Modules/TPC/run/tpcQCClusterChecker.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/TPC/run/tpcQCClusterChecker.json b/Modules/TPC/run/tpcQCClusterChecker.json index cdbdfc2386..9f48d9c0ca 100644 --- a/Modules/TPC/run/tpcQCClusterChecker.json +++ b/Modules/TPC/run/tpcQCClusterChecker.json @@ -65,6 +65,7 @@ "className": "o2::quality_control_modules::tpc::PIDClusterCheck", "moduleName": "QcTPC", "policy": "OnAny", + "detectorName": "TPC", "dataSource": [{ "type": "Task", "name": "PID", @@ -75,6 +76,7 @@ "active": "true", "className": "o2::quality_control_modules::tpc::TrackClusterCheck", "moduleName": "QcTPC", + "detectorName": "TPC", "policy": "OnAny", "dataSource": [{ "type": "Task",