Skip to content

Commit

Permalink
Merge pull request #146 from DUNE-DAQ/asztuc/rtcm_config_update
Browse files Browse the repository at this point in the history
RandomTCMaker overhaul
  • Loading branch information
plasorak authored Oct 18, 2024
2 parents e2c3167 + ec412df commit 1a111c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/appmodel/trigger.schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@
<class name="RandomTCMakerConf">
<superclass name="StandaloneTCMakerConf"/>
<attribute name="template_for" type="class" init-value="RandomTCMakerModule"/>
<attribute name="trigger_interval_ticks" type="u32" init-value="64000000" is-not-null="yes"/>
<attribute name="clock_frequency_hz" type="u32" init-value="62500000" is-not-null="yes"/>
<attribute name="trigger_rate_hz" type="float" init-value="1" is-not-null="yes"/>
<attribute name="time_distribution" type="enum" range="kUniform,kPoisson" init-value="kUniform" is-not-null="yes"/>
<relationship name="tc_readout" class-type="TCReadoutMap" low-cc="one" high-cc="one" is-composite="no" is-exclusive="no" is-dependent="no"/>
</class>

<class name="RandomTCMakerModule">
Expand Down

0 comments on commit 1a111c7

Please sign in to comment.