Storable raw event class
This MR contains a first version of a storable raw event class (CbmRawEvent), containing digis for all detector systems. The implementation is the easiest oine, with one vector per system, proper accessors and modifiers.
The event builder (CbmTaskBuildRawEvents and CbmAlgoBuildRawEvents) was modified to make use of this class. Since reconstruction need still be adapted to read from this class instead of from CbmEvent, the old classes were left untouched in order not to break the sim/reco chains. Instead, new classes were introduced (CbmEvbuildRawAlgo and CbmEvbuildRawTask). An example macro is run/macro/run_reco_mcbm.C (only event building, no reconstruction).
Merge request reports
Activity
added Framework label
added 1 commit
- 718dfaa2 - Formatting; remove obsolete class CbmDigiset
Dear @f.uhlig, @v.friese, @p.-a.loizeau, @d.smith,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
added 24 commits
-
594ad028...848c9661 - 20 commits from branch
computing:master
- 02a4cb9e - First version of raw event
- c5958934 - Event builder with new storabel raw event class.
- 62a5fe41 - Formatting; remove obsolete class CbmDigiset
- 24f81b38 - Format again...
Toggle commit list-
594ad028...848c9661 - 20 commits from branch
added 7 commits
-
24f81b38...477a5fd1 - 3 commits from branch
computing:master
- f8944a35 - First version of raw event
- 64be4721 - Event builder with new storabel raw event class.
- c82edb1d - Formatting; remove obsolete class CbmDigiset
- cbd67315 - Format again...
Toggle commit list-
24f81b38...477a5fd1 - 3 commits from branch
- Resolved by Florian Uhlig