1#ifndef _DQM_TRIGSCINTHIT_DQM_H_
2#define _DQM_TRIGSCINTHIT_DQM_H_
15#include "TrigScint/Event/TrigScintHit.h"
47 std::string padName_{
"_up"};
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.
TrigScintHitDQM(const std::string &name, framework::Process &process)
Constructor.
void onProcessStart()
Method executed before processing of events begins.
void analyze(const framework::Event &event)
Process the event and make histograms ro summaries.
void configure(framework::config::Parameters &pSet)
Configure the processor using the given user specified parameters.
~TrigScintHitDQM()
Destructor.
std::string hitCollectionName_
Name of trigger pad hit collection.
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.