Skip to content

Commit 37c9f04

Browse files
committed
Merge pull request #11289 from fioriNTU/trackingWarning
fix for RecHits and Chi2oNDF warnings in tracking
2 parents dd286bd + cfb2dde commit 37c9f04

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

DQM/TrackingMonitorClient/data/tracking_qualitytest_config_tier0.xml

+30-9
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,50 @@
1717
<TYPE>ContentsXRange</TYPE>
1818
<PARAM name="error">0.80</PARAM>
1919
<PARAM name="warning">0.90</PARAM>
20-
<PARAM name="xmin">5.0</PARAM>
20+
<PARAM name="xmin">3.0</PARAM>
2121
<PARAM name="xmax">35.0</PARAM>
2222
</QTEST>
23-
<QTEST name="MeanWithinExpected:NumberOfRecHitsPerTrack" activate="true">
23+
<QTEST name="MeanWithinExpected:NumberOfRecHitsPerTrack" activate="true">
24+
<TYPE>MeanWithinExpected</TYPE>
25+
<PARAM name="error">0.80</PARAM>
26+
<PARAM name="warning">0.90</PARAM>
27+
<PARAM name="mean">1.0</PARAM>
28+
<PARAM name="useRMS">0</PARAM>
29+
<PARAM name="useSigma">0</PARAM>
30+
<PARAM name="useRange">1</PARAM>
31+
<PARAM name="minEntries">0</PARAM>
32+
<PARAM name="xmin">8.0</PARAM>
33+
<PARAM name="xmax">15.0</PARAM>
34+
<!--
2435
<TYPE>ContentsXRange</TYPE>
2536
<PARAM name="error">0.80</PARAM>
2637
<PARAM name="warning">0.90</PARAM>
2738
<PARAM name="xmin">8.0</PARAM>
28-
<PARAM name="xmax">15.0</PARAM>
39+
<PARAM name="xmax">15.0</PARAM> -->
2940
</QTEST>
30-
<QTEST name="XrangeWithin:NumberOfRecHitsPerTrack" activate="true">
41+
<!--<QTEST name="XrangeWithin:NumberOfRecHitsPerTrack" activate="true">
3142
<TYPE>ContentsXRange</TYPE>
3243
<PARAM name="error">0.80</PARAM>
3344
<PARAM name="warning">0.90</PARAM>
34-
<PARAM name="xmin">5.0</PARAM>
45+
<PARAM name="xmin">3.0</PARAM>
3546
<PARAM name="xmax">35.0</PARAM>
36-
</QTEST>
37-
<QTEST name="MeanWithinExpected:Chi2oNDF" activate="true">
38-
<TYPE>ContentsXRange</TYPE>
47+
</QTEST>-->
48+
<QTEST name="MeanWithinExpected:Chi2oNDF" activate="true">
49+
<TYPE>MeanWithinExpected</TYPE>
3950
<PARAM name="error">0.85</PARAM>
4051
<PARAM name="warning">0.95</PARAM>
41-
<PARAM name="xmin">0.5</PARAM>
52+
<PARAM name="mean">1.0</PARAM>
53+
<PARAM name="useRMS">0</PARAM>
54+
<PARAM name="useSigma">0</PARAM>
55+
<PARAM name="useRange">1</PARAM>
56+
<PARAM name="minEntries">0</PARAM>
57+
<PARAM name="xmin">0.5</PARAM>
4258
<PARAM name="xmax">1.5</PARAM>
59+
<!-- <TYPE>ContentsXRange</TYPE>
60+
<PARAM name="error">0.85</PARAM>
61+
<PARAM name="warning">0.95</PARAM>
62+
<PARAM name="xmin">0.5</PARAM>
63+
<PARAM name="xmax">1.5</PARAM> -->
4364
</QTEST>
4465
<QTEST name="XrangeWithin:TrackPt" activate="true">
4566
<TYPE>ContentsXRange</TYPE>

0 commit comments

Comments
 (0)