|
| 1 | +{ |
| 2 | + "qc": { |
| 3 | + "config": { |
| 4 | + "database": { |
| 5 | + "implementation": "CCDB", |
| 6 | + "host": "ccdb-test.cern.ch:8080", |
| 7 | + "username": "not_applicable", |
| 8 | + "password": "not_applicable", |
| 9 | + "name": "not_applicable" |
| 10 | + }, |
| 11 | + "Activity": { |
| 12 | + "number": "42", |
| 13 | + "type": "2", |
| 14 | + "provenance": "qc_mc", |
| 15 | + "passName": "passMC", |
| 16 | + "periodName": "SimChallenge" |
| 17 | + }, |
| 18 | + "monitoring": { |
| 19 | + "url": "infologger:///debug?qc" |
| 20 | + }, |
| 21 | + "consul": { |
| 22 | + "url": "" |
| 23 | + }, |
| 24 | + "conditionDB": { |
| 25 | + "url": "ccdb-test.cern.ch:8080" |
| 26 | + }, |
| 27 | + "infologger": { |
| 28 | + "": "Configuration of the Infologger (optional).", |
| 29 | + "filterDiscardDebug": "false", |
| 30 | + "": "Set to true to discard debug and trace messages (default: false)", |
| 31 | + "filterDiscardLevel": "21", |
| 32 | + "": "Message at this level or above are discarded (default: 21 - Trace)" |
| 33 | + } |
| 34 | + }, |
| 35 | + "tasks": { |
| 36 | + "TaskFT0TOF": { |
| 37 | + "active": "true", |
| 38 | + "className": "o2::quality_control_modules::pid::TaskFT0TOF", |
| 39 | + "moduleName": "QcTOF", |
| 40 | + "detectorName": "TOF", |
| 41 | + "cycleDurationSeconds": "10", |
| 42 | + "maxNumberCycles": "-1", |
| 43 | + "dataSource": { |
| 44 | + "type": "direct", |
| 45 | + "query_comment": "checking every matched track", |
| 46 | + "query": "matchITSTPCTOF:TOF/MTC_ITSTPC/0;trackITSTPC:GLO/TPCITS/0;trackITSTPCABREFS:GLO/TPCITSAB_REFS/0;trackITSTPCABCLID:GLO/TPCITSAB_CLID/0;tofcluster:TOF/CLUSTERS/0;trackTPC:TPC/TRACKS/0;trackTPCClRefs:TPC/CLUSREFS/0;recpoints:FT0/RECPOINTS/0" |
| 47 | + }, |
| 48 | + "taskParameters": { |
| 49 | + "GID": "ITS-TPC,TPC,ITS-TPC-TOF", |
| 50 | + "verbose": "false", |
| 51 | + "minPtCut": "0.3f", |
| 52 | + "etaCut": "0.8f", |
| 53 | + "minNTPCClustersCut": "60", |
| 54 | + "minDCACut": "100.f", |
| 55 | + "minDCACutY": "10.f", |
| 56 | + "grpFileName": "o2sim_grp.root", |
| 57 | + "geomFileName": "o2sim_geometry.root" |
| 58 | + }, |
| 59 | + "location": "remote", |
| 60 | + "saveObjectsToFile": "tofft0PIDQC.root", |
| 61 | + "": "For debugging, path to the file where to save. If empty or missing it won't save." |
| 62 | + } |
| 63 | + }, |
| 64 | + "checks": { |
| 65 | + "QcCheck": { |
| 66 | + "active": "false", |
| 67 | + "className": "o2::quality_control_modules::skeleton::SkeletonCheck", |
| 68 | + "moduleName": "QcSkeleton", |
| 69 | + "policy": "OnAny", |
| 70 | + "detectorName": "TOF", |
| 71 | + "dataSource": [{ |
| 72 | + "type": "Task", |
| 73 | + "name": "QcTask", |
| 74 | + "MOs": ["example"] |
| 75 | + }] |
| 76 | + } |
| 77 | + } |
| 78 | + }, |
| 79 | + "dataSamplingPolicies": [] |
| 80 | +} |
0 commit comments