-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TRD: add tracking QC task for mc workflow (#1467)
* TRD;) tracking task in mc workflow * rmove digit query from tracklet task * removed not maxNumberCycles, applicable items * trd-digit-task name change to trd-standalone-task * Update MC/config/QC/json/trd-tracking-task.json Co-authored-by: Ole Schmidt <[email protected]> * Update MC/config/QC/json/trd-tracking-task.json * readerCommand configured with TPC_TRD --------- Co-authored-by: Ole Schmidt <[email protected]>
- Loading branch information
1 parent
73fe052
commit 10b933c
Showing
4 changed files
with
67 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"qc": { | ||
"config": { | ||
"database": { | ||
"implementation": "CCDB", | ||
"host": "ccdb-test.cern.ch:8080" | ||
}, | ||
"Activity": { | ||
"number": "42", | ||
"type": "2", | ||
"provenance": "qc_mc", | ||
"passName": "passMC", | ||
"periodName": "SimChallenge" | ||
}, | ||
"monitoring": { | ||
"url": "no-op://" | ||
}, | ||
"consul": { | ||
"url": "" | ||
}, | ||
"conditionDB": { | ||
"url": "alice-ccdb.cern.ch" | ||
} | ||
}, | ||
"tasks": { | ||
"Tracking": { | ||
"active": "true", | ||
"className": "o2::quality_control_modules::trd::TrackingTask", | ||
"moduleName": "QcTRD", | ||
"detectorName": "TRD", | ||
"cycleDurationSeconds": "60", | ||
"dataSource": { | ||
"type": "direct", | ||
"query": "trackITSTPCTRD:TRD/MATCH_ITSTPC;trigITSTPCTRD:TRD/TRGREC_ITSTPC;trackTPCTRD:TRD/MATCH_TPC;trigTPCTRD:TRD/TRGREC_TPC" | ||
}, | ||
"taskParameters": { | ||
"detailedQC": "false", | ||
"trackSources": "ITS-TPC-TRD,TPC-TRD" | ||
} | ||
} | ||
}, | ||
"dataSamplingPolicies": [] | ||
} | ||
} |