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*> > vChargeVsTime;
42 std::string inputEventCol_;
43 std::string inputEventPassName_{
""};
44 std::string inputHitCol_;
45 std::string inputHitPassName_{
""};
46 std::vector<double> peds_;
47 std::vector<double> gain_;
52 static constexpr int nChannels{16};
57 const int flags[6] = {16, 8, 4,
59 int nEvDrawn[6] = {0};
61 TH1F* hOutPE[200][16];
62 TH1F* hOutFlag[6][200][16];
65 TH2F* hTDCfireChanvsEvent;
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.
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,...