2#include "DQM/Trigger.h"
24 int n_bins_e = (max_e - min_e) / 100;
26 n_bins_e, min_e, max_e);
28 n_bins_e, min_e, max_e);
32 int n_bins_layer = (max_layer - min_layer);
34 n_bins_layer, min_layer, max_layer);
36 int max_electrons = 10;
37 int min_electrons = 0;
38 int n_bins_electrons = (max_electrons - min_electrons);
40 "n_{electrons} used for trigger decision",
41 n_bins_electrons, min_electrons, max_electrons);
51 trig_result.getAlgoVar(2));
53 trig_result.getAlgoVar(3));
#define DECLARE_ANALYZER(CLASS)
Macro which allows the framework to construct an analyzer given its name during configuration.
Class that represents the trigger decision (pass/fail) for reconstruction.
Generate histograms to check digi pipeline performance.
virtual void configure(framework::config::Parameters &ps)
Input python configuration parameters.
std::string trigger_pass_name_
Trigger collection pass name.
virtual void onProcessStart()
Method executed before processing of events begins.
virtual void analyze(const framework::Event &event)
Fills histograms.
std::string trigger_coll_name_
Trigger collection name.
HistogramPool histograms_
helper object for making and filling histograms
TDirectory * getHistoDirectory()
Access/create a directory in the histogram file for this event processor to create histograms and ana...
Implements an event buffer system for storing event data.
void create(const config::Parameters &p)
Create a histogram from the input configuration parameters.
void fill(const std::string &name, const T &val)
Fill a 1D histogram.
Class encapsulating parameters for configuring a processor.
const T & get(const std::string &name) const
Retrieve the parameter of the given name.
Represents the trigger decision (pass/fail) for reconstruction.