2#ifndef TRIGSCINT_TRIGSCINTTRACKPRODUCER_H
3#define TRIGSCINT_TRIGSCINTTRACKPRODUCER_H
6#include "Framework/Configure/Parameters.h"
10#include "TrigScint/Event/TrigScintCluster.h"
11#include "TrigScint/Event/TrigScintTrack.h"
33 std::vector<ldmx::TrigScintTrack> tracks_;
39 void matchXYTracks(std::vector<ldmx::TrigScintTrack> &tracks);
45 double max_delta_{0.};
51 std::string seeding_collection_;
54 std::vector<std::string> input_collections_;
57 std::string output_collection_;
60 std::string pass_name_{
""};
63 bool skip_last_{
false};
66 int vert_bar_start_idx_{52};
88 float bar_width_y_{3.};
89 float bar_gap_y_{2.1};
90 float bar_width_x_{3.};
91 float bar_gap_x_{0.1};
Class providing string constants for the event model.
Base classes for all user event processing components to extend.
Class implementing an event buffer system for storing event data.
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.
Producer(const std::string &name, Process &process)
Class constructor.
virtual void process(Event &event) final
Processing an event for a Producer is calling produce.
Class encapsulating parameters for configuring a processor.
Represents a track of trigger scintillator clusters.
making tracks from trigger scintillator clusters
void configure(framework::config::Parameters &ps) override
Callback for the EventProcessor to configure itself from the given set of parameters.
void onProcessEnd() override
Callback for the EventProcessor to take any necessary action when the processing of events finishes,...
void produce(framework::Event &event) override
Process the event and put new data products into it.
void onProcessStart() override
Callback for the EventProcessor to take any necessary action when the processing of events starts,...