1#ifndef TRACKING_RECO_PEDESTALSUBTRACTOR_H_
2#define TRACKING_RECO_PEDESTALSUBTRACTOR_H_
9namespace tracking::reco {
31 std::string input_collection_{
"RawSiStripHits"};
32 std::string input_pass_name_{
""};
33 std::string output_collection_{
"TrackerHits"};
35 std::set<std::string> warned_channels_;
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.
Subtract per-channel, per-sample pedestals from a RawSiStripHit collection.
void produce(framework::Event &event) override
Process the event and put new data products into it.
void configure(framework::config::Parameters &ps) override
Callback for the EventProcessor to configure itself from the given set of parameters.