Skip to content

Commit

Permalink
Merge pull request #433 from rest-for-physics/jgalan-refactoring
Browse files Browse the repository at this point in the history
Updating validation.yml for using new readout validation
  • Loading branch information
jgalan authored Jun 2, 2023
2 parents a22d84f + 0f47cf8 commit 2aae3c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
run: |
source ${{ env.REST_PATH }}/thisREST.sh
cd framework/pipeline/trex
wget https://sultan.unizar.es/trexdm-readouts/readouts_v2.3.root
wget https://sultan.unizar.es/trexdm-readouts/readouts_v2.4.root
restManager --c 01_raw.rml --f R01928_tagTest_Vm_250_Vd_160_Pr_6_Gain_0x0_Shape_0xF_Clock_0x4-068.aqs
restManager --c 02_signal.rml --f RawData_01928.root
restManager --c 03_hits.rml --f Signals_01928.root
Expand Down
Binary file modified examples/01.alphaTrack/readout/readouts.root
Binary file not shown.
2 changes: 1 addition & 1 deletion pipeline/trex/run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parameter name="readOnly" value="false" />
<parameter name="inputFormat" value="${FORMAT}" />

<addMetadata type="TRestDetectorReadout" name="TREXDM_Nov2018" file="readouts_v2.3.root" store="false" />
<addMetadata type="TRestDetectorReadout" name="TREXDM_Nov2018" file="readouts_v2.4.root" store="false" />

<TRestDetectorGas name="Neon-Isobutane 2Pct 10-10E3Vcm" pressure="1" file="server" />

Expand Down

0 comments on commit 2aae3c4

Please sign in to comment.