1#include <catch2/catch_approx.hpp>
2#include <catch2/catch_test_macros.hpp>
8#include "Framework/ConfigurePython.h"
35 CHECK(simHits.size() > 0);
48TEST_CASE(
"Hcal Geometry test",
"[Hcal][functionality]") {
49 const std::string config_file{
"hcal_geometry_test_config.py"};
55 REQUIRE_NOTHROW(p = cfg.makeProcess());
Base classes for all user event processing components to extend.
#define DECLARE_ANALYZER_NS(NS, CLASS)
Macro which allows the framework to construct an analyzer given its name during configuration.
Class that translates HCal ID into positions of strip hits.
Class that defines an HCal sensitive detector.
Class which represents the process under execution.
Class which stores simulated calorimeter hit information.
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.
void onProcessStart() final override
Callback for the EventProcessor to take any necessary action when the processing of events starts,...
void analyze(const framework::Event &event) final override
Process the event and make histograms or summaries.
Stores simulated calorimeter hit information.
std::unique_ptr< Process > ProcessHandle
A handle to the current process Used to pass a process from ConfigurePython to fire....