Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating validation.yml for using new readout validation #433

Merged
merged 6 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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