Skip to content
9 changes: 8 additions & 1 deletion schema/appmodel/trigger.schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<oks-schema>

<info name="" type="" num-of-items="57" oks-format="schema" oks-version="862f2957270" created-by="asztuc" created-on="np04-srv-019.cern.ch" creation-time="20231211T133151" last-modified-by="eflumerf" last-modified-on="ironvirt9.mshome.net" last-modification-time="20251111T225403"/>
<info name="" type="" num-of-items="58" oks-format="schema" oks-version="862f2957270" created-by="asztuc" created-on="np04-srv-019.cern.ch" creation-time="20231211T133151" last-modified-by="eflumerf" last-modified-on="ironvirt9.mshome.net" last-modification-time="20251111T225403"/>

<include>
<file path="schema/confmodel/dunedaq.schema.xml"/>
Expand Down Expand Up @@ -327,6 +327,13 @@
<class name="TAMakerPrescaleAlgorithm">
<superclass name="TAAlgorithm"/>
</class>

<class name="TAMakerProtoDUNEBSMWindowAlgorithm">
<superclass name="TAAlgorithm"/>
<attribute name="channel_map_name" description="Channel map for TA algorithm" type="string" init-value="PD2VDTPCChannelMap" is-not-null="yes"/>
<attribute name="adc_threshold_induction" description="Threshold for the SADC sum on induction planes" type="u32" init-value="12000000" is-not-null="yes"/>
<attribute name="bdt_threshold" description="BDT score threshold. Must be a float between 0 and 1." type="float" range="0..1" init-value="0.999" is-not-null="yes"/>
</class>

<class name="TCAlgorithm" description="Base class for TC algorithms">
<superclass name="Jsonable"/>
Expand Down
Loading