| ID |
Date |
Author |
Topic |
Subject |
Text |
 |
|
3168
|
05 Dec 2025 |
Konstantin Olchanski | Info | MIDAS RPC add support for std::string and std::vector<char> | > > This is moving slowly. I now have RPC
caller side support for std::string and
> > std::vector<char>. RPC server side is |
|
|
3169
|
05 Dec 2025 |
Konstantin Olchanski | Bug Fix | update of JRPC and BRPC | With the merge of RPC_CXX code, MIDAS RPC
can now return data of arbitrary large size
and I am
|
|
|
3170
|
05 Dec 2025 |
Konstantin Olchanski | Info | address and thread sanitizers | I added cmake support for the thread sanitizer
(address sanitizer was already
there). Use:
|
|
|
3171
|
07 Dec 2025 |
Konstantin Olchanski | Suggestion | Get manalyzer to configure midas::odb when running offline | > #include "manalyzer.h"
> #include "midasio.h"
> +#include "odbxx.h"
|
|
|
3173
|
08 Dec 2025 |
Konstantin Olchanski | Bug Report | odbxx memory leak with JSON ODB dump | I was testing odbxx with manalyzer, decided
to print an odb value in every event,
and it worked fine in online mode, but bombed |
|
|
3174
|
08 Dec 2025 |
Konstantin Olchanski | Suggestion | Get manalyzer to configure midas::odb when running offline | > > #include "manalyzer.h"
> > #include "midasio.h"
> > +#include "odbxx.h"
|
|
|
3175
|
08 Dec 2025 |
Konstantin Olchanski | Suggestion | manalyzer root output file with custom filename including run number | I updated the root helper constructor to give
the user more control over ROOT output file
names.
|
|
|
3178
|
09 Dec 2025 |
Konstantin Olchanski | Bug Report | manalyzer fails to compile on some systems because of missing #include <cmath> | > /code/midas/manalyzer/manalyzer.cxx:799:27:
error: ‘pow’ was not declared in this scope
> 799 | bins[i] = TimeRange*pow(1.1,i)/pow(1.1,Nbins);
|
|
|
3179
|
09 Dec 2025 |
Konstantin Olchanski | Bug Report | odbxx memory leak with JSON ODB dump | > Thanks for reporting this. It was caused
by a
>
|
|
|
3182
|
11 Dec 2025 |
Konstantin Olchanski | Bug Report | odbxx memory leak with JSON ODB dump | > > BTW, it looks like we are parsing the
whole JSON ODB dump (200k+) on every odbxx
access. Can you parse it just once?
|
|
|
3183
|
11 Dec 2025 |
Konstantin Olchanski | Bug Report | manalyzer fails to compile on some systems because of missing #include <cmath> | > TFile.h -> TDirectoryFile.h -> TDirectory.h
-> TNamed.h -> TString.h -> TMathBase.h ->
cmath -> math.h
|
|
|
3185
|
12 Dec 2025 |
Konstantin Olchanski | Bug Report | odbxx memory leak with JSON ODB dump | > > Confirmed fixed, thanks! There are 2 small
changes I made in odbxx.h, please pull.
> There was one missing enable_jsroot in |
|
|
3200
|
05 Feb 2026 |
Konstantin Olchanski | Bug Report | omnibus bugs from running DarkLight | We finished running the DarkLight experiment
and I am reporting accumulated bugs that
we have run into.
|
|
|
3208
|
16 Apr 2026 |
Konstantin Olchanski | Forum | Migrate Legacy code to current Midas version | > I am migrating the full CRIPT muon tomography
detector from MIDAS (SVN Rev.
> 5238, circa 2012) to a more modern release.
|
|
|
3209
|
16 Apr 2026 |
Konstantin Olchanski | Suggestion | mhttpd user permissions | We had our periodic discussion on MIDAS web
page user permissions. (I cannot
find the link to the previous discussions, |
|
|
3212
|
24 Apr 2026 |
Konstantin Olchanski | Bug Report | increasing the max number of hot links in ODB | > when I attempted to increase the max number
of hotlinks in ODB , defined as
> #define MAX_OPEN_RECORDS 256 |
|
|
3215
|
27 Apr 2026 |
Konstantin Olchanski | Bug Report | increasing the max number of hot links in ODB | > Indeed, updating MIDAS clients on each and
every RPI etc in a running experiment may
be a real challenge.
|
|
|
3216
|
27 Apr 2026 |
Konstantin Olchanski | Bug Report | increasing the max number of hot links in ODB | > I wonder why one needs more than 256 hotlinks
at all.
|
|
|
1833
|
14 Feb 2020 |
Konrad Briggl | Forum | Writting Midas Events via FPGAs | Hello Stefan,
is there a difference for the later data
processing (after writing the ring buffer |
|
|
357
|
02 Mar 2007 |
Kevin Lynch | Forum | event builder scalability | > Hi there:
> I have a question if there's anybody out
there running MIDAS with event builder
|
|