[mCBM] Add BMon Microspill monitor mode to TOF unpack Monitor + macro
- Add optional pick starting decade and starting 0 in GenerateLogBinArray histo tool
- Reduce logs from TS source and Unpack task
=> Macro compatible with both online and offline usage
=> Tested offline on tsa files from 2022 (2391
)
=> Tested online on replay of 1/2 of tsa files from 2022 (2391
), was struggling and missing ~1/3 of TS
=> Needed for the beamtime in 1-2 weeks from now
Merge request reports
Activity
added mCBM label
added 1 commit
- 88b6c3b3 - Add BMon Microspill monitor mode to TOF unpack Monitor
- Resolved by Pierre-Alain Loizeau
double arrHitCounts[fuBmonMicrospillsNbBinsTs] = {0};
I think creating variable sized arrays is a gcc extension and not C++ standard. I think you have to use something like
double* arrHitCounts= new double[fuBmonMicrospillsNbBinsTs];
Don't forget the delete when the array isn't needed any longer or try to use uniquer_ptr or vector.
added 1 commit
- a6dd319b - Add BMon Microspill monitor mode to TOF unpack Monitor
Dear @d.smith, @fweig, @f.uhlig, @s.lebedev, @p.-a.loizeau, @se.gorbunov, @s.zharko, @n.herrmann, @i.deppner, @v.friese,
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
assigned to @p.-a.loizeau
added 25 commits
-
a6dd319b...0cac410c - 24 commits from branch
computing:master
- 1fbf9fa8 - Add BMon Microspill monitor mode to TOF unpack Monitor
-
a6dd319b...0cac410c - 24 commits from branch
@f.uhlig As I am not sure if anybody can have a real review of the changes to the monitors, is it ok if this pass the CI or would you want to do a "technical" review before I merge?
added 11 commits
-
1fbf9fa8...c9d75b56 - 10 commits from branch
computing:master
- 44949128 - Add BMon Microspill monitor mode to TOF unpack Monitor
-
1fbf9fa8...c9d75b56 - 10 commits from branch
added 3 commits
-
44949128...f43b8e30 - 2 commits from branch
computing:master
- fb963b56 - Add BMon Microspill monitor mode to TOF unpack Monitor
-
44949128...f43b8e30 - 2 commits from branch
enabled an automatic merge when the pipeline for fb963b56 succeeds