7#ifndef TRIGSCINT_TESTBEAMCLUSTERANALYZER_H
8#define TRIGSCINT_TESTBEAMCLUSTERANALYZER_H
11#include "Framework/Configure/Parameters.h"
15#include "TrigScint/Event/TrigScintCluster.h"
26 const std::string& name,
39 std::string inputCol_;
40 std::string inputPassName_{
""};
54 TH1F* hPEinClusters[16];
55 TH1F* hDeltaCentroids;
Base classes for all user event processing components to extend.
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.
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.
void onProcessEnd() override
Callback for the EventProcessor to take any necessary action when the processing of events finishes,...
void onProcessStart() override
Callback for the EventProcessor to take any necessary action when the processing of events starts,...