-
I might have found a minor issue in the *init_ilcsoft.sh* file produced in the default local standalone installation. On master (1e2acc3), the following was created on my system:
**/home/users/abur…
-
It seems that depending the SO (or linux distribution at least), the docker-compose creates the network name for the eudaq services using a hyphenation or not, from the `dockerfiles-eudaqv1` being co…
-
Users have observed and logged 3 (in DESY TB21, Datura) and 6 (in DESY TB22, Duranta) EUDAQ crashs (= EUDAQ run control quits, but DataCollector and DataTaking resumed). EUDAQ and telescopes were runn…
-
- Update / Create readme and/or description in manual (could be included automatically)
- Check again on which systems it runs
- Check Cmake "all producers" / "ignore mechanism" (partially I think i…
-
Hi,
I am getting following error when I try to compile eudaq version v2.4.3...
`eudaq2/main/lib/python/src/PybindStatus.cc:6:7: error: using typedef-name ‘PyStatus’ after ‘class’
6 | class Py…
-
Dear EUDAQ experts,
I would like to know if it is possible to add DUT plots to the EUDAQ Online Monitor ? (nothing related to that is in the EUDAQ manual)
If it is the case, is there any existi…
-
https://github.com/eudaq/eudaq/blob/da9daff0361f15638700f9042e6f944d37198dfe/monitors/onlinemon/src/HitmapHistos.cc#L277-L288
This is giving us a buffer overflow.
Does the Fill() accept a char ?…
-
Dear developers,
I am working on testbeam analysis using 25\*100micron RD53A pixel modules. We used YARR as DAQ. I know the default size of RD53A modules in EUDAQ is 50\*50micron. Could you please …
-
This needs to be discussed: currently our event mismatch checker only triggers on mismatches >= 2 events and has some weird extra cases for TLU events at startup:
```
if ((m_buffer[i].events.fr…
-
The CMake `export(PACKAGE)` command registers the current build directory with CMake system-wide to ease finding of packages. While this is nice, we have to take care that the appropriate `eudaqConfig…