Skip to content

Commit

Permalink
Fixed json file, included detector name in checks. (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraser committed May 5, 2020
1 parent 6e8a058 commit 58c0f20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/TPC/run/tpcQCClusterChecker.json
Expand Up @@ -65,6 +65,7 @@
"className": "o2::quality_control_modules::tpc::PIDClusterCheck",
"moduleName": "QcTPC",
"policy": "OnAny",
"detectorName": "TPC",
"dataSource": [{
"type": "Task",
"name": "PID",
Expand All @@ -75,6 +76,7 @@
"active": "true",
"className": "o2::quality_control_modules::tpc::TrackClusterCheck",
"moduleName": "QcTPC",
"detectorName": "TPC",
"policy": "OnAny",
"dataSource": [{
"type": "Task",
Expand Down

0 comments on commit 58c0f20

Please sign in to comment.