12#include "Framework/Configure/Parameters.h"
18#include "SimCore/Event/SimParticle.h"
41 std::string rec_hit_coll_name_;
42 std::string rec_hit_pass_name_;
43 std::string pf_cand_coll_name_;
44 std::string pf_cand_pass_name_;
45 std::string cluster_coll_name_;
46 std::string cluster_pass_name_;
48 std::string output_rec_hit_coll_name_;
Class that stores calorimeter cluster information.
Class that stores cluster information from the ECal.
Base classes for all user event processing components to extend.
Class implementing an event buffer system for storing event data.
Class that stores cluster information from the ECal.
Class that represents a reconstructed particle candidate.
Class which encapsulates information from a hit in a simulated tracking detector.
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.
virtual void process(Event &event) final
Processing an event for a Producer is calling produce.
Class encapsulating parameters for configuring a processor.
virtual void onProcessEnd()
Callback for the EventProcessor to take any necessary action when the processing of events finishes,...
virtual void configure(framework::config::Parameters &ps)
Callback for the EventProcessor to configure itself from the given set of parameters.
virtual void produce(framework::Event &event)
Process the event and put new data products into it.