Skip to content
Snippets Groups Projects
Commit 23ad5b84 authored by Lennart Huth's avatar Lennart Huth
Browse files

Merge branch 'p-example-eudaq' into 'master'

EventLoaderEUDAQ: fix examples

See merge request corryvreckan/corryvreckan!571
parents 54d31b0a eec95b4b
No related branches found
No related tags found
No related merge requests found
...@@ -32,13 +32,13 @@ for CMake to find the library link against and headers to include. ...@@ -32,13 +32,13 @@ for CMake to find the library link against and headers to include.
### Usage ### Usage
```toml ```toml
[EUDAQEventLoader] [EventLoaderEUDAQ]
file_names = "rawdata/eudaq/run020808.raw" file_names = "rawdata/eudaq/run020808.raw"
long_detector_id = true long_detector_id = true
``` ```
If all the devices were integrated in EUDAQ: you can process multiple files at once: If all the devices were integrated in EUDAQ: you can process multiple files at once:
```toml ```toml
[EUDAQEventLoader] [EventLoaderEUDAQ]
file_names = "rawdata/eudaq/run020808.raw","rawdata/eudaq/run020810.raw" file_names = "rawdata/eudaq/run020808.raw","rawdata/eudaq/run020810.raw"
long_detector_id = true long_detector_id = true
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment