Skip to content

Commit

Permalink
Merge pull request #150 from DUNE-DAQ/asztuc/mlt_tctype_rework
Browse files Browse the repository at this point in the history
Reworking TC-type configs
  • Loading branch information
ArturSztuc authored Oct 21, 2024
2 parents 1a111c7 + 9276df0 commit f112289
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions schema/appmodel/trigger.schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,6 @@
<attribute name="ignore_tc" type="u32" is-multi-value="yes"/>
<attribute name="use_bitwords" type="bool" init-value="false" is-not-null="yes"/>
<attribute name="trigger_bitwords" type="string" is-multi-value="yes"/>
<attribute name="use_roi_readout" type="bool" init-value="false" is-not-null="yes"/>
<attribute name="use_readout_map" type="bool" init-value="false" is-not-null="yes"/>
<relationship name="roi_group_conf" class-type="ROIGroupConf" low-cc="zero" high-cc="many" is-composite="no" is-exclusive="no" is-dependent="no"/>
<relationship name="tc_readout_map" class-type="TCReadoutMap" low-cc="zero" high-cc="many" is-composite="no" is-exclusive="no" is-dependent="no"/>
<relationship name="mandatory_links" class-type="SourceIDConf" low-cc="zero" high-cc="many" is-composite="no" is-exclusive="no" is-dependent="no"/>
Expand Down Expand Up @@ -396,7 +394,7 @@
</class>

<class name="TCReadoutMap">
<attribute name="candidate_type" type="u32" init-value="0" is-not-null="yes"/>
<attribute name="tc_type_name" type="string" init-value="kTiming" is-not-null="yes"/>
<attribute name="time_before" type="u32" init-value="1000" is-not-null="yes"/>
<attribute name="time_after" type="u32" init-value="1001" is-not-null="yes"/>
</class>
Expand All @@ -414,12 +412,6 @@
<relationship name="channel_filter_conf" class-type="TPChannelFilterConf" low-cc="zero" high-cc="one" is-composite="no" is-exclusive="no" is-dependent="no"/>
</class>

<class name="TimingTriggerOffsetMap">
<attribute name="signal_type" type="u32" init-value="0" is-not-null="yes"/>
<attribute name="time_before" type="u32" init-value="10000" is-not-null="yes"/>
<attribute name="time_after" type="u32" init-value="20000" is-not-null="yes"/>
</class>

<class name="TriggerApplication">
<superclass name="ResourceSetAND"/>
<superclass name="SmartDaqApplication"/>
Expand Down

0 comments on commit f112289

Please sign in to comment.