1#ifndef HCALGEOMETRYVERIFIER_H
2#define HCALGEOMETRYVERIFIER_H
10#include "Framework/Configure/Parameters.h"
30 std::array<int, 3> determine_indices(
const ldmx::HcalID id);
41 bool hit_ok(
const ldmx::HcalID id,
const std::array<double, 3> &position);
46 std::string hcalSimHitsCollection_{
"HcalSimHits"};
47 std::string hcalRecHitsCollection_{
"HcalRecHits"};
48 std::string hcalSimHitsPassName_{
""};
49 std::string hcalRecHitsPassName_{
""};
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 configure(framework::config::Parameters ¶meters) override
Callback for the EventProcessor to configure itself from the given set of parameters.
void analyze(const framework::Event &event) override
Process the event and make histograms or summaries.
Base class for a module which does not produce a data product.
Implements an event buffer system for storing event data.
Class which represents the process under execution.
Class encapsulating parameters for configuring a processor.
Implements detector ids for HCal subdetector.