1#ifndef HCALINEFFICIENCYDQM_H
2#define HCALINEFFICIENCYDQM_H
10#include "Framework/Configure/Parameters.h"
35 if (hit.
getPE() < pe_veto_threshold || hit.
getTime() > max_hit_time_) {
38 if (section == ldmx::HcalID::HcalSection::BACK && hit.
getMinPE() < 1) {
47 std::string hcalSimHitsCollection_{
"HcalSimHits"};
48 std::string hcalRecHitsCollection_{
"HcalRecHits"};
49 std::string hcalSimHitsPassName_{
""};
50 std::string hcalRecHitsPassName_{
""};
53 float pe_veto_threshold;
Base classes for all user event processing components to extend.
Class implementing an event buffer system for storing event data.
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.
Implements an event buffer system for storing event data.
Class which represents the process under execution.
Class encapsulating parameters for configuring a processor.
float getTime() const
Get the time of the hit [ns].
Stores reconstructed hit information from the HCAL.
float getMinPE() const
Get the minimum number of photoelectrons estimated for this hit if two sided readout.
float getPE() const
Get the number of photoelectrons estimated for this hit.