1#ifndef TRACKING_RECO_SISTRIPWAVEFORMFITPROCESSOR_H_
2#define TRACKING_RECO_SISTRIPWAVEFORMFITPROCESSOR_H_
9#include "Tracking/Digitization/PulseShape.h"
10#include "Tracking/Reco/TrackerDaqMap.h"
12namespace tracking::reco {
47 std::string input_collection_{
"TrackerWaveforms"};
48 std::string input_pass_name_{
""};
49 std::string output_collection_{
"FittedSiStripHits"};
50 std::string daq_map_file_{
""};
55 double t_scan_min_ns_{-50.0};
56 double t_scan_max_ns_{-1.0};
57 double t_scan_step_ns_{1.0};
60 double max_chi2_ndf_{-1.0};
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.
virtual void process(Event &event) final
Processing an event for a Producer is calling produce.
Class encapsulating parameters for configuring a processor.
Tracker DAQ map: the correspondence between an electronics sensor address (feb, hybrid) and the detec...