Back Midas Rome Roody Rootana
  Midas DAQ System, Page 1 of 142  Not logged in ELOG logo
New entries since:Wed Dec 31 16:00:00 1969
ID Datedown Author Topic Subject Text Attachments
  2860   27 Sep 2024 Ben SmithForumPython frontend rate limitations?> in your case the limitation is likely that
you're sending 1.25MB per event and we have
a lot of data marshalling to do between the
  
  2859   24 Sep 2024 Konstantin OlchanskiSuggestionClean up compiler warning in manalyzer> > I like the look of std::format, looks
cleaner than string streams
  
  2858   24 Sep 2024 Konstantin OlchanskiBug ReportCan we convert the .mid file into .root file"Can we convert the .mid file into .root file".

yes, you can, but the operation is under-defined.
  
  2857   24 Sep 2024 Stefan RittInfoNews MSCB++ API> Where is the example of error handling?

#include "mscbxx.h"
  
  2856   22 Sep 2024 Tam Kai ChungBug ReportCan we convert the .mid file into .root fileDear experts, 
I am a new user of MIDAS. I have just created
some banks by a frontend.cxx code.
  
  2855   20 Sep 2024 Stefan RittSuggestionClean up compiler warning in manalyzer> I like the look of std::format, looks cleaner
than string streams
  
  2854   20 Sep 2024 Joseph McKennaSuggestionClean up compiler warning in manalyzer> > This is a super small pull request, simple
replace deprecated sprintf with snprintf
> > https://bitbucket.org/tmidas/manalyzer/pull-requests/9
  
  2853   20 Sep 2024 Stefan RittBug ReportCrash using ODB watchThe problem has been fixed in the current
version. Here is my analysis:
  
  2852   18 Sep 2024 Marius KoeppelBug ReportCrash using ODB watchI created a PR to fix this issue https://bitbucket.org/tmidas/midas/pull-requests/42.
The crash happened since the change in commit
3ad98c5 always got the ODB via XML.
  
  2851   17 Sep 2024 Konstantin OlchanskiBug ReportCrash using ODB watch> {
> odb new_settings("/Equipment/Test FE/Settings");
> new_settings.watch(watch); // <-- here
  
  2850   16 Sep 2024 Mark GrimesBug ReportCrash using ODB watchHi,
Maybe I've misunderstood the code, but odb::watch()
creates a deep copy of itself to set the
  
  2849   16 Sep 2024 Marius KoeppelBug ReportCrash using ODB watchOkay, but this is then a big issue IMO. For
Mu3e we do this in every frontend and I also
checked again all of these watches are broken
  
  2848   16 Sep 2024 Stefan RittBug ReportCrash using ODB watchWell, the object *went* out of scope. For
my code it‘s hard to realize this, so the
error reporting is poor. Also the first object
  
  2847   16 Sep 2024 Marius KoeppelBug ReportCrash using ODB watchThis is not the case here. Note that the error
message: "Callback received for a midas::odb
object which went out of scope" is not called!
  
  2846   16 Sep 2024 Stefan RittBug ReportCrash using ODB watchThe answer is in the error message: „Object
went out of scope“. When your frontent_init()
exits, the odb objects are destroyed. When
  
  2845   16 Sep 2024 Marius KöppelBug ReportCrash using ODB watchHi all,

last week I was running MIDAS with the commit
 test_fe.cpp 
  2844   13 Sep 2024 Konstantin OlchanskiSuggestionClean up compiler warning in manalyzer> This is a super small pull request, simple
replace deprecated sprintf with snprintf
> https://bitbucket.org/tmidas/manalyzer/pull-requests/9
  
  2843   13 Sep 2024 Konstantin OlchanskiSuggestionmanalyzer thread safety and custom http IP binding> - Enable ROOT's thread safety when running
in multithreaded mode
> This helps avoid users having to write
  
  2842   13 Sep 2024 Konstantin OlchanskiBug Fixmstrcpy, was: strlcpy and strlcat added to glibc 2.38for the record, as ultimate solution, strlcpy()
and strlcat() were wholesale 
replaced by mstrlcpy() and mstrlcat(). this
  
  2841   13 Sep 2024 Konstantin OlchanskiBug Reportmfe.cxx with RO_STOPPED and EQ_POLLED> > I noticed that a check was added to mfe.cxx
in 1961af0d6:
  
ELOG V3.1.4-2e1708b5