12#include <framework/core/HistoModule.h>
13#include <framework/core/ModuleParam.templateDetails.h>
14#include <framework/datastore/StoreObjPtr.h>
50 virtual void event()
override;
This module produces DQM histograms to monitor the distribution of out-of-time ECLCalDigits.
virtual void initialize() override
Initialize the module.
StoreObjPtr< TRGSummary > m_l1Trigger
StoreObjPtr TRGSummary
virtual void event() override
Event processor.
ECLDQMOutOfTimeDigitsModule()
< derived from HistoModule class.
virtual void beginRun() override
Call when a run begins.
std::string m_histogramDirectoryName
Histogram directory in ROOT file.
virtual ~ECLDQMOutOfTimeDigitsModule()
Destructor.
std::string getEventType()
Return type of the current event.
std::map< std::string, TH1F * > h_out_of_time
Single-value histograms to hold the average value for out-of-time ECLCalDigits.
virtual void defineHisto() override
Function to define histograms.
HistoModule.h is supposed to be used instead of Module.h for the modules with histogram definitions t...
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.