2#include "DQM/EcalShowerFeatures.h"
30 for (
const auto &energy : veto.getElectronContainmentEnergy()) {
33 for (
const auto &energy : veto.getPhotonContainmentEnergy()) {
36 for (
const auto &energy : veto.getOutsideContainmentEnergy()) {
Class used to encapsulate the results obtained from EcalVetoProcessor.
#define DECLARE_ANALYZER_NS(NS, CLASS)
Macro which allows the framework to construct an analyzer given its name during configuration.
std::string ecal_veto_name_
Collection Name for veto object.
virtual void analyze(const framework::Event &event)
Fills histograms.
virtual void configure(framework::config::Parameters &ps)
Input python configuration parameters.
std::string ecal_veto_pass_
Pass Name for veto object.
HistogramHelper histograms_
Interface class for making and filling histograms.
Implements an event buffer system for storing event data.
void fill(const std::string &name, const double &val)
Fill a 1D histogram.
Class encapsulating parameters for configuring a processor.
T getParameter(const std::string &name) const
Retrieve the parameter of the given name.