ID |
Date |
Author |
Topic |
Subject |
Text |
 |
1775
|
14 Jan 2020 |
Stefan Ritt | Forum | cmake complie issues | Thanks for tracing the problem further down.
Now I realized that the CMakeLists.txt for
the ROOT analyzer did not contain the usual |
|
1776
|
14 Jan 2020 |
Stefan Ritt | Forum | cmake complie issues | > In the past, one could use "make -k" to
get past the errors caused by ROOT, everything
will
|
|
1785
|
17 Jan 2020 |
Stefan Ritt | Forum | cmake complie issues, Fedora 31 ROOT? | > > In any case, we are setup for an eventual
collision between MIDAS CFLAGS (-std=gnu++11)
and ROOT CFLAGS (-std=something else).
|
|
1790
|
23 Jan 2020 |
Stefan Ritt | Bug Report | get an open ssl error while trying to compile Midas | I tried on my Mac (macOS 10.14.6, Xcode 11.3.1,
current develop branch, openssl 1.1.1d) and
it woks fine. Below is the transcript. I |
|
1806
|
03 Feb 2020 |
Stefan Ritt | Info | Force triggering of idle routine of a frontend | It is important to note that slow control
readout and sending of midas events are two
separate things. Readout is done as fast |
|
1807
|
03 Feb 2020 |
Stefan Ritt | Bug Report | Compiling Midas in OS 10.15 Catalina | > > I have updated our daq computer to the
latest OS 10.15 ...
>
|
|
1811
|
07 Feb 2020 |
Stefan Ritt | Info | Force triggering of idle routine of a frontend | Dear Giorgio,
ok, now I'm slowly getting your point.
|
|
1813
|
09 Feb 2020 |
Stefan Ritt | Info | Force triggering of idle routine of a frontend | You dirty hacks will probably work, but what
you REALLY want is to read out your HV always
as fast as possible, not only during run |
|
1817
|
11 Feb 2020 |
Stefan Ritt | Suggestion | switch midas to c++ threads? | I'm thinking of this already since some time,
and it was part of my motivation switching
to C++11.
|
|
1820
|
11 Feb 2020 |
Stefan Ritt | Bug Report | Compiling Midas in OS 10.15 Catalina | For your reference, here on my MacOSX 10.14.6
with XCode 11.3.1 the pthread.h file is present
in locations listed below.
|
|
1821
|
12 Feb 2020 |
Stefan Ritt | Info | Force triggering of idle routine of a frontend | I had a look again at the issue. If you sett
the event limit to zero in the EQUIPMENT
list, then the idle() routine of your class |
|
1823
|
12 Feb 2020 |
Stefan Ritt | Forum | Difference between "Event Data Size" and "All Bank Size" | Thanks for pointing out this error. The "All
Bank Size" contains the size of all banks
including their
|
|
Draft
|
12 Feb 2020 |
Stefan Ritt | Bug Report | Compiling Midas in OS 10.15 Catalina | Another thought: Can you delete the build
directory and run cmake again? Like
|
|
1826
|
12 Feb 2020 |
Stefan Ritt | Bug Report | Compiling Midas in OS 10.15 Catalina | Another thought: Can you delete the midas
build directory and run cmake again? Like
|
|
1828
|
13 Feb 2020 |
Stefan Ritt | Bug Report | Compiling Midas in OS 10.15 Catalina | Now you are stuck with openssl, which is optional
for mhttpd. If you only use mhttpd locally,
you maybe don't need SSL support. In that |
|
Draft
|
13 Feb 2020 |
Stefan Ritt | Forum | Writting Midas Events via FPGAs | The rb_xxx functions are (thoroughly tested)
robust against high data rate given that
you use them as intended: |
|
1831
|
13 Feb 2020 |
Stefan Ritt | Forum | Writting Midas Events via FPGAs | The rb_xxx function are (thoroughly tested!)
robust against high data rate given that
you use them as intended:
|
|
1834
|
14 Feb 2020 |
Stefan Ritt | Forum | Writting Midas Events via FPGAs | rb_xxx functions are midas event agnostic.
The receiving side in mfe.cxx (lines 1418
in receive_trigger_event) however pulls one |
|
1836
|
18 Feb 2020 |
Stefan Ritt | Bug Report | RPC Error: ACK or other control chars from "db_get_values" | You are the first one reporting this error,
so it must be due to your values in the ODB.
Can you track it down to specific ODB contents? |
|
1842
|
20 Feb 2020 |
Stefan Ritt | Forum | Writting Midas Events via FPGAs | Actually the cause of all of the is a real
bug in the midas functions. We want each
bank 8-byte aligned, so there is code in |
|