You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<attributename="trigger_rate_hz"description="Trigger rate (in Hz) for the RandomTCMaker to produce the TCs"type="float"init-value="1"is-not-null="yes"/>
217
217
<attributename="time_distribution"description="Type of distribution used for random timestamps (uniform or poisson)"type="enum"range="kUniform,kPoisson"init-value="kUniform"is-not-null="yes"/>
218
-
<relationshipname="tc_readout"description="Configuration for the TC output type and the TC window size"class-type="TCReadoutMap"low-cc="one"high-cc="one"is-composite="no"is-exclusive="no"is-dependent="no"/>
219
-
</class>
218
+
<attributename="candidate_type_name"description="Enumerator name of the TC type, e.g. kTiming"type="string"init-value="kRandom"is-not-null="yes"/>
219
+
<attributename="candidate_backshift_ts"type="s64"description="Time backshift applied to the TC central time at the creation of the TC"init-value="1000"is-not-null="yes"/>
220
+
<attributename="candidate_window_before_ts"type="u32"description="Candidate extension before its central time"init-value="1000"is-not-null="yes"/>
221
+
<attributename="candidate_window_after_ts"type="u32"description="Candidate extension after its central time"init-value="1000"is-not-null="yes"/>
0 commit comments