Skip to content

Commit

Permalink
Merge pull request #1040 from sarahgaiser/adding_singles2_for_overlay
Browse files Browse the repository at this point in the history
adding singles2 trigger for overlay reconstruction 2019+2021
  • Loading branch information
tongtongcao authored Jul 3, 2024
2 parents 1711eb9 + d157792 commit bc5bd44
Showing 1 changed file with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@


<!-- Trigger Simulation -->
<driver name="SinglesTrigger"/>
<driver name="SinglesTrigger2"/>
<driver name="SinglesTrigger3"/>

<driver name="SvtDigitizationWithPulserDataMergingDriver"/>

Expand Down Expand Up @@ -395,7 +396,7 @@
</driver>


<driver name="SinglesTrigger" type="org.hps.readout.trigger2019.SinglesTrigger2019ReadoutDriver">
<driver name="SinglesTrigger3" type="org.hps.readout.trigger2019.SinglesTrigger2019ReadoutDriver">
<inputCollectionNameEcal>EcalClustersGTP</inputCollectionNameEcal>

<inputCollectionNameHodo>HodoscopePatterns</inputCollectionNameHodo>
Expand All @@ -406,6 +407,20 @@
<deadTime>15</deadTime>

</driver>

<driver name="SinglesTrigger2" type="org.hps.readout.trigger2019.SinglesTrigger2019ReadoutDriver">
<inputCollectionNameEcal>EcalClustersGTP</inputCollectionNameEcal>

<inputCollectionNameHodo>HodoscopePatterns</inputCollectionNameHodo>

<triggerType>singles2</triggerType>

<daqConfigurationAppliedintoReadout>true</daqConfigurationAppliedintoReadout>

<!-- Units of 2 ns beam bunches. -->
<deadTime>15</deadTime>

</driver>


<driver name="SvtDigitizationWithPulserDataMergingDriver" type="org.hps.digi.SvtDigitizationWithPulserDataMergingReadoutDriver">
Expand Down

0 comments on commit bc5bd44

Please sign in to comment.