1#ifndef ECAL_ECALRAWENCODER_H_
2#define ECAL_ECALRAWENCODER_H_
Base classes for all user event processing components to extend.
std::string output_name_
output object to put onto event bus
std::string input_pass_
input pass of creating encoded data
virtual void configure(framework::config::Parameters &)
Callback for the EventProcessor to configure itself from the given set of parameters.
virtual ~EcalRawEncoder()
Destructor.
int roc_version_
version of HGC ROC we are decoding
virtual void produce(framework::Event &event)
Process the event and put new data products into it.
std::string input_name_
input object of encoded data
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.