You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
Combining files after a thorough skim would make analysis of the data much easier. I'm imagining another executable (written in C++ or Python) that would handle combining files in a way that preserves the necessary internal file relationships so that the output file can still be an input fire file and work with our ecosystem.
This would include managing the RunHeader dataset so that overwriting is prevented.
The text was updated successfully, but these errors were encountered:
I think writing it in C++ would be best, and I think we could include it in the fire executable by having sub-commands. For now, we would just have the new merge and the current run (which is the default if not subcommand is given), but it would then be easy to integrate other subcommands (e.g. a reformat for batch conversion of ROOT to HDF5).
Combining files after a thorough skim would make analysis of the data much easier. I'm imagining another executable (written in C++ or Python) that would handle combining files in a way that preserves the necessary internal file relationships so that the output file can still be an input fire file and work with our ecosystem.
This would include managing the RunHeader dataset so that overwriting is prevented.
The text was updated successfully, but these errors were encountered: