Classes | |
class | L1TDiffHarvesting |
class | L1TEfficiencyHarvesting |
class | L1TEfficiencyPlotHandler |
Typedefs | |
typedef std::vector< L1TEfficiencyPlotHandler > | L1TEfficiencyPlotHandlerCollection |
Functions | |
void | fill2DWithinLimits (MonitorElement *mon, double valueX, double valueY, double weight=1.) |
void | fillWithinLimits (MonitorElement *mon, double value, double weight=1.) |
double | getFillValueWithinLimits (double value, double min, double max) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< L1TDiffHarvesting > > | s_filler__LINE__ ("L1TDiffHarvesting") |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< L1TEfficiencyHarvesting > > | s_filler__LINE__ ("L1TEfficiencyHarvesting") |
static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< L1TEfficiencyHarvesting > > | s_maker__LINE__ ("L1TEfficiencyHarvesting") |
static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< L1TDiffHarvesting > > | s_maker__LINE__ ("L1TDiffHarvesting") |
typedef std::vector<L1TEfficiencyPlotHandler> dqmoffline::l1t::L1TEfficiencyPlotHandlerCollection |
Definition at line 68 of file L1TEfficiencyHarvesting.h.
void dqmoffline::l1t::fill2DWithinLimits | ( | MonitorElement * | mon, |
double | valueX, | ||
double | valueY, | ||
double | weight = 1. |
||
) |
Fills a given MonitorElement within the boundaries of the underlying histogram. This means that underflow is filled into the first bin and overflow is filled into the last bin.
pointer | to the DQM MonitorElement |
fill | value for X |
fill | value for Y |
optional | weight X |
optional | weight Y |
Definition at line 22 of file L1TFillWithinLimits.cc.
References MonitorElement::Fill(), getFillValueWithinLimits(), MonitorElement::getTH2F(), and create_public_lumi_plots::hist.
Referenced by L1TEGammaOffline::fillElectrons(), L1TStage2CaloLayer2Offline::fillEnergySums(), L1TStage2CaloLayer2Offline::fillJets(), and L1TEGammaOffline::fillPhotons().
void dqmoffline::l1t::fillWithinLimits | ( | MonitorElement * | mon, |
double | value, | ||
double | weight = 1. |
||
) |
Fills a given MonitorElement within the boundaries of the underlying histogram. This means that underflow is filled into the first bin and overflow is filled into the last bin.
pointer | to the DQM MonitorElement |
fill | value |
optional | weight |
Fills a given
Definition at line 12 of file L1TFillWithinLimits.cc.
References MonitorElement::Fill(), getFillValueWithinLimits(), MonitorElement::getTH1F(), create_public_lumi_plots::hist, hpstanc_transforms::max, and min().
Referenced by L1TEGammaOffline::analyze(), L1TStage2CaloLayer2Offline::analyze(), L1TEGammaOffline::fillElectrons(), L1TStage2CaloLayer2Offline::fillEnergySums(), L1TStage2CaloLayer2Offline::fillJets(), L1TEGammaOffline::fillPhotons(), and L1TEGammaOffline::findTagAndProbePair().
double dqmoffline::l1t::getFillValueWithinLimits | ( | double | value, |
double | min, | ||
double | max | ||
) |
Definition at line 37 of file L1TFillWithinLimits.cc.
References MillePedeFileConverter_cfg::e, hpstanc_transforms::max, min(), and relativeConstraints::value.
Referenced by fill2DWithinLimits(), and fillWithinLimits().
|
static |
|
static |
|
static |
|
static |