1#ifndef HCAL_HCALTRIGPRIMDIGIPRODUCER_H_
2#define HCAL_HCALTRIGPRIMDIGIPRODUCER_H_
51 std::map<unsigned int, unsigned int>
stq_tps;
Base classes for all user event processing components to extend.
Implements an event buffer system for storing event data.
Class which represents the process under execution.
Base class for a module which produces a data product.
Class encapsulating parameters for configuring a processor.
Performs basic Hcal trigger reconstruction.
std::map< unsigned int, unsigned int > stq_tps
map of digis to the super trigger primitives
void produce(framework::Event &event) override
Produce HcalTrigPrimDigis and put them into the event bus using the HcalDigis as input.
std::string digiCollName_
Digi Collection Name to use as input.
std::string digiPassName_
Digi Pass Name to use as input.
void configure(framework::config::Parameters &) override
Grabs configure parameters from the python config file.
std::string condObjName_
Conditions object for the calibration information.