6#include "Tracking/Reco/TrackingGeometryUser.h"
7#include "Tracking/geo/GeometryContext.h"
10#include "Framework/Configure/Parameters.h"
14namespace tracking::reco {
33 std::unordered_map<unsigned int, Acts::Transform3> alignmentTransforms;
37 std::shared_ptr<geo::TrackersTrackingGeometry> tg_;
Base classes for all user event processing components to extend.
Conditions object for random number seeds.
Implements an event buffer system for storing event data.
Class which represents the process under execution.
Class encapsulating parameters for configuring a processor.
The context for a specific geometry.
void onProcessEnd() override
Callback for the EventProcessor to take any necessary action when the processing of events finishes,...
void onNewRun(const ldmx::RunHeader &rh) override
Callback for the EventProcessor to take any necessary action when the run being processed changes.
void onProcessStart() override
Callback for the EventProcessor to take any necessary action when the processing of events starts,...
void configure(framework::config::Parameters ¶meters) override
Callback for the EventProcessor to configure itself from the given set of parameters.
void produce(framework::Event &event) override
Process the event and put new data products into it.
a helper base class providing some methods to shorten access to common conditions used within the tra...