Default monitoring of filtered combiners
Issue: if no ParticleCombiner
is passed to the control flow, but only a ParticleFilter
acting on top of a ParticleCombiner
, no (default) histograms are produced.
Proposed Solution: Allow default monitoring of ParticleFilter
if they act on the output of a ParticleCombiner
. Concatenate their cuts to parse ranges for histograms.
Thanks to @cmarinbe for reporting this!