7#ifndef TRIGSCINT_QIEANALYZER_H
8#define TRIGSCINT_QIEANALYZER_H
11#include "Framework/Configure/Parameters.h"
26 const std::string& name,
37 float convertToID(
float yVal) {
return (yVal + yOffset_) * yToIDfactor_; }
40 std::vector<std::vector<TH1F*> > vChargeVsTime;
43 std::string inputCol_;
44 std::string inputPassName_{
""};
45 std::vector<double> peds_;
46 std::vector<double> gain_;
58 TH2F* hPedSubtractedAvgQvsT[16];
59 TH2F* hPedSubtractedTotQvsPed[16];
60 TH2F* hPedSubtractedTotQvsN[16];
62 TH2F* hPedSubtractedPEvsN[16];
63 TH2F* hPedSubtractedPEvsT[16];
66 TH2F* hTDCfireChanvsEvent;
68 double yToIDfactor_{50. / 80.};
Base classes for all user event processing components to extend.
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 analyze(const framework::Event &event) override
Process the event and make histograms or summaries.
void onProcessEnd() override
Callback for the EventProcessor to take any necessary action when the processing of events finishes,...
void onProcessStart() override
Callback for the EventProcessor to take any necessary action when the processing of events starts,...
void configure(framework::config::Parameters ¶meters) override
Callback for the EventProcessor to configure itself from the given set of parameters.