LDMX Software
EcalWABRecResults.h
1#ifndef DQM_ECALWABRECRESULTS_H
2#define DQM_ECALWABRECRESULTS_H
3
4#include "Framework/Configure/Parameters.h"
6
7namespace dqm {
8
14 public:
20 EcalWABRecResults(const std::string& name, framework::Process& process)
21 : framework::Analyzer(name, process) {}
22
26 virtual void configure(framework::config::Parameters& ps) override;
27
31 virtual void analyze(const framework::Event& event) override;
32
33 private:
35 std::string ecal_WAB_rec_name_;
36
38 std::string ecal_WAB_rec_pass_;
39};
40} // namespace dqm
41
42#endif /* DQM_ECALWABRECRESULTS_H */
Base classes for all user event processing components to extend.
Generate histograms to check WAB-related angular reconstruction.
virtual void analyze(const framework::Event &event) override
Fills histograms.
virtual void configure(framework::config::Parameters &ps) override
Input python configuration parameters.
std::string ecal_WAB_rec_name_
Collection Name for WABRec object.
std::string ecal_WAB_rec_pass_
Pass Name for WABRec object.
EcalWABRecResults(const std::string &name, framework::Process &process)
Constructor.
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