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);
51 std::string seeding_collection_;
54 std::vector<std::string> input_collections_;
57 std::string output_collection_;
60 std::string passName_{
""};
63 bool skipLast_{
false};
66 int vertBarStartIdx_{52};
88 float barWidth_y_{3.};
90 float barWidth_x_{3.};
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.
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,...