1#ifndef DQM_SAMPLEVALIDATION_H
2#define DQM_SAMPLEVALIDATION_H
5#include "Framework/Configure/Parameters.h"
21 int pdgid_label(
const int pdgid);
Base classes for all user event processing components to extend.
virtual void configure(framework::config::Parameters &ps) override
Callback for the EventProcessor to configure itself from the given set of parameters.
void onProcessStart() override
Method executed before processing of events begins.
virtual void analyze(const framework::Event &event) override
Process the event and make histograms or summaries.
Base class for a module which does not produce a data product.
Analyzer(const std::string &name, Process &process)
Class constructor.
Implements an event buffer system for storing event data.
Class which represents the process under execution.
Class encapsulating parameters for configuring a processor.