|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
24 Apr 2020, Pintaudi Giorgio, Forum, API to read MIDAS format file
|
24 Apr 2020, Stefan Ritt, Forum, API to read MIDAS format file
|
24 Apr 2020, Pintaudi Giorgio, Forum, API to read MIDAS format file
|
24 Apr 2020, Stefan Ritt, Forum, API to read MIDAS format file
|
25 Apr 2020, Konstantin Olchanski, Forum, API to read MIDAS format file
|
03 May 2020, Pintaudi Giorgio, Forum, API to read MIDAS format file
|
03 May 2020, Konstantin Olchanski, Forum, API to read MIDAS format file
|
04 May 2020, Pintaudi Giorgio, Forum, API to read MIDAS format file
|
03 May 2020, Stefan Ritt, Forum, API to read MIDAS format file
|
26 May 2020, Pintaudi Giorgio, Forum, API to read MIDAS format file
|
|
Message ID: 1920
Entry time: 26 May 2020
In reply to: 1903
|
Author: |
Pintaudi Giorgio |
Topic: |
Forum |
Subject: |
API to read MIDAS format file |
|
|
Eventually, I have settled for the SQLite format.
I could convert the MIDAS history files .hst to SQLite
database .sqlite3 using the utility mh2sql.
It worked out nicely, thank you for the advice.
However, as Konstantine predicted I did notice some
database corruption when a couple of problematic .hst
files were read. I solved the issue by just deleting
those .hst files (I think they were empty anyway).
Now I am developing a piece of code to read the
database using the SOCI library and integrate it
into a TTree but this is not relevant for MIDAS I think.
Thank you again for the discussion. |