online: bugfixes in online reco
- adding missing task names to CA QA histograms (preventing of some histograms to be summed up between timeslice and event processing on the histogram server side)
- adding extra histograms to V0 finder
- storing unphysical beta of particles for the histogramming
- moving CbmEventTriggers from DigiEvent and CbmDigiEvent into a parallel vector
Edited by Sergei Zharko
Merge request reports
Activity
Filter activity
requested review from @s.zharko
assigned to @s.zharko
enabled an automatic merge when all merge checks for 96dc6996 pass
added CodeOwners label
added 1 commit
- 72841108 - Moving the event selection triggers from event to a parallel array
added 1 commit
- cb9864ed - Moving the event selection triggers from event to a parallel array
@v.friese, this merge request fixes a couple of bugs. The main one is that the CbmEventTriggers object is lost on the serialization stage of CbmDigiEvents. I suspect, that the problem in using a version condition on the CbmEventTriggers field.
This should be investigated more precisely, but as a more straightforward solution I store the CbmEventTriggers in a parallel vector to the DogiEvents.
Please register or sign in to reply