6#include "Framework/Configure/Parameters.h"
28 bool verifySimCalorimeterHits(
29 const std::vector<ldmx::SimCalorimeterHit> &simHits,
30 const std::vector<ldmx::SimCalorimeterHit> &reSimHits);
41 std::vector<std::string> collections_;
42 std::string sim_pass_name_{
""};
43 std::string re_sim_pass_name_{
""};
48 bool stop_on_error_{};
Base classes for all user event processing components to extend.
Class implementing an event buffer system for storing event data.
Class that translates HCal ID into positions of strip hits.
Class that stores Stores reconstructed hit information from the HCAL.
Class that defines an HCal sensitive detector.
Class which stores simulated calorimeter hit information.
void analyze(const framework::Event &event) override
Process the event and make histograms or summaries.
void configure(framework::config::Parameters ¶meters) override
Callback for the EventProcessor to configure itself from the given set of parameters.
Base class for a module which does not produce a data product.
virtual void process(Event &event) final
Processing an event for an Analyzer is calling analyze.
Implements an event buffer system for storing event data.
Class which represents the process under execution.
Class encapsulating parameters for configuring a processor.