Skip to content

Commit

Permalink
Adjusting BiPoToRawSignal.rml for the validation chain
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed May 17, 2023
1 parent 3996554 commit df2c0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline/external/BiPo/BiPoToRawSignal.rml
Expand Up @@ -13,7 +13,7 @@

<TRestProcessRunner name="RawSignals" title="Raw processing and analysis" verboseLevel="silent">

<parameter name="eventsToProcess" value="0" />
<parameter name="eventsToProcess" value="10" />

<addProcess type="TRestRawBiPoToSignalProcess" name="BiPo" value="ON" verboseLevel="silent">
<parameter name="electronicsType" value="MATACQ" />
Expand Down Expand Up @@ -63,7 +63,7 @@
<observable name="AveragePeakTime" type="double" value="ON" />

<cut name="NumberOfGoodSignals" value="(1,1000)" />
<parameter name="cutsEnabled" value="true" />
<parameter name="cutsEnabled" value="false" />
</addProcess>


Expand Down

0 comments on commit df2c0f6

Please sign in to comment.