1#ifndef TRIGGER_PROPAGATIONMAPWRITER_H_
2#define TRIGGER_PROPAGATIONMAPWRITER_H_
24 TFile* outFile_{
nullptr};
25 std::string outPath_{
"./propagationMap.root"};
26 TProfile2D* profx_{
nullptr};
27 TProfile2D* profy_{
nullptr};
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.
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 &)
Callback for the EventProcessor to configure itself from the given set of parameters.
virtual void onProcessStart()
Callback for the EventProcessor to take any necessary action when the processing of events starts,...
virtual void onProcessEnd()
Callback for the EventProcessor to take any necessary action when the processing of events finishes,...