File tree Expand file tree Collapse file tree 3 files changed +3
-82
lines changed
Expand file tree Collapse file tree 3 files changed +3
-82
lines changed Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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 },
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-
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments