LDMX Software
HcalVetoResults.h
1#ifndef DQM_HCALVETORESULTS_H
2#define DQM_HCALVETORESULTS_H
3
4#include "Framework/Configure/Parameters.h"
6
7namespace dqm {
8
14 public:
20 HcalVetoResults(const std::string& name, framework::Process& process)
21 : framework::Analyzer(name, process) {}
22
28 ~HcalVetoResults() = default;
29
34
38 virtual void onProcessStart();
39
43 virtual void analyze(const framework::Event& event);
44
45 private:
47 std::string hcal_veto_name_;
48
50 std::string hcal_veto_pass_;
51};
52} // namespace dqm
53
54#endif /* DQM_HCALVETORESULTS_H */
Base classes for all user event processing components to extend.
Generate histograms to check the final decisions made in the Hcal veto.
HcalVetoResults(const std::string &name, framework::Process &process)
Constructor.
~HcalVetoResults()=default
Destructor.
std::string hcal_veto_pass_
Pass Name for veto object.
virtual void analyze(const framework::Event &event)
Fills histograms.
std::string hcal_veto_name_
Collection Name for veto object.
virtual void onProcessStart()
Things to do only on process start.
virtual void configure(framework::config::Parameters &ps)
Input python configuration parameters.
Base class for a module which does not produce a data product.
Analyzer(const std::string &name, Process &process)
Class constructor.
Implements an event buffer system for storing event data.
Definition Event.h:42
Class which represents the process under execution.
Definition Process.h:36
Class encapsulating parameters for configuring a processor.
Definition Parameters.h:29
All classes in the ldmx-sw project use this namespace.
Definition PerfDict.cxx:45