1#ifndef TRACKING_RECO_SISTRIPWAVEFORMBUILDER_H_
2#define TRACKING_RECO_SISTRIPWAVEFORMBUILDER_H_
8#include "Tracking/Digitization/PulseShape.h"
9#include "Tracking/Event/SiStripWaveform.h"
11namespace tracking::reco {
46 std::string input_collection_{
"TrackerHits"};
47 std::string input_pass_name_{
""};
48 std::string output_collection_{
"TrackerWaveforms"};
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.