7#ifndef PFTRACKPRODUCER_H
8#define PFTRACKPRODUCER_H
11#include "Framework/Configure/Parameters.h"
31 bool truth_tracking_{
true};
34 std::string input_track_coll_name_;
36 std::string input_pass_name_;
38 std::string output_track_coll_name_;
41 bool do_electron_tracking_{};
43 double min_electron_momentum_z_{};
45 int max_electron_track_id_{};
Base classes for all user event processing components to extend.
Class implementing an event buffer system for storing event 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.
virtual void process(Event &event) final
Processing an event for a Producer is calling produce.
Class encapsulating parameters for configuring a processor.
virtual void produce(framework::Event &event)
Process the event and put new data products into it.
virtual void configure(framework::config::Parameters &ps)
Callback for the EventProcessor to configure itself from the given set of parameters.