algo: Rework storage classes.
* Use `fles::InputArchive` / `fles::OutputArchive` to read / write archives * Reuse `fles::ArchiveDescriptor` as archive header * Removed `--split-output-per-ts` flag * Update `RecoResultsDescriptor` to include timeslice-index and start time * Added `--dump-archive` flag to quickly inspect written archives for basic debugging * Removed ability to add wildcards in output filename e.g. for hostname (this should be handled by slurm-startscript)
parent
c25124a0
No related branches found
No related tags found
Showing
- algo/CMakeLists.txt 3 additions, 1 deletionalgo/CMakeLists.txt
- algo/base/Options.cxx 2 additions, 2 deletionsalgo/base/Options.cxx
- algo/base/Options.h 2 additions, 27 deletionsalgo/base/Options.h
- algo/global/Archive.cxx 0 additions, 55 deletionsalgo/global/Archive.cxx
- algo/global/Archive.h 0 additions, 65 deletionsalgo/global/Archive.h
- algo/global/ArchiveDescriptor.h 0 additions, 51 deletionsalgo/global/ArchiveDescriptor.h
- algo/global/RecoResultsInputArchive.h 19 additions, 0 deletionsalgo/global/RecoResultsInputArchive.h
- algo/global/RecoResultsOutputArchive.h 19 additions, 0 deletionsalgo/global/RecoResultsOutputArchive.h
- algo/global/StorableRecoResults.h 60 additions, 0 deletionsalgo/global/StorableRecoResults.h
- external/InstallFlesnet.cmake 1 addition, 1 deletionexternal/InstallFlesnet.cmake
- reco/app/cbmreco/main.cxx 64 additions, 14 deletionsreco/app/cbmreco/main.cxx
algo/global/Archive.cxx
deleted
100644 → 0
algo/global/Archive.h
deleted
100644 → 0
algo/global/ArchiveDescriptor.h
deleted
100644 → 0
algo/global/RecoResultsInputArchive.h
0 → 100644
algo/global/RecoResultsOutputArchive.h
0 → 100644
algo/global/StorableRecoResults.h
0 → 100644
Please register or sign in to comment