7#ifndef _DQM_RECOIL_TRACKER_DQM_H_
8#define _DQM_RECOIL_TRACKER_DQM_H_
13#include <unordered_map>
24#include "Framework/Configure/Parameters.h"
Collection of utility functions useful for analysis.
Base classes for all user event processing components to extend.
Class implementing an event buffer system for storing event data.
void configure(framework::config::Parameters ¶meters) override
Configure the processor using the given user specified parameters.
void onProcessStart() override
Method executed before processing of events begins.
virtual ~RecoilTrackerDQM()
Destructor.
void analyze(const framework::Event &event) override
Process the event and make histograms ro summaries.
Base class for a module which does not produce a data product.
Implements an event buffer system for storing event data.
Class which represents the process under execution.
Class encapsulating parameters for configuring a processor.