9 #ifndef PINDIODESTUDYMODULE_H
10 #define PINDIODESTUDYMODULE_H
12 #include <framework/core/HistoModule.h>
58 virtual void event()
override;
64 virtual void endRun()
override;
HistoModule.h is supposed to be used instead of Module.h for the modules with histogram definitions t...
Study module for Pindiodes (BEAST)
double m_FanoFactor
Fano Factor.
TH1F * h_pin_dose2[100]
histo dose
TH2F * h_pin_rs_rate[10]
Rate.
virtual void initialize() override
Initialize the Module.
TH1F * h_pin_vtime[100]
histo time weighted by volt
TH1F * h_pin_idoseWeight[100]
histo dose
TH1F * h_pin_idose[100]
histo dose
virtual void event() override
Event processor.
TH2F * h_pin_rs_idose[100]
histo dose
virtual void endRun() override
End-of-run action.
virtual ~PindiodeStudyModule()
Destructor.
virtual void getXMLData()
reads data from PINDIODE.xml: tube location, drift data filename, sigma of impulse response function
TH1F * h_pin_time[100]
histo time
virtual void terminate() override
Termination action.
TH1F * h_pin_itime[100]
histo time
PindiodeStudyModule()
Constructor: Sets the description, the properties and the parameters of the module.
TH1F * h_pin_ivolt[100]
histo volt
TH1F * h_pin_rate[10]
Rate.
virtual void beginRun() override
Called when entering a new run.
TH1F * h_pin_dose1Weight[100]
histo dose
TH1F * h_pin_volt[100]
histo volt
double m_CrematGain
number of detectors.
TH1F * h_pin_dose1[100]
histo dose
TH1F * h_pin_dose2Weight[100]
histo dose
TH1F * h_pin_ivtime[100]
histo time weighted by volt
double m_WorkFunction
Work function.
TH2F * h_pin_rs_idoseWeight[100]
histo dose
virtual void defineHisto() override
Defines the histograms.
Abstract base class for different kinds of events.