8#ifndef RECON_TRACKDEDXMASSESTIMATOR_H_
9#define RECON_TRACKDEDXMASSESTIMATOR_H_
12#include "Framework/Configure/Parameters.h"
15#include "Tracking/Event/Measurement.h"
16#include "Tracking/Event/Track.h"
35 float fit_res_K_{-9999.};
38 std::string track_collection_;
41 std::string simhit_collection_;
44 std::string input_pass_name_;
Base classes for all user event processing components to extend.
Class that represents the estimated mass of a particle using tracker dE/dx information.
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.
virtual void produce(framework::Event &event) override
Process the event and put new data products into it.
virtual void configure(framework::config::Parameters &ps) override
Callback for the EventProcessor to configure itself from the given set of parameters.