Skip to content

Commit 8cdb7ad

Browse files
bazinskidavidrohr
authored andcommitted
TRD fix trd default qc
1 parent b68a0c3 commit 8cdb7ad

File tree

3 files changed

+3
-82
lines changed

3 files changed

+3
-82
lines changed

DATA/production/qc-async/trd.json

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -60,26 +60,7 @@
6060
"pulseheightpeaklower": "1.0",
6161
"pulseheightpeakupper": "5.0"
6262
}
63-
},
64-
"PulseHeight": {
65-
"active": "true",
66-
"className": "o2::quality_control_modules::trd::PulseHeight",
67-
"moduleName": "QcTRD",
68-
"detectorName": "TRD",
69-
"cycleDurationSeconds": "60",
70-
"maxNumberCycles": "-1",
71-
"dataSource_comment": "no comment",
72-
"dataSource": {
73-
"type": "direct",
74-
"query": "digits:TRD/DIGITS;tracklets:TRD/TRACKLETS;triggers:TRD/TRKTRGRD"
75-
},
76-
"taskParameters": {
77-
"peakregionstart": "7.0",
78-
"peakregionend": "20.0",
79-
"pulseheightpeaklower": "1.0",
80-
"pulseheightpeakupper": "5.0"
81-
}
82-
}
63+
}
8364
}
8465
},
8566
"dataSamplingPolicies": [

DATA/production/qc-sync/trd.json

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -109,65 +109,6 @@
109109
"mergingMode": "delta",
110110
"mergerCycleMultiplier": "2",
111111
"localControl": "odc"
112-
},
113-
"PulseHeight": {
114-
"active": "true",
115-
"className": "o2::quality_control_modules::trd::PulseHeight",
116-
"moduleName": "QcTRD",
117-
"detectorName": "TRD",
118-
"cycleDurationSeconds": "60",
119-
"maxNumberCycles": "-1",
120-
"dataSource_comment": "no comment",
121-
"dataSource": {
122-
"type": "dataSamplingPolicy",
123-
"name": "trdall"
124-
},
125-
"taskParameters": {
126-
"peakregionstart": "7.0",
127-
"peakregionend": "20.0",
128-
"pulseheightpeaklower": "1.0",
129-
"pulseheightpeakupper": "5.0"
130-
},
131-
"location": "local",
132-
"localMachines": [
133-
"epn",
134-
"localhost"
135-
],
136-
"remoteMachine": "alio2-cr1-qc05.cern.ch",
137-
"remotePort": "47745",
138-
"mergingMode": "delta",
139-
"mergerCycleMultiplier": "2",
140-
"localControl": "odc"
141-
}
142-
},
143-
"checks": {
144-
"QcCheck": {
145-
"active": "false",
146-
"className": "o2::quality_control_modules::trd::RawDataCheck",
147-
"moduleName": "QcTRD",
148-
"policy": "OnAny",
149-
"detectorName": "TRD",
150-
"dataSource": [
151-
{
152-
"type": "Task",
153-
"name": "RawDataTask",
154-
"MOs": ["trackletsperevent"]
155-
}
156-
]
157-
},
158-
"PulseHeightCheck": {
159-
"active": "false",
160-
"className": "o2::quality_control_modules::trd::PulseHeightCheck",
161-
"moduleName": "QcTRD",
162-
"policy": "OnAny",
163-
"detectorName": "TRD",
164-
"dataSource": [
165-
{
166-
"type": "Task",
167-
"name": "PulseHeight",
168-
"MOs": ["trackletsperevent"]
169-
}
170-
]
171112
}
172113
}
173114
},
@@ -180,12 +121,11 @@
180121
"samplingConditions":[
181122
{
182123
"condition": "random",
183-
"fraction": "0.9",
124+
"fraction": "0.5",
184125
"seed": "1234"
185126
}
186127
],
187128
"blocking": "false"
188129
}
189130
]
190131
}
191-

DATA/production/qc-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ elif [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
4444
fi
4545
fi
4646
[[ -z "$QC_JSON_CPV" ]] && QC_JSON_CPV=consul://o2/components/qc/ANY/any/cpv-physics-qcmn-epn
47-
[[ -z "$QC_JSON_TRD" ]] && QC_JSON_TRD=consul://o2/components/qc/ANY/any/trd-full-qcmn-norawdatastats-epn
47+
[[ -z "$QC_JSON_TRD" ]] && QC_JSON_TRD=consul://o2/components/qc/ANY/any/trd-full-qcmn-nopulseheight-epn
4848
[[ -z "$QC_JSON_PHS" ]] && QC_JSON_PHS=consul://o2/components/qc/ANY/any/phos-raw-clusters-epn
4949
[[ -z "$QC_JSON_PRIMVTX" ]] && QC_JSON_PRIMVTX=consul://o2/components/qc/ANY/any/vertexing-qc
5050
[[ -z "$QC_JSON_GLOBAL" ]] && QC_JSON_GLOBAL=$O2DPG_ROOT/DATA/production/qc-sync/qc-global.json

0 commit comments

Comments
 (0)