Skip to content
Snippets Groups Projects

remove RateVsTime histograms

Merged Kate Abigail Richardson requested to merge use_monet_trand_plots into master
All threads resolved!
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
@@ -86,10 +86,8 @@ namespace gather_selections {
void monitor_operator(const ArgumentReferences<Parameters>& arguments, gsl::span<bool>) const;
void monitor_postscaled_operator(
const ArgumentReferences<Parameters>& arguments,
const Constants&,
gsl::span<bool>) const;
void monitor_postscaled_operator(const ArgumentReferences<Parameters>& arguments, const Constants&, gsl::span<bool>)
const;
private:
mutable std::vector<std::unique_ptr<Gaudi::Accumulators::Counter<>>> m_pass_counters;
Loading