7#ifndef TRIGSCINT_QUALITYFLAGANALYZER_H
8#define TRIGSCINT_QUALITYFLAGANALYZER_H
11#include "Framework/Configure/Parameters.h"
27 const std::string& name,
39 std::vector<std::vector<TH1F*> > v_charge_vs_time_;
42 std::string input_event_col_;
43 std::string input_event_pass_name_{
""};
44 std::string input_hit_col_;
45 std::string input_hit_pass_name_{
""};
46 std::vector<double> peds_;
47 std::vector<double> gain_;
52 static constexpr int N_CHANNELS{16};
58 int flags_[6] = {16, 8, 4, 2, 1, 0};
60 int n_ev_drawn_[6] = {0};
62 TH1F* h_out_[200][16];
63 TH1F* h_out_pe_[200][16];
64 TH1F* h_out_flag_[6][200][16];
67 TH2F* h_td_cfire_chan_vs_event_;
Base classes for all user event processing components to extend.
Class that stores full reconstructed (linearized) readout QIE sample from the TS.
Class that stores full reconstructed (linearized) readout QIE sample from the TS.
Base class for a module which does not produce a data product.
virtual void process(Event &event) final
Processing an event for an Analyzer is calling analyze.
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 onProcessStart() override
Callback for the EventProcessor to take any necessary action when the processing of events starts,...
void onProcessEnd() override
Callback for the EventProcessor to take any necessary action when the processing of events finishes,...