8#ifndef _DQM_TRIGSCINT_DQM_H_
9#define _DQM_TRIGSCINT_DQM_H_
19#include "Math/Vector3D.h"
24#include "DetDescr/TrigScintID.h"
63 std::string hit_passname_;
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.
Class which stores simulated calorimeter hit information.
~TrigScintDQM()=default
Destructor.
void analyze(const framework::Event &event)
Process the event and make histograms ro summaries.
TrigScintDQM(const std::string &name, framework::Process &process)
Constructor.
void configure(framework::config::Parameters &pSet)
Configure the processor using the given user specified parameters.
void onProcessStart()
Method executed before processing of events begins.
std::string pad_name_
Name of Pad.
std::string hit_collection_name_
Name of trigger pad hit collection.
Base class for a module which does not produce a data product.
virtual void process(Event &event) final
Processing an event for an Analyzer is calling analyze.
Implements an event buffer system for storing event data.
Class which represents the process under execution.
Class encapsulating parameters for configuring a processor.