Skip to content
Snippets Groups Projects
Commit b0831978 authored by Menglin Xu's avatar Menglin Xu
Browse files

Merge branch 'ut/fix_boole_ut_test' into 'master'

Add request of PedestalValue condition to fix boole-UT.qmt test

Closes Boole#15

See merge request !691
parents ea69adb2 66c84774
No related branches found
No related tags found
1 merge request!691Add request of PedestalValue condition to fix boole-UT.qmt test
Pipeline #10994975 passed
......@@ -27,16 +27,19 @@
<condition name="ProductionMap"/>
</conditions>
<conditions path="ReadoutConf/ClusteringThresholds.yml">
<condition name="ClusteringThresholds"/>
<condition name="ClusteringThresholds" optional='1'/>
</conditions>
<conditions path="ReadoutConf.yml">
<condition name="ReadoutMap"/>
</conditions>
<conditions path="ChannelInfo/NoiseValues.yml">
<condition name="NoiseValues"/>
<condition name="NoiseValues" optional='1'/>
</conditions>
<conditions path="ChannelInfo/PedestalValues.yml">
<condition name="PedestalValues" optional='1'/>
</conditions>
<conditions path="ChannelInfo/ReadoutSectors.yml">
<condition name="ReadoutSectors"/>
<condition name="ReadoutSectors" optional='1'/>
</conditions>
<conditions path="HitError.yml">
<condition name="HitError" optional='1'/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment