2#ifndef RECON_EXAMPLES_MY_PROCESSOR_H_
3#define RECON_EXAMPLES_MY_PROCESSOR_H_
8#include "Ecal/Event/EcalHit.h"
9#include "Framework/Configure/Parameters.h"
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.
Minimal example of a processor.
virtual ~MyProcessor()=default
Destructor.
void produce(framework::Event &event) override
Process the event and put new data products into it.
void configure(framework::config::Parameters ¶meters) override
Configure the processor using the given user specified parameters.