ATLAS Offline Software
Loading...
Searching...
No Matches
HistogramFillerProfile.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef AthenaMonitoringKernel_HistogramFiller_HistogramFillerProfile_h
6#define AthenaMonitoringKernel_HistogramFiller_HistogramFillerProfile_h
7
8#include "TProfile.h"
9
10#include "HistogramFiller2D.h"
13
14namespace Monitored {
15
20}
21
22#endif
Generic filler for 2D histogram.
Mixin class for rebinning of histogram axis.
Generic monitoring tool for athena components.
HistogramFiller2DGeneric< TProfile > HistogramFillerProfile
TProfile filler.
HistogramFillerRebinableAxis< HistogramFillerProfile, Axis::X > HistogramFillerProfileRebinable
TProfile filler with rebinable x-axis.