#include <L1GetHistLimits.h>
Public Attributes | |
std::vector< float > | binThresholds |
double | lowerBinValue |
int | nrBins |
double | upperBinValue |
structure containing all limits: numbers of bins for a given histogram lower limit of the first bin in the histogram upper limit of the last bin in the histogram vector of bin thresholds
Definition at line 67 of file L1GetHistLimits.h.
std::vector<float> L1GetHistLimits::L1HistLimits::binThresholds |
Definition at line 71 of file L1GetHistLimits.h.
Referenced by L1ExtraDQM::L1ExtraMonElement< CollectionType >::bookhistograms(), L1GetHistLimits::getHistLimits(), L1GetHistLimits::l1HistBinThresholds(), and L1GetHistLimits::l1HistLimits().
double L1GetHistLimits::L1HistLimits::lowerBinValue |
Definition at line 69 of file L1GetHistLimits.h.
Referenced by L1ExtraDQM::L1ExtraMonElement< CollectionType >::bookhistograms(), L1GetHistLimits::getHistLimits(), L1GetHistLimits::l1HistLimits(), and L1GetHistLimits::l1HistLowerBinValue().
int L1GetHistLimits::L1HistLimits::nrBins |
Definition at line 68 of file L1GetHistLimits.h.
Referenced by L1ExtraDQM::L1ExtraMonElement< CollectionType >::bookhistograms(), L1GetHistLimits::getHistLimits(), L1GetHistLimits::l1HistLimits(), and L1GetHistLimits::l1HistNrBins().
double L1GetHistLimits::L1HistLimits::upperBinValue |
Definition at line 70 of file L1GetHistLimits.h.
Referenced by L1ExtraDQM::L1ExtraMonElement< CollectionType >::bookhistograms(), L1GetHistLimits::getHistLimits(), L1GetHistLimits::l1HistLimits(), and L1GetHistLimits::l1HistUpperBinValue().