Belle II Software  release-05-02-19
SVDLocalCalibrationsCheckModule Class Reference

Module to produce a list of histogram showing the uploaded local calibration constants. More...

#include <SVDLocalCalibrationsCheckModule.h>

Inheritance diagram for SVDLocalCalibrationsCheckModule:
Collaboration diagram for SVDLocalCalibrationsCheckModule:

Public Types

enum  EModulePropFlags {
  c_Input = 1,
  c_Output = 2,
  c_ParallelProcessingCertified = 4,
  c_HistogramManager = 8,
  c_InternalSerializer = 16,
  c_TerminateInAllProcesses = 32,
  c_DontCollectStatistics = 64
}
 Each module can be tagged with property flags, which indicate certain features of the module. More...
 
typedef ModuleCondition::EAfterConditionPath EAfterConditionPath
 Forward the EAfterConditionPath definition from the ModuleCondition.
 

Public Member Functions

 SVDLocalCalibrationsCheckModule ()
 Constructor: Sets the description, the properties and the parameters of the module.
 
virtual void beginRun () override
 initialize the TTrees and create SVDHistograms and SVDAPVHistograms More...
 
virtual void event () override
 perform analysis and Draw pdf Canvas
 
virtual void initialize ()
 Initialize the Module. More...
 
virtual std::vector< std::string > getFileNames (__attribute__((unused)) bool outputFiles)
 Return a list of output filenames for this modules. More...
 
virtual void endRun ()
 This method is called if the current run ends. More...
 
virtual void terminate ()
 This method is called at the end of the event processing. More...
 
const std::string & getName () const
 Returns the name of the module. More...
 
const std::string & getType () const
 Returns the type of the module (i.e. More...
 
const std::string & getPackage () const
 Returns the package this module is in.
 
const std::string & getDescription () const
 Returns the description of the module.
 
void setName (const std::string &name)
 Set the name of the module. More...
 
void setPropertyFlags (unsigned int propertyFlags)
 Sets the flags for the module properties. More...
 
LogConfiggetLogConfig ()
 Returns the log system configuration.
 
void setLogConfig (const LogConfig &logConfig)
 Set the log system configuration.
 
void setLogLevel (int logLevel)
 Configure the log level.
 
void setDebugLevel (int debugLevel)
 Configure the debug messaging level.
 
void setAbortLevel (int abortLevel)
 Configure the abort log level.
 
void setLogInfo (int logLevel, unsigned int logInfo)
 Configure the printed log information for the given level. More...
 
void if_value (const std::string &expression, const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End)
 Add a condition to the module. More...
 
void if_false (const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End)
 A simplified version to add a condition to the module. More...
 
void if_true (const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End)
 A simplified version to set the condition of the module. More...
 
bool hasCondition () const
 Returns true if at least one condition was set for the module.
 
const ModuleConditiongetCondition () const
 Return a pointer to the first condition (or nullptr, if none was set)
 
const std::vector< ModuleCondition > & getAllConditions () const
 Return all set conditions for this module.
 
bool evalCondition () const
 If at least one condition was set, it is evaluated and true returned if at least one condition returns true. More...
 
std::shared_ptr< PathgetConditionPath () const
 Returns the path of the last true condition (if there is at least one, else reaturn a null pointer). More...
 
Module::EAfterConditionPath getAfterConditionPath () const
 What to do after the conditional path is finished. More...
 
std::vector< std::shared_ptr< Path > > getAllConditionPaths () const
 Return all condition paths currently set (no matter if the condition is true or not).
 
bool hasProperties (unsigned int propertyFlags) const
 Returns true if all specified property flags are available in this module. More...
 
bool hasUnsetForcedParams () const
 Returns true and prints error message if the module has unset parameters which the user has to set in the steering file.
 
const ModuleParamListgetParamList () const
 Return module param list.
 
template<typename T >
ModuleParam< T > & getParam (const std::string &name) const
 Returns a reference to a parameter. More...
 
bool hasReturnValue () const
 Return true if this module has a valid return value set.
 
int getReturnValue () const
 Return the return value set by this module. More...
 
std::shared_ptr< PathElementclone () const override
 Create an independent copy of this module. More...
 
std::shared_ptr< boost::python::list > getParamInfoListPython () const
 Returns a python list of all parameters. More...
 

Static Public Member Functions

static void exposePythonAPI ()
 Exposes methods of the Module class to Python.
 

Public Attributes

TFile * m_rootFilePtrREF = nullptr
 pointer at the REFERENCE root file
 
TFile * m_rootFilePtrCHECK = nullptr
 pointer at the CHECK root file
 
TTree * m_treeREF = nullptr
 pointer at REF tree
 
TTree * m_treeCHECK = nullptr
 pointer at CHECK tree
 
TBranch * b_runREF = nullptr
 run number
 
TBranch * b_ladderREF = nullptr
 ladder number
 
TBranch * b_layerREF = nullptr
 layer number
 
TBranch * b_sensorREF = nullptr
 sensor number
 
TBranch * b_sideREF = nullptr
 sensor side
 
TBranch * b_stripREF = nullptr
 strip number
 
TBranch * b_maskREF = nullptr
 strip mask 0/1
 
TBranch * b_pedestalREF = nullptr
 strip pedestal
 
TBranch * b_gainREF = nullptr
 strip gain
 
TBranch * b_noiseREF = nullptr
 strip noise (ADC)
 
TBranch * b_noiseElREF = nullptr
 strip noise (e-)
 
TBranch * b_calPeakADCREF = nullptr
 strip calPeakADC (ADC of max pulse)
 
TBranch * b_calPeakTimeREF = nullptr
 strip calPeakTime (time of max pulse)
 
TBranch * b_pulseWidthREF = nullptr
 strip pulse width
 
TBranch * b_runCHECK = nullptr
 run number
 
TBranch * b_ladderCHECK = nullptr
 ladder number
 
TBranch * b_layerCHECK = nullptr
 layer number
 
TBranch * b_sensorCHECK = nullptr
 sensor number
 
TBranch * b_sideCHECK = nullptr
 sensor side
 
TBranch * b_stripCHECK = nullptr
 strip number
 
TBranch * b_maskCHECK = nullptr
 strip mask 0/1
 
TBranch * b_pedestalCHECK = nullptr
 strip pedestal
 
TBranch * b_gainCHECK = nullptr
 strip gain
 
TBranch * b_noiseCHECK = nullptr
 strip noise (ADC)
 
TBranch * b_noiseElCHECK = nullptr
 strip noise (e-)
 
TBranch * b_calPeakTimeCHECK = nullptr
 strip calPeakTime (time of max pulse)
 
TBranch * b_calPeakADCCHECK = nullptr
 strip calPeakADC (ADC of max pulse)
 
TBranch * b_pulseWidthCHECK = nullptr
 strip pulse width
 
UInt_t m_runREF = -1
 run number
 
UInt_t m_layerREF = -1
 layer number
 
UInt_t m_ladderREF = -1
 ladder number
 
UInt_t m_sensorREF = -1
 sensor number
 
UInt_t m_sideREF = -1
 sensor side
 
UInt_t m_stripREF = -1
 strip number
 
float m_maskREF = -1
 strip mask 0/1
 
float m_noiseREF = -1
 strip noise (ADC)
 
float m_noiseElREF = -1
 strip noise (e-)
 
float m_pedestalREF = -1
 strip pedestal
 
float m_gainREF = -1
 strip gain
 
float m_calPeakTimeREF = -1
 strip peak time
 
float m_calPeakADCREF = -1
 strip max peak ADC
 
float m_pulseWidthREF = -1
 strip pulse width
 
UInt_t m_runCHECK = -1
 run number
 
UInt_t m_layerCHECK = -1
 layer number
 
UInt_t m_ladderCHECK = -1
 ladder number
 
UInt_t m_sensorCHECK = -1
 sensor number
 
UInt_t m_sideCHECK = -1
 sensor side
 
UInt_t m_stripCHECK = -1
 strip number
 
float m_maskCHECK = -1
 strip mask 0/1
 
float m_noiseCHECK = -1
 strip noise (ADC)
 
float m_noiseElCHECK = -1
 strip noise (e-)
 
float m_pedestalCHECK = -1
 strip pedestal
 
float m_gainCHECK = -1
 strip gain
 
float m_calPeakTimeCHECK = -1
 strip peak time
 
float m_calPeakADCCHECK = -1
 strip max peak ADC
 
float m_pulseWidthCHECK = -1
 strip pulse width
 
std::string m_rootFileNameREF = "SVDLocalCalibrationMonitor_experiment5_run92.root"
 root file name REFERENCE
 
std::string m_rootFileNameCHECK = "SVDLocalCalibrationMonitor_experiment5_run408.root"
 root file name CHECK
 
std::string m_idFileNameREF = "refID"
 ID of the xml file name REFERENCE.
 
std::string m_idFileNameCHECK = "checkID"
 ID of the xml file name CHECK.
 
std::string m_outputPdfName = "SVDLocalCalibrationCheck.pdf"
 output pdf filename
 
bool m_plotGoodAPVs = false
 if true also the good APVs are plotted on the DIFF canvas
 
int m_cutN_out = -1
 maximum number of allowed outliers
 
float m_cutNoise_ave = -1
 maximum relative deviation APV-average (noise)
 
float m_cutNoise_out = -1
 maximum relative deviation strip (noise)
 
float m_cutCalpeakADC_ave = -1
 maximum relative deviation APV-average (calpeakADC)
 
float m_cutCalpeakADC_out = -1
 maximum relative deviation strip (calpeakADC)
 
float m_cutPedestal_ave = -1
 maximum relative deviation APV-average (pedestal)
 
float m_cutPedestal_out = -1
 maximum relative deviation strip (pedestal)
 

Protected Member Functions

virtual void def_initialize ()
 Wrappers to make the methods without "def_" prefix callable from Python. More...
 
virtual void def_beginRun ()
 Wrapper method for the virtual function beginRun() that has the implementation to be used in a call from Python.
 
virtual void def_event ()
 Wrapper method for the virtual function event() that has the implementation to be used in a call from Python.
 
virtual void def_endRun ()
 This method can receive that the current run ends as a call from the Python side. More...
 
virtual void def_terminate ()
 Wrapper method for the virtual function terminate() that has the implementation to be used in a call from Python.
 
void setDescription (const std::string &description)
 Sets the description of the module. More...
 
void setType (const std::string &type)
 Set the module type. More...
 
template<typename T >
void addParam (const std::string &name, T &paramVariable, const std::string &description, const T &defaultValue)
 Adds a new parameter to the module. More...
 
template<typename T >
void addParam (const std::string &name, T &paramVariable, const std::string &description)
 Adds a new enforced parameter to the module. More...
 
void setReturnValue (int value)
 Sets the return value for this module as integer. More...
 
void setReturnValue (bool value)
 Sets the return value for this module as bool. More...
 
void setParamList (const ModuleParamList &params)
 Replace existing parameter list.
 

Private Member Functions

void printConfiguration ()
 print the configuration of the check of the calibration VS a reference calibration
 
void setAPVHistoStyles (SVDAPVHistograms< TH1F > *m_APVhistos)
 set style of APV histograms
 
void createLegends ()
 create the TLegends for the plot
 
void printFirstPage ()
 print the first page of the output pdf
 
void printLayerPage (int layer)
 print layer-number page
 
void printPage (VxdID theVxdID, TList *listUBAD, TList *listVBAD, TList *listUGOOD, TList *listVGOOD, TString variable, bool isL3)
 print the page relative to a sensor with problematic APVs
 
void printSummaryPages ()
 summary page with 2D summary plot
 
void printLastPage ()
 print last empty page
 
int hasAnyProblem (TH1F *h, float cutAve, float cutCOUNT)
 return True if the APV has a problem, given a variable
 
std::list< ModulePtrgetModules () const override
 no submodules, return empty list
 
std::string getPathString () const override
 return the module name.
 
void setParamPython (const std::string &name, const boost::python::object &pyObj)
 Implements a method for setting boost::python objects. More...
 
void setParamPythonDict (const boost::python::dict &dictionary)
 Implements a method for reading the parameter values from a boost::python dictionary. More...
 

Private Attributes

const int m_apvColors [6] = { 1, 2, 8 , kBlue, 6, 28}
 color palette
 
TLegend * m_leg2D = nullptr
 legend of the 2D plot
 
TLegend * m_legU = nullptr
 legend of U-side plot
 
TLegend * m_legV = nullptr
 legend of V-side plot
 
SVDHistograms< TH2F > * m_h2NoiseREF = nullptr
 NOISES. More...
 
SVDHistograms< TH2F > * m_h2NoiseCHECK = nullptr
 noise VS strip 2D histo
 
SVDAPVHistograms< TH1F > * m_hNoiseDIFF = nullptr
 noise histo
 
SVDSummaryPlotsm_hNoiseSummary = nullptr
 noise summary histo
 
SVDHistograms< TH2F > * m_h2CalpeakADCREF = nullptr
 CALPEAKS ADC. More...
 
SVDHistograms< TH2F > * m_h2CalpeakADCCHECK = nullptr
 calpeakADC VS strip 2D histo
 
SVDAPVHistograms< TH1F > * m_hCalpeakADCDIFF = nullptr
 calpeakADC histo
 
SVDSummaryPlotsm_hCalpeakADCSummary = nullptr
 calpeakADC summary histo
 
SVDHistograms< TH2F > * m_h2CalpeakTimeREF = nullptr
 CALPEAKS TIME. More...
 
SVDHistograms< TH2F > * m_h2CalpeakTimeCHECK = nullptr
 calpeakTime VS strip 2D histo
 
SVDAPVHistograms< TH1F > * m_hCalpeakTimeDIFF = nullptr
 calpeakTime histo
 
SVDSummaryPlotsm_hCalpeakTimeSummary = nullptr
 calpeakTime summary histo
 
SVDHistograms< TH2F > * m_h2PedestalREF = nullptr
 PEDESTALS. More...
 
SVDHistograms< TH2F > * m_h2PedestalCHECK = nullptr
 pedestal VS strip 2D histo
 
SVDAPVHistograms< TH1F > * m_hPedestalDIFF = nullptr
 pedestal histo
 
SVDSummaryPlotsm_hPedestalSummary = nullptr
 pedestal summary histo
 
std::string m_name
 The name of the module, saved as a string (user-modifiable)
 
std::string m_type
 The type of the module, saved as a string.
 
std::string m_package
 Package this module is found in (may be empty).
 
std::string m_description
 The description of the module.
 
unsigned int m_propertyFlags
 The properties of the module as bitwise or (with |) of EModulePropFlags.
 
LogConfig m_logConfig
 The log system configuration of the module.
 
ModuleParamList m_moduleParamList
 List storing and managing all parameter of the module.
 
bool m_hasReturnValue
 True, if the return value is set.
 
int m_returnValue
 The return value.
 
std::vector< ModuleConditionm_conditions
 Module condition, only non-null if set.
 

Detailed Description

Module to produce a list of histogram showing the uploaded local calibration constants.

Definition at line 48 of file SVDLocalCalibrationsCheckModule.h.

Member Enumeration Documentation

◆ EModulePropFlags

enum EModulePropFlags
inherited

Each module can be tagged with property flags, which indicate certain features of the module.

Enumerator
c_Input 

This module is an input module (reads data).

c_Output 

This module is an output module (writes data).

c_ParallelProcessingCertified 

This module can be run in parallel processing mode safely (All I/O must be done through the data store, in particular, the module must not write any files.)

c_HistogramManager 

This module is used to manage histograms accumulated by other modules.

c_InternalSerializer 

This module is an internal serializer/deserializer for parallel processing.

c_TerminateInAllProcesses 

When using parallel processing, call this module's terminate() function in all processes().

This will also ensure that there is exactly one process (single-core if no parallel modules found) or at least one input, one main and one output process.

c_DontCollectStatistics 

No statistics is collected for this module.

Definition at line 79 of file Module.h.

Member Function Documentation

◆ beginRun()

void beginRun ( )
overridevirtual

initialize the TTrees and create SVDHistograms and SVDAPVHistograms

NOISES

CALPEAKTIMES

CALPEAKTIMES

PEDESTALS

Reimplemented from Module.

Definition at line 86 of file SVDLocalCalibrationsCheckModule.cc.

87 {
88 
90 
91  gStyle->SetOptStat(0);
92  gStyle->SetLegendBorderSize(0);
93  gStyle->SetTextFont(42);
94 
95  // read REFERENCE root file
96  m_rootFilePtrREF = new TFile(m_rootFileNameREF.c_str(), "READ");
97 
98  // m_rootFilePtrREF->Print();
99 
100  //REF tree initialization
101  m_treeREF = (TTree*)m_rootFilePtrREF->Get("calibLocalDetailed");
102  m_treeREF->SetBranchAddress("run", &m_runREF, &b_runREF);
103  m_treeREF->SetBranchAddress("layer", &m_layerREF, &b_layerREF);
104  m_treeREF->SetBranchAddress("ladder", &m_ladderREF, &b_ladderREF);
105  m_treeREF->SetBranchAddress("sensor", &m_sensorREF, &b_sensorREF);
106  m_treeREF->SetBranchAddress("side", &m_sideREF, &b_sideREF);
107  m_treeREF->SetBranchAddress("strip", &m_stripREF, &b_stripREF);
108  m_treeREF->SetBranchAddress("mask", &m_maskREF, &b_maskREF);
109  m_treeREF->SetBranchAddress("noise", &m_noiseREF, &b_noiseREF);
110  m_treeREF->SetBranchAddress("noiseEl", &m_noiseElREF, &b_noiseElREF);
111  m_treeREF->SetBranchAddress("gain", &m_gainREF, &b_gainREF);
112  m_treeREF->SetBranchAddress("pedestal", &m_pedestalREF, &b_pedestalREF);
113  m_treeREF->SetBranchAddress("calPeakADC", &m_calPeakADCREF, &b_calPeakADCREF);
114  m_treeREF->SetBranchAddress("calPeakTime", &m_calPeakTimeREF, &b_calPeakTimeREF);
115  m_treeREF->SetBranchAddress("pulseWidth", &m_pulseWidthREF, &b_pulseWidthREF);
116 
117  // read CHECK root file
118  m_rootFilePtrCHECK = new TFile(m_rootFileNameCHECK.c_str(), "READ");
119  // m_rootFilePtrCHECK->Print();
120 
121  //CHECK tree initialization
122  m_treeCHECK = (TTree*)m_rootFilePtrCHECK->Get("calibLocalDetailed");
123  m_treeCHECK->SetBranchAddress("run", &m_runCHECK, &b_runCHECK);
124  m_treeCHECK->SetBranchAddress("layer", &m_layerCHECK, &b_layerCHECK);
125  m_treeCHECK->SetBranchAddress("ladder", &m_ladderCHECK, &b_ladderCHECK);
126  m_treeCHECK->SetBranchAddress("sensor", &m_sensorCHECK, &b_sensorCHECK);
127  m_treeCHECK->SetBranchAddress("side", &m_sideCHECK, &b_sideCHECK);
128  m_treeCHECK->SetBranchAddress("strip", &m_stripCHECK, &b_stripCHECK);
129  m_treeCHECK->SetBranchAddress("mask", &m_maskCHECK, &b_maskCHECK);
130  m_treeCHECK->SetBranchAddress("noise", &m_noiseCHECK, &b_noiseCHECK);
131  m_treeCHECK->SetBranchAddress("noiseEl", &m_noiseElCHECK, &b_noiseElCHECK);
132  m_treeCHECK->SetBranchAddress("gain", &m_gainCHECK, &b_gainCHECK);
133  m_treeCHECK->SetBranchAddress("pedestal", &m_pedestalCHECK, &b_pedestalCHECK);
134  m_treeCHECK->SetBranchAddress("calPeakTime", &m_calPeakTimeCHECK, &b_calPeakTimeCHECK);
135  m_treeCHECK->SetBranchAddress("calPeakADC", &m_calPeakADCCHECK, &b_calPeakADCCHECK);
136  m_treeCHECK->SetBranchAddress("pulseWidth", &m_pulseWidthCHECK, &b_pulseWidthCHECK);
137 
138 
140  m_h2NoiseREF = (SVDHistograms<TH2F>*)m_rootFilePtrREF->Get("expert/h2Noise");
141  m_h2NoiseCHECK = (SVDHistograms<TH2F>*)m_rootFilePtrCHECK->Get("expert/h2Noise");
142 
143  TH1F template_noise("noiseDIFF_L@layerL@ladderS@sensor@view@apv",
144  "Noise Deviation Distribution in @layer.@ladder.@sensor @view/@side",
145  // 200, -1, 1);
146  200, -5, 5);
147  // template_noise.GetXaxis()->SetTitle("( ref - check ) / ref");
148  template_noise.GetXaxis()->SetTitle("ref - check (ADC)");
149  m_hNoiseDIFF = new SVDAPVHistograms<TH1F>(template_noise);
151  m_hNoiseSummary = new SVDSummaryPlots("noiseSummary@view", "Number of problematic APV chips due to Noise for @view/@side Side");
152 
153 
154 
155 
157  m_h2CalpeakTimeREF = (SVDHistograms<TH2F>*)m_rootFilePtrREF->Get("expert/h2CalPeakTime");
158  m_h2CalpeakTimeCHECK = (SVDHistograms<TH2F>*)m_rootFilePtrCHECK->Get("expert/h2CalPeakTime");
159 
160  TH1F template_calpeakTime("calpeakTimeDIFF_L@layerL@ladderS@sensor@view@apv",
161  // "CalpeakTime Deviation Distribution in @layer.@ladder.@sensor @view/@side APV @apv",
162  "CalPeakTime Deviation Distribution in @layer.@ladder.@sensor @view/@side",
163  500, -0.5, 0.5);
164  template_calpeakTime.GetXaxis()->SetTitle("( ref - check ) / ref");
165  m_hCalpeakTimeDIFF = new SVDAPVHistograms<TH1F>(template_calpeakTime);
167  m_hCalpeakTimeSummary = new SVDSummaryPlots("calPeakTimeSummary@view",
168  "Number of problematic APV chips due to CalPeakTime for @view/@side Side for @view/@side Side");
169 
171  m_h2CalpeakADCREF = (SVDHistograms<TH2F>*)m_rootFilePtrREF->Get("expert/h2CalPeakADC");
172  m_h2CalpeakADCCHECK = (SVDHistograms<TH2F>*)m_rootFilePtrCHECK->Get("expert/h2CalPeakADC");
173 
174  TH1F template_calpeakADC("calpeakADCDIFF_L@layerL@ladderS@sensor@view@apv",
175  // "CalpeakADC Deviation Distribution in @layer.@ladder.@sensor @view/@side APV @apv",
176  "CalPeakADC Deviation Distribution in @layer.@ladder.@sensor @view/@side",
177  400, -20, 20);
178  template_calpeakADC.GetXaxis()->SetTitle("ref - check (ADC)");
179  m_hCalpeakADCDIFF = new SVDAPVHistograms<TH1F>(template_calpeakADC);
181  m_hCalpeakADCSummary = new SVDSummaryPlots("calPeakADCSummary@view",
182  "Number of problematic APV chips due to CalPeakADC for @view/@side Side");
183 
184 
186  m_h2PedestalREF = (SVDHistograms<TH2F>*)m_rootFilePtrREF->Get("expert/h2Pedestal");
187  m_h2PedestalCHECK = (SVDHistograms<TH2F>*)m_rootFilePtrCHECK->Get("expert/h2Pedestal");
188 
189  TH1F template_pedestal("pedestalDIFF_L@layerL@ladderS@sensor@view@apv",
190  "Pedestal Deviation Distribution in @layer.@ladder.@sensor @view/@side",
191  // 100, -0.5, 0.5);
192  100, -15, 15);
193  // template_pedestal.GetXaxis()->SetTitle("( ref - check ) / ref");
194  template_pedestal.GetXaxis()->SetTitle("( ref - check) (ADC)");
195  m_hPedestalDIFF = new SVDAPVHistograms<TH1F>(template_pedestal);
197  m_hPedestalSummary = new SVDSummaryPlots("pedestalSummary@view",
198  "Number of problematic APV chips due to Pedestal for @view/@side Side");
199 
200  createLegends();
201 }

◆ clone()

std::shared_ptr< PathElement > clone ( ) const
overridevirtualinherited

Create an independent copy of this module.

Note that parameters are shared, so changing them on a cloned module will also affect the original module.

Implements PathElement.

Definition at line 181 of file Module.cc.

◆ def_endRun()

virtual void def_endRun ( )
inlineprotectedvirtualinherited

This method can receive that the current run ends as a call from the Python side.

For regular C++-Modules that forwards the call to the regular endRun() method.

Reimplemented in PyModule.

Definition at line 441 of file Module.h.

◆ def_initialize()

virtual void def_initialize ( )
inlineprotectedvirtualinherited

Wrappers to make the methods without "def_" prefix callable from Python.

Overridden in PyModule. Wrapper method for the virtual function initialize() that has the implementation to be used in a call from Python.

Reimplemented in PyModule.

Definition at line 422 of file Module.h.

◆ endRun()

virtual void endRun ( )
inlinevirtualinherited

This method is called if the current run ends.

Use this method to store information, which should be aggregated over one run.

This method can be implemented by subclasses.

Reimplemented in DQMHistAnalysisPXDTrackChargeModule, DQMHistOutputToEPICSModule, DQMHistAnalysisRooFitExampleModule, DQMHistAnalysisPXDChargeModule, DQMHistAnalysisSVDDoseModule, PyModule, DQMHistComparitorModule, TrackSetEvaluatorHopfieldNNDEVModule, DQMHistAnalysisInputRootFileModule, AlignDQMModule, SVDUnpackerDQMModule, DQMHistAnalysisPXDERModule, vxdDigitMaskingModule, DQMHistAnalysisEpicsExampleModule, DQMHistAnalysisPXDFitsModule, DQMHistAnalysisExampleFlagsModule, TRGCDCT3DUnpackerModule, TRGCDCTSFUnpackerModule, TRGGRLUnpackerModule, TRGCDCETFUnpackerModule, TOPUnpackerModule, FindletModule< AFindlet >, FindletModule< FacetCreator >, FindletModule< TrackFinderAutomaton >, FindletModule< CKFToCDCFromEclFindlet >, FindletModule< CKFToSVDSeedFindlet >, FindletModule< CKFToCDCFindlet >, FindletModule< AxialTrackCreatorMCTruth >, FindletModule< AxialStraightTrackFinder >, FindletModule< SegmentLinker >, FindletModule< TrackCreatorSegmentTripleAutomaton >, FindletModule< TrackCreatorSegmentPairAutomaton >, FindletModule< SegmentCreatorFacetAutomaton >, FindletModule< SegmentOrienter >, FindletModule< SegmentFinderFacetAutomaton >, FindletModule< CKFToSVDFindlet >, FindletModule< TrackFinderSegmentTripleAutomaton >, FindletModule< TrackRejecter >, FindletModule< SegmentCreatorMCTruth >, FindletModule< TrackFinderCosmics >, FindletModule< SuperClusterCreator >, FindletModule< HitBasedT0Extractor >, FindletModule< AsicBackgroundLibraryCreator >, FindletModule< TrackExporter >, FindletModule< ClusterPreparer >, FindletModule< CosmicsTrackMergerFindlet >, FindletModule< AxialTrackFinderHough >, FindletModule< TrackFinderSegmentPairAutomaton >, FindletModule< TrackLinker >, FindletModule< TrackOrienter >, FindletModule< TrackFinder >, FindletModule< AxialTrackFinderLegendre >, FindletModule< AxialTrackCreatorSegmentHough >, FindletModule< MonopoleAxialTrackFinderLegendre >, FindletModule< ClusterRefiner< BridgingWireHitRelationFilter > >, FindletModule< SegmentPairCreator >, FindletModule< HitReclaimer >, FindletModule< TrackQualityEstimator >, FindletModule< CKFToPXDFindlet >, FindletModule< StereoHitFinder >, FindletModule< TrackCreatorSingleSegments >, FindletModule< TrackFlightTimeAdjuster >, FindletModule< SegmentFitter >, FindletModule< SegmentRejecter >, FindletModule< WireHitPreparer >, FindletModule< SegmentTripleCreator >, FindletModule< SegmentTrackCombiner >, FindletModule< MCVXDCDCTrackMergerFindlet >, FindletModule< MonopoleStereoHitFinder >, FindletModule< TrackCombiner >, FindletModule< AxialSegmentPairCreator >, FindletModule< WireHitBackgroundDetector >, FindletModule< ClusterBackgroundDetector >, FindletModule< CDCTrackingEventLevelMdstInfoFillerFindlet >, FindletModule< MonopoleStereoHitFinderQuadratic >, FindletModule< TrackQualityAsserter >, FindletModule< WireHitCreator >, ECLWaveformFitModule, B2BIIConvertMdstModule, TOPTimeBaseCalibratorModule, TOPTBCComparatorModule, ECLChargedPIDModule, SVDBackgroundModule, ARICHNtupleModule, ECLDigitizerModule, BeamBkgTagSetterModule, TOPGainEfficiencyCalculatorModule, ECLShowerShapeModule, KLMClustersReconstructorModule, OpticalGunModule, ParticleKinematicFitterModule, PXDBackgroundModule, CDCDedxValidationModule, ARICHDigitizerModule, KLMDQMModule, TOPDQMModule, CDCDQMModule, TOPLaserHitSelectorModule, TOPModuleT0CalibratorModule, DQMHistAnalysisKLMModule, DQMHistAnalysisTRGGDLModule, BKLMDigitAnalyzerModule, TOPChannelT0CalibratorModule, TOPCommonT0CalibratorModule, KLMUnpackerModule, TOPRawDigitConverterModule, TOPReconstructorModule, ARICHFillHitsModule, DQMHistAnalysisCDCMonObjModule, KLMReconstructorModule, CDCCRTestModule, KLMDigitizerModule, ECLDigitizerPureCsIModule, EKLMDataCheckerModule, ARICHReconstructorModule, ECLLocalRunCalibratorModule, KLMPackerModule, MdstPIDModule, FullSimModule, ARICHDQMModule, CDCUnpackerModule, DQMHistAnalysisARICHModule, ECLCRFinderModule, TOPAlignerModule, TOPPDFDebuggerModule, ARICHPackerModule, BelleMCOutputModule, BeamBkgMixerModule, CDCPackerModule, TOPBackgroundModule, TOPPDFCheckerModule, ARICHRelateModule, BeamBkgHitRateMonitorModule, CsIDigitizerModule, DQMHistAnalysisMiraBelleModule, ARICHUnpackerModule, ARICHMCParticlesModule, ARICHRateCalModule, CDCCosmicAnalysisModule, ECLShowerCorrectorModule, SVDCoGTimeEstimatorModule, SVDUnpackerModule, SVDROIFinderAnalysisModule, ECLDataAnalysisModule, EclDisplayModule, TOPDoublePulseGeneratorModule, TOPWaveformQualityPlotterModule, BGOverlayExecutorModule, ECLChargedPIDDataAnalysisValidationModule, ECLDigitCalibratorModule, ECLSplitterN1Module, EvtGenDecayModule, EKLMADCModule, SVDROIFinderModule, TRGGDLUnpackerModule, ARICHRawUnpackerModule, NtuplePhase1_v6Module, ECLDQMModule, TOPCalPulseGeneratorModule, TOPNtupleModule, TOPPackerModule, TOPWaveformFeatureExtractorModule, TrackFinderMCTruthRecoTracksModule, VXDTFTrainingDataCollectorModule, BeamBkgGeneratorModule, EventInfoPrinterModule, BKLMSimHistogrammerModule, KLMClusterEfficiencyModule, PXDPerformanceModule, TOPInterimFENtupleModule, TOPMCTrackMakerModule, VXDSimpleClusterizerModule, BGOverlayInputModule, TpcDigitizerModule, ECLDQMEXTENDEDModule, PIDNtupleModule, SPTCvirtualIPRemoverModule, arichBtestModule, ReprocessorModule, CsIStudyModule, ECLChargedPIDDataAnalysisModule, OverrideGenerationFlagsModule, MCMatcherKLMClustersModule, PrintDataModule, SPTCmomentumSeedRetrieverModule, TrackFinderVXDAnalizerModule, TRGGRLMatchModule, DQMHistAnalysisARICHMonObjModule, ECLLocalMaximumFinderModule, CDCDedxDQMModule, FANGSDigitizerModule, CDCRecoTrackFilterModule, ECLClusterPSDModule, SVDLocalCalibrationsMonitorModule, TOPTriggerDigitizerModule, ExtModule, MCTrackCandClassifierModule, MuidModule, HLTDQM2ZMQModule, DQMHistAnalysisECLModule, IPDQMExpressRecoModule, BKLMTrackingModule, TOPCosmicT0FinderModule, HitXPModule, TRGCDCT3DConverterModule, DQMHistAnalysisMonObjModule, ECLBackgroundModule, EventT0DQMModule, SVDDataFormatCheckModule, TRGTOPDQMModule, BgoStudyModule, CsiStudy_v2Module, MicrotpcStudyModule, PlumeDigitizerModule, DQMHistAnalysisCDCDedxModule, DQMHistAnalysisHLTMonObjModule, PXDClustersFromTracksModule, SVDPackerModule, SVDClusterEvaluationTrueInfoModule, TOPXTalkChargeShareSetterModule, SecMapTrainerVXDTFModule, AnalysisPhase1StudyModule, DosiStudyModule, He3tubeStudyModule, ECLCovarianceMatrixModule, ECLFinalizerModule, ECLSplitterN2Module, MCMatcherECLClustersModule, BKLMAnaModule, SVDHotStripFinderModule, SVDPerformanceModule, SecMapTrainerBaseModule, NoKickCutsEvalModule, TRGECLRawdataAnalysisModule, TRGTOPUnpackerModule, BgoDigitizerModule, CsiDigitizer_v2Module, DosiDigitizerModule, TPCStudyModule, PinDigitizerModule, HLTDs2ZMQModule, DQMHistAnalysisInputPVSrvModule, ECLShowerCalibratorModule, SVDLatencyCalibrationModule, SVDOccupancyAnalysisModule, TOPLaserCalibratorModule, PXDROIFinderModule, KlongValidationModule, TrackingPerformanceEvaluationModule, MCMatcherTRGECLModule, BeamabortStudyModule, ClawStudyModule, ClawsStudyModule, PindiodeStudyModule, QcsmonitorStudyModule, ECLHitDebugModule, ECLUnpackerModule, SVDClusterCalibrationsMonitorModule, TOPChannelT0MCModule, EffPlotsModule, CurlTaggerModule, BeamDigitizerModule, He3DigitizerModule, StatisticsSummaryModule, DataWriterModule, SVDB4CommissioningPlotsModule, SVDClusterEvaluationModule, SVDClusterFilterModule, SVDShaperDigitsFromTracksModule, SVD3SamplesEmulatorModule, RT2SPTCConverterModule, SVDROIDQMModule, TRGGDLModule, EventKinematicsModule, ClawDigitizerModule, ClawsDigitizerModule, DQMHistSnapshotsModule, ECLPackerModule, PrintEventRateModule, SVDCoGTimeCalibrationsMonitorModule, V0findingPerformanceEvaluationModule, TRGECLModule, CosmicsAlignmentValidationModule, FANGSStudyModule, QcsmonitorDigitizerModule, SectorMapBootstrapModule, CsiModule, DQMHistDeltaHistoModule, RandomBarrierModule, TRGGRLModule, GenfitVisModule, CDCTriggerNeuroDQMModule, TRGECLFAMModule, TRGGRLProjectsModule, B2BIIMdstInputModule, DQMHistAnalysisTOPModule, SubEventModule, TRGCDCModule, DQMHistAnalysisSVDOnMiraBelleModule, TRGCDCTSStreamModule, Convert2RawDetModule, TRGGDLDQMModule, DQMHistAnalysisOutputMonObjModule, TRGECLQAMModule, TRGECLTimingCalModule, MCV0MatcherModule, DQMHistAnalysisInputModule, cdcDQM7Module, SwitchDataStoreModule, PhysicsObjectsMiraBelleModule, HistoModule, TRGGRLDQMModule, KLMTriggerModule, DQMHistAnalysisEventT0Module, DQMHistAnalysisInputSrvModule, SeqRootOutputModule, DQMHistAnalysisSVDGeneralModule, PhysicsObjectsMiraBelleDst2Module, PhysicsObjectsMiraBelleDstModule, TxModule, B2BIIMCParticlesMonitorModule, DQMHistAnalysisOutputNSMModule, DQMHistAnalysisPlotOnlyModule, DQMHistAnalysisSVDEfficiencyModule, RxModule, Root2BinaryModule, DQMHistAnalysisExampleModule, DQMHistAnalysisOutputRelayMsgModule, svdDumpModule, TRGECLDQMModule, DQMHistAnalysisOutputFileModule, TRGCDCT2DDQMModule, DQMHistAnalysisOutputModule, SeqRootInputModule, TRGCDCT3DDQMModule, TRGGDLSummaryModule, HistoManagerModule, TRGCDCTSFDQMModule, TRGGDLDSTModule, PhysicsObjectsDQMModule, CalibrationCollectorModule, ARICHBackgroundModule, TRGECLUnpackerModule, EvReductionModule, Raw2DsModule, RawInputModule, StorageDeserializerModule, BeamabortModule, BgoModule, CaveModule, ClawModule, CLAWSModule, DosiModule, FANGSModule, He3tubeModule, MicrotpcModule, Ph1bpipeModule, Ph1sustrModule, PindiodeModule, PlumeModule, QcsmonitorModule, SrsensorModule, SerializerModule, FastRbuf2DsModule, Ds2SampleModule, DeSerializerPXDModule, Rbuf2RbufModule, GenRawSendModule, Rbuf2DsModule, TxSocketModule, Ds2RawModule, Ds2RawFileModule, DqmHistoManagerModule, Ds2RbufModule, StorageSerializerModule, GetEventFromSocketModule, ReceiveEventModule, ElapsedTimeModule, MonitorDataCOPPERModule, Root2RawModule, RxSocketModule, CertifyParallelModule, SeqRootMergerModule, DAQPerfModule, MonitorDataModule, TrackAnaModule, and PartialSeqRootReaderModule.

Definition at line 168 of file Module.h.

◆ evalCondition()

bool evalCondition ( ) const
inherited

If at least one condition was set, it is evaluated and true returned if at least one condition returns true.

If no condition or result value was defined, the method returns false. Otherwise, the condition is evaluated and true returned, if at least one condition returns true. To speed up the evaluation, the condition strings were already parsed in the method if_value().

Returns
True if at least one condition and return value exists and at least one condition expression was evaluated to true.

Definition at line 98 of file Module.cc.

◆ getAfterConditionPath()

Module::EAfterConditionPath getAfterConditionPath ( ) const
inherited

What to do after the conditional path is finished.

(defaults to c_End if no condition is set)

Definition at line 135 of file Module.cc.

◆ getConditionPath()

std::shared_ptr< Path > getConditionPath ( ) const
inherited

Returns the path of the last true condition (if there is at least one, else reaturn a null pointer).


Definition at line 115 of file Module.cc.

◆ getFileNames()

virtual std::vector<std::string> getFileNames ( __attribute__((unused)) bool  outputFiles)
inlinevirtualinherited

Return a list of output filenames for this modules.

This will be called when basf2 is run with "--dry-run" if the module has set either the c_Input or c_Output properties.

If the parameter outputFiles is false (for modules with c_Input) the list of input filenames should be returned (if any). If outputFiles is true (for modules with c_Output) the list of output files should be returned (if any).

If a module has sat both properties this member is called twice, once for each property.

The module should return the actual list of requested input or produced output filenames (including handling of input/output overrides) so that the grid system can handle input/output files correctly.

This function should return the same value when called multiple times. This is especially important when taking the input/output overrides from Environment as they get consumed when obtained so the finalized list of output files should be stored for subsequent calls.

Definition at line 136 of file Module.h.

◆ getName()

const std::string& getName ( ) const
inlineinherited

Returns the name of the module.

This can be changed via e.g. set_name() in the steering file to give more useful names if there is more than one module of the same type.

For identifying the type of a module, using getType() (or type() in Python) is recommended.

Definition at line 189 of file Module.h.

◆ getParamInfoListPython()

std::shared_ptr< boost::python::list > getParamInfoListPython ( ) const
inherited

Returns a python list of all parameters.

Each item in the list consists of the name of the parameter, a string describing its type, a python list of all default values and the description of the parameter.

Returns
A python list containing the parameters of this parameter list.

Definition at line 281 of file Module.cc.

◆ getReturnValue()

int getReturnValue ( ) const
inlineinherited

Return the return value set by this module.

This value is only meaningful if hasReturnValue() is true

Definition at line 383 of file Module.h.

◆ getType()

const std::string & getType ( ) const
inherited

Returns the type of the module (i.e.

class name minus 'Module')

Definition at line 43 of file Module.cc.

◆ hasProperties()

bool hasProperties ( unsigned int  propertyFlags) const
inherited

Returns true if all specified property flags are available in this module.

Parameters
propertyFlagsOred EModulePropFlags which should be compared with the module flags.

Definition at line 162 of file Module.cc.

◆ if_false()

void if_false ( const std::shared_ptr< Path > &  path,
EAfterConditionPath  afterConditionPath = EAfterConditionPath::c_End 
)
inherited

A simplified version to add a condition to the module.

Please note that successive calls of this function will add more than one condition to the module. If more than one condition results in true, only the last of them will be used.

Please be careful: Avoid creating cyclic paths, e.g. by linking a condition to a path which is processed before the path where this module is located in.

It is equivalent to the if_value() method, using the expression "<1". This method is meant to be used together with the setReturnValue(bool value) method.

Parameters
pathShared pointer to the Path which will be executed if the return value is false.
afterConditionPathWhat to do after executing 'path'.

Definition at line 87 of file Module.cc.

◆ if_true()

void if_true ( const std::shared_ptr< Path > &  path,
EAfterConditionPath  afterConditionPath = EAfterConditionPath::c_End 
)
inherited

A simplified version to set the condition of the module.

Please note that successive calls of this function will add more than one condition to the module. If more than one condition results in true, only the last of them will be used.

Please be careful: Avoid creating cyclic paths, e.g. by linking a condition to a path which is processed before the path where this module is located in.

It is equivalent to the if_value() method, using the expression ">=1". This method is meant to be used together with the setReturnValue(bool value) method.

Parameters
pathShared pointer to the Path which will be executed if the return value is true.
afterConditionPathWhat to do after executing 'path'.

Definition at line 92 of file Module.cc.

◆ if_value()

void if_value ( const std::string &  expression,
const std::shared_ptr< Path > &  path,
EAfterConditionPath  afterConditionPath = EAfterConditionPath::c_End 
)
inherited

Add a condition to the module.

Please note that successive calls of this function will add more than one condition to the module. If more than one condition results in true, only the last of them will be used.

See https://confluence.desy.de/display/BI/Software+ModCondTut or ModuleCondition for a description of the syntax.

Please be careful: Avoid creating cyclic paths, e.g. by linking a condition to a path which is processed before the path where this module is located in.

Parameters
expressionThe expression of the condition.
pathShared pointer to the Path which will be executed if the condition is evaluated to true.
afterConditionPathWhat to do after executing 'path'.

Definition at line 81 of file Module.cc.

◆ initialize()

virtual void initialize ( )
inlinevirtualinherited

Initialize the Module.

This method is called once before the actual event processing starts. Use this method to initialize variables, open files etc.

This method can be implemented by subclasses.

Reimplemented in ROIDQMModule, DQMHistAnalysisPXDTrackChargeModule, DQMHistOutputToEPICSModule, DQMHistInjectionModule, DQMHistAnalysisRooFitExampleModule, DQMHistAnalysisPXDCMModule, DQMHistAnalysisPXDReductionModule, DQMHistAnalysisPXDChargeModule, DQMHistAnalysisPXDDAQModule, DQMHistAnalysisPXDEffModule, DQMHistAnalysisPXDInjectionModule, DQMHistAnalysisTrackingModule, PXDRawDumperModule, PXDDigitizerModule, ECLDQMInjectionModule, PXDGatedModeDQMModule, PXDDAQDQMModule, PXDInjectionDQMModule, PXDBgTupleProducerModule, PXDMCBgTupleProducerModule, DQMHistAnalysisSVDDoseModule, PXDDQMEfficiencySelftrackModule, PXDDQMEfficiencyModule, SVDDQMInjectionModule, PXDDQMEfficiencyNtupleSelftrackModule, PXDDQMEfficiencyNtupleModule, DQMHistComparitorModule, SVDDQMEfficiencyModule, PXDGatedDHCDQMModule, PXDUnpackerModule, PXDUnpackerOTModule, SVDDQMDoseModule, PyModule, ROISenderModule, TrackSetEvaluatorHopfieldNNDEVModule, PXDROIFinderAnalysisModule, AlignDQMModule, TrackDQMModule, PXDPostErrorCheckerModule, SVDUnpackerDQMModule, ROIPayloadAssemblerModule, PXDTrackClusterDQMModule, PXDPackerErrModule, PXDPackerModule, SVDDQMExpressRecoModule, SVDDQMClustersOnTrackModule, DQMHistAnalysisInputRootFileModule, PXDRawDQMModule, PXDBadSensorTagModule, PXDEventPlotModule, DQMHistAnalysisPXDERModule, PXDDQMCorrModule, PXDdigiFilterModule, PXDROIDQMModule, PXDDQMExpressRecoModule, PXDRawHitFilterModule, DelayDQMModule, PXDDQMClustersModule, PXDROIPlotModule, PXDInjectionVetoEmulatorModule, BestVXDTrackCandidatesSelectorModule, VXDTrackCandidatesQualityIndicatorCutterModule, PXDRawDQMCorrModule, ActivatePXDClusterPositionEstimatorModule, ActivatePXDGainCalibratorModule, ActivatePXDPixelMaskerModule, ROIGeneratorModule, VXDDQMExpressRecoModule, vxdDigitMaskingModule, PXDGatedInfoFillerModule, PXDReadRawBonnDAQMatchedModule, PXDReadRawONSENModule, TrackSetEvaluatorGreedyDEVModule, AddVXDTrackCandidateSubSetsModule, DAQMonitorModule, SVDOverlapResolverModule, PXDReadRawBonnDAQModule, DQMHistAnalysisIPModule, DQMHistAnalysisEpicsExampleModule, BestVXDFamilyCandidateSelectorModule, DQMHistAnalysisPXDFitsModule, DQMHistAnalysisExampleFlagsModule, V0ObjectsDQMModule, TRGCDCT3DUnpackerModule, TRGCDCTSFUnpackerModule, TRGGRLUnpackerModule, TRGCDCETFUnpackerModule, MaterialScanModule, RawSecMapMergerModule, CDCTriggerUnpackerModule, TOPUnpackerModule, SpacePoint2TrueHitConnectorModule, B2BIIConvertMdstModule, ECLWaveformFitModule, SVDBackgroundModule, FindletModule< AFindlet >, FindletModule< FacetCreator >, FindletModule< TrackFinderAutomaton >, FindletModule< CKFToCDCFromEclFindlet >, FindletModule< CKFToSVDSeedFindlet >, FindletModule< CKFToCDCFindlet >, FindletModule< AxialTrackCreatorMCTruth >, FindletModule< AxialStraightTrackFinder >, FindletModule< SegmentLinker >, FindletModule< TrackCreatorSegmentTripleAutomaton >, FindletModule< TrackCreatorSegmentPairAutomaton >, FindletModule< SegmentCreatorFacetAutomaton >, FindletModule< SegmentOrienter >, FindletModule< SegmentFinderFacetAutomaton >, FindletModule< CKFToSVDFindlet >, FindletModule< TrackFinderSegmentTripleAutomaton >, FindletModule< TrackRejecter >, FindletModule< SegmentCreatorMCTruth >, FindletModule< TrackFinderCosmics >, FindletModule< SuperClusterCreator >, FindletModule< HitBasedT0Extractor >, FindletModule< AsicBackgroundLibraryCreator >, FindletModule< TrackExporter >, FindletModule< ClusterPreparer >, FindletModule< CosmicsTrackMergerFindlet >, FindletModule< AxialTrackFinderHough >, FindletModule< TrackFinderSegmentPairAutomaton >, FindletModule< TrackLinker >, FindletModule< TrackOrienter >, FindletModule< TrackFinder >, FindletModule< AxialTrackFinderLegendre >, FindletModule< AxialTrackCreatorSegmentHough >, FindletModule< MonopoleAxialTrackFinderLegendre >, FindletModule< ClusterRefiner< BridgingWireHitRelationFilter > >, FindletModule< SegmentPairCreator >, FindletModule< HitReclaimer >, FindletModule< TrackQualityEstimator >, FindletModule< CKFToPXDFindlet >, FindletModule< StereoHitFinder >, FindletModule< TrackCreatorSingleSegments >, FindletModule< TrackFlightTimeAdjuster >, FindletModule< SegmentFitter >, FindletModule< SegmentRejecter >, FindletModule< WireHitPreparer >, FindletModule< SegmentTripleCreator >, FindletModule< SegmentTrackCombiner >, FindletModule< MCVXDCDCTrackMergerFindlet >, FindletModule< MonopoleStereoHitFinder >, FindletModule< TrackCombiner >, FindletModule< AxialSegmentPairCreator >, FindletModule< WireHitBackgroundDetector >, FindletModule< ClusterBackgroundDetector >, FindletModule< CDCTrackingEventLevelMdstInfoFillerFindlet >, FindletModule< MonopoleStereoHitFinderQuadratic >, FindletModule< TrackQualityAsserter >, FindletModule< WireHitCreator >, TOPTimeBaseCalibratorModule, TOPTBCComparatorModule, B2BIIFixMdstModule, ParticleLoaderModule, CDCTriggerHoughETFModule, CDCTrigger2DFinderModule, SVDDigitizerModule, ECLChargedPIDModule, ECLDigitizerModule, ARICHNtupleModule, DATCONTrackingModule, PXDBackgroundModule, CDCDedxPIDModule, BeamBkgTagSetterModule, ECLShowerShapeModule, MCMatcherParticlesModule, ParticleKinematicFitterModule, TOPGainEfficiencyCalculatorModule, GFTC2SPTCConverterModule, SoftwareTriggerModule, SegmentNetworkProducerModule, KLMClustersReconstructorModule, ChargedPidMVAModule, ChargedPidMVAMulticlassModule, ParticleWeightingLookUpCreatorModule, KLMDQMModule, OpticalGunModule, TagVertexModule, CDCDedxValidationModule, VXDDedxPIDModule, SVDUnpackerModule, TOPDQMModule, GearboxModule, FragmentationModule, HitLevelInfoWriterModule, TOPDigitizerModule, FlavorTaggerInfoFillerModule, HLTZMQ2DsModule, DQMHistAnalysisKLMModule, ECLCRFinderModule, BKLMDigitAnalyzerModule, PXDClustersFromTracksModule, TOPLaserHitSelectorModule, ECLDigitizerPureCsIModule, KLMUnpackerModule, TOPModuleT0CalibratorModule, DQMHistAnalysisTRGGDLModule, ECLDataAnalysisModule, KLMReconstructorModule, TOPChannelT0CalibratorModule, TOPCommonT0CalibratorModule, TrackFinderVXDBasicPathFinderModule, TrackFinderVXDCellOMatModule, ParticleVertexFitterModule, KLMDigitizerModule, TOPRawDigitConverterModule, InclusiveDstarReconstructionModule, CDCCRTestModule, CDCDigitizerModule, DQMHistAnalysisCDCMonObjModule, ECLDQMModule, ECLShowerCorrectorModule, TheKillerModule, EKLMDataCheckerModule, SVDCoGTimeEstimatorModule, CsIDigitizerModule, KLMPackerModule, PXDPerformanceModule, BremsFinderModule, ParticleWeightingModule, CDCDQMModule, ECLDQMEXTENDEDModule, ECLSplitterN1Module, ProfileModule, RootOutputModule, CDCDedxCorrectionModule, MdstPIDModule, SVDClusterFilterModule, SVDShaperDigitsFromTracksModule, SVD3SamplesEmulatorModule, TOPReconstructorModule, VariablesToExtraInfoModule, arichToNtupleModule, BelleMCOutputModule, CsIStudyModule, ECLDigitCalibratorModule, FullSimModule, TOPChannelMaskerModule, TOPWaveformQualityPlotterModule, BeamBkgHitRateMonitorModule, CDCCosmicAnalysisModule, DQMHistAnalysisARICHModule, BabayagaNLOInputModule, BKLMSimHistogrammerModule, PXDClusterizerModule, TOPAlignerModule, VXDTFTrainingDataCollectorModule, ARICHDigitizerModule, ARICHFillHitsModule, ARICHPackerModule, ARICHReconstructorModule, BeamBkgMixerModule, CDCHitFilterModule, CDCUnpackerModule, EventInfoSetterModule, RootInputModule, SVDPackerModule, TOPPDFCheckerModule, SVDShaperDigitToDATCONSVDDigitConverterModule, CurlingTrackCandSplitterModule, MLSegmentNetworkProducerModule, SegmentNetworkAnalyzerModule, TRGGDLUnpackerModule, BtubeCreatorModule, SignalSideParticleListCreatorModule, ARICHDQMModule, ARICHRelateModule, ReprocessorModule, CDCPackerModule, DQMHistAnalysisECLModule, DQMHistAnalysisMiraBelleModule, ECLChargedPIDDataAnalysisModule, SVDDQMHitTimeModule, SVDPerformanceModule, SVDROIFinderAnalysisModule, TrackFinderMCTruthRecoTracksModule, TRGGRLMatchModule, ParticleListManipulatorModule, ARICHUnpackerModule, ECLLocalMaximumFinderModule, AsyncWrapper, PhokharaInputModule, SVDOccupancyAnalysisModule, SVDSimpleClusterizerModule, TOPGeometryParInitializerModule, TOPPDFDebuggerModule, SVDROIFinderAnalysisDataModule, TRGTOPDQMModule, ParticleCopierModule, ARICHMCParticlesModule, ARICHRateCalModule, ECLChargedPIDDataAnalysisValidationModule, EclDisplayModule, EvtGenDecayModule, SADInputModule, SmearPrimaryVertexModule, TouschekTURTLEInputModule, TeeggInputModule, ExportGeometryModule, EKLMADCModule, CDCDedxDQMModule, SVDNNClusterizerModule, TOPTimeRecalibratorModule, DATCONSVDSimpleClusterizerModule, ExtModule, MCTrackCandClassifierModule, MuidModule, SVDROIFinderModule, VXDSimpleClusterizerModule, EventShapeCalculatorModule, ParticleStatsModule, VariablesToNtupleModule, TpcDigitizerModule, DQMHistAnalysisInputPVSrvModule, ECLClusterPSDModule, HepMCOutputModule, EventT0GeneratorModule, BKLMTrackingModule, CombinedPIDPerformanceModule, KLMExpertModule, SVDCrossTalkFinderModule, SVDClusterizerDirectModule, TOPBackgroundModule, TOPBunchFinderModule, TOPDoublePulseGeneratorModule, SpacePointCreatorTestModule, TrackFinderVXDAnalizerModule, CDCTriggerTSFFirmwareModule, BelleBremRecoveryModule, BGOverlayExecutorModule, ECLBackgroundModule, ECLTrackBremFinderModule, ECLTrackClusterMatchingModule, BHWideInputModule, EvtGenInputModule, KLMClusterEfficiencyModule, CDCDedxSkimModule, SVDChannelMappingModule, SVDDataFormatCheckModule, DATCONPXDExtrapolationModule, DATCONSVDSpacePointCreatorModule, PXDROIFinderModule, HitXPModule, NoKickCutsEvalModule, TrackFinderVXDCosmicsStandaloneModule, BestCandidateSelectionModule, FixECLClustersModule, PrintMCParticlesModule, VariablesToEventExtraInfoModule, ARICHRawUnpackerModule, NtuplePhase1_v6Module, BgoStudyModule, CsiStudy_v2Module, MicrotpcStudyModule, PlumeDigitizerModule, ECLClusterPropertiesModule, ECLEventT0Module, BBBremInputModule, CosmicsModule, GeneratedVertexDisplacerModule, KoralWInputModule, CDCDedxSkimCDSTModule, EventT0DQMModule, FullSimTimingModule, SVDB4CommissioningPlotsModule, SVDClusterEvaluationModule, SVDNNShapeReconstructorModule, SVDSpacePointCreatorModule, TOPCalPulseGeneratorModule, TOPNtupleModule, TOPPackerModule, TOPWaveformFeatureExtractorModule, TOPXTalkChargeShareSetterModule, TrackingPerformanceEvaluationModule, VXDQualityEstimatorMVAModule, FastBDTClassifierTrainingModule, ParticleSelectorModule, RestOfEventUpdaterModule, BeamBkgGeneratorModule, AnalysisPhase1StudyModule, DosiStudyModule, FANGSDigitizerModule, He3tubeStudyModule, CDCRecoTrackFilterModule, DisplayModule, ECLCovarianceMatrixModule, ECLFinalizerModule, ECLSplitterN2Module, ECLUnpackerModule, OverrideGenerationFlagsModule, KKGenInputModule, BKLMAnaModule, MCMatcherKLMClustersModule, PXDSpacePointCreatorModule, PrintDataTemplateModule, PrintEventRateModule, SVDClusterEvaluationTrueInfoModule, TOPInterimFENtupleModule, TOPMCTrackMakerModule, SVDROIDQMModule, TrackFilterModule, EffPlotsModule, SecMapTrainerVXDTFModule, TRGCDCT3DConverterModule, TRGECLRawdataAnalysisModule, TRGTOPUnpackerModule, ParticleCombinerFromMCModule, RestOfEventBuilderModule, SignalSideVariablesToDaughterExtraInfoModule, arichBtestModule, BGOverlayInputModule, BgoDigitizerModule, CsiDigitizer_v2Module, DosiDigitizerModule, He3DigitizerModule, TPCStudyModule, PinDigitizerModule, DQMHistAnalysisARICHMonObjModule, ECLShowerCalibratorModule, ECLTRGInformationModule, HepevtInputModule, InclusiveParticleCheckerModule, SoftwareTriggerHLTDQMModule, PXDRawHitSorterModule, PIDNtupleModule, SVDLatencyCalibrationModule, SVDShaperDigitSorterModule, PXDclusterFilterModule, ROIReadTestModule, SVDShaperDigitFilterModule, SecMapTrainerBaseModule, SectorMapBootstrapModule, CDCTrigger2DFinderFirmwareModule, DuplicateVertexMarkerModule, KlongDecayReconstructorExpertModule, KlongMomentumCalculatorExpertModule, ParticleCombinerModule, VariablesToHistogramModule, CDCCrossTalkAdderModule, DQMHistSnapshotsModule, ECLFillCellIdMappingModule, MCMatcherECLClustersModule, EventInfoPrinterModule, RandomBarrierModule, HepMCInputModule, EventT0ShifterModule, HepevtOutputModule, LHEInputModule, ParticleGunModule, RemoveMCParticlesModule, PXDRawDQMChipsModule, PrintDataModule, ClusterMatcherModule, KlongValidationModule, SVDDatabaseTestModule, SVDChargeSharingAnalysisModule, SVDClusterQualityEstimatorCalibrationModule, SVDZeroSuppressionEmulatorModule, SVDSpacePointQICalibrationModule, TOPTriggerDigitizerModule, RT2SPTCConverterModule, SPTCRefereeModule, TrackQualityEstimatorMVAModule, AnalysisConfigurationModule, ParticleMCDecayStringModule, ParticlePrinterModule, SignalSideVariablesToExtraInfoModule, BeamabortStudyModule, ClawStudyModule, ClawsStudyModule, PindiodeStudyModule, QcsmonitorStudyModule, ECLPackerModule, PruneDataStoreModule, AafhInputModule, TrepsInputModule, VRMLWriterModule, MVAExpertModule, MVAMultipleExpertsModule, PXDDigitSorterModule, SVDMissingAPVsClusterCreatorModule, DATCONROICalculationModule, SPTCmomentumSeedRetrieverModule, TCConvertersTestModule, V0findingPerformanceEvaluationModule, OverlapResidualsModule, CurlTaggerModule, InclusiveBtagReconstructionModule, RestOfEventInterpreterModule, VariablesToEventBasedTreeModule, BeamDigitizerModule, DQMHistAnalysisMonObjModule, ECLTrackCalDigitMatchModule, SubEventModule, CRYInputModule, FBXWriterModule, MasterClassModule, PXDRawHitMaskingModule, SVDStripMaskingModule, ReattachCDCWireHitsToRecoTracksModule, FillTrackFitNtupleModule, QualityEstimatorVXDModule, CDCTriggerNeuroDQMModule, SetRecoTrackMomentumModule, DistanceCalculatorModule, ExtraInfoPrinterModule, ExtraInfoRemoverModule, PseudoVertexFitterModule, RemoveParticlesNotInListsModule, RestOfEventPrinterModule, SignalSideParticleFilterModule, CDCCosmicSelectorAfterFullSimModule, CDCInitialT0DeterminationModule, CDCJobCntlParModifierModule, DQMHistAnalysisCDCDedxModule, DQMHistAnalysisHLTMonObjModule, DQMHistAnalysisV0Module, DQMHistDeltaHistoModule, StatisticsSummaryModule, GeneratorPreselectionModule, PairGenModule, OverlapCheckerModule, DataWriterModule, TOPCosmicT0FinderModule, SPTCvirtualIPRemoverModule, VXDCDCTrackMergerModule, VXDQETrainingDataCollectorModule, MCMatcherTRGECLModule, TRGGDLModule, EventKinematicsModule, MCDecayFinderModule, ParticleMassUpdaterModule, SkimFilterModule, TauDecayMarkerModule, ClawDigitizerModule, ClawsDigitizerModule, CDCCosmicSelectorModule, IPDQMExpressRecoModule, ECLDigiStudyModule, ECLDumpGeometryModule, ECLHitDebugModule, PXDClusterCheckModule, SVDClusterQualityEstimatorModule, BeamSpotMonitorModule, RecoTrackParticleLoaderModule, PhaseSpaceAnalysisModule, TrackQETrainingDataCollectorModule, TRGECLModule, AlignmentGeneratorModule, UpdateParticleTrackCandModule, FANGSStudyModule, QcsmonitorDigitizerModule, DQMHistAnalysisTOPModule, ECLCompressBGOverlayModule, EclCovMatrixNtupleModule, ECLMatchingPerformanceExpertModule, ECLTrackClusterMatchingParametrizationExpertModule, EventLimiterModule, PrintCollectionsModule, ZMQTxInputModule, MVAPrototypeModule, CDCDedxScanModule, SVDEventInfoSetterModule, GenfitVisModule, PXDSVDCutModule, MCRelationCreatorModule, TRGECLFAMModule, ECLTriggerClusterMatcherModule, ProgressModule, SVDMaxStripTTreeModule, RegisterEventLevelTrackingInfoModule, PruneRecoTracksModule, TrackCreatorModule, V0FinderModule, AllParticleCombinerModule, SelectDaughtersModule, B2BIIConvertBeamParamsModule, B2BIIMdstInputModule, CsiModule, TestCalibDBAccessModule, TriggerSkimModule, HLTZMQ2DsDirectModule, DQMHistAnalysisSVDOnMiraBelleModule, CreateFieldMapModule, HexDataPackerModule, SVDHotStripFinderModule, TOPChannelT0MCModule, TOPLaserCalibratorModule, CDCCKFTracksCombinerModule, RelatedTracksCombinerModule, FastBDTClassifierAnalyzerModule, TRGGRLModule, FlavorTaggerInfoBuilderModule, TagUniqueSignalModule, PrescaleModule, DensityScalerModule, PXDBeamBackHitFilterModule, Convert2RawDetModule, DummyDataPackerModule, SVDBeamBackHitFilterModule, RecoTracksCopierModule, TRGGRLProjectsModule, ContinuumSuppressionBuilderModule, ZMQRxOutputModule, PruneRecoHitsModule, TRGCDCModule, CopyRecoTracksWithOverlapModule, DQMHistAnalysisOutputMonObjModule, SwitchDataStoreModule, EventErrorFlagModule, ZMQRxWorkerModule, SoftwareTriggerResultPrinterModule, TOPRingPlotterModule, SetupGenfitExtrapolationModule, TRGGDLDQMModule, VXDMisalignmentModule, GeometryModule, SPTC2GFTCConverterModule, StandardTrackingPerformanceModule, TRGCDCTSStreamModule, TRGECLQAMModule, TRGECLTimingCalModule, MergerCosmicTracksModule, OnlyWriteOutParticleListsModule, TreeFitterModule, DQMHistAnalysisInputModule, PhysicsObjectsMiraBelleModule, BeamParametersModule, SVDPerformanceTTreeModule, FittedTracksStorerModule, GenfitTrackCandidatesCreatorModule, RecoTrackStoreArrayCombinerModule, SPTC2RTConverterModule, KLMTriggerModule, ECLTrackClusterMatchingPerformanceModule, IoVDependentConditionModule, ProgressBarModule, GenfitTrackCreatorModule, RecoTrackCreatorModule, CosmicsAlignmentValidationModule, VariableToReturnValueModule, cdcDQM7Module, PhysicsObjectsMiraBelleDst2Module, PhysicsObjectsMiraBelleDstModule, CosmicRayHLTDQMModule, ScanCDCGeoModule, DQMHistAnalysisInputSrvModule, HistoModule, SeqRootOutputModule, TxModule, BaseRecoFitterModule, CDCTriggerTSFModule, TRGGRLDQMModule, CDCCosmicTrackMergerModule, DQMHistAnalysisEventT0Module, DQMHistAnalysisSVDGeneralModule, BaseTrackTimeEstimatorModule, RxModule, svdDumpModule, DQMHistAnalysisOutputNSMModule, DQMHistAnalysisPlotOnlyModule, DQMHistAnalysisSVDEfficiencyModule, CDCTrigger3DFitterModule, CDCTriggerNeuroModule, CDCTriggerNeuroTrainerModule, B2BIIMCParticlesMonitorModule, StatisticsTimingHLTDQMModule, DQMHistAnalysisExampleModule, DQMHistAnalysisOutputRelayMsgModule, CheckErrorEventModule, Root2BinaryModule, StudyMaterialEffectsModule, CDCTriggerRecoHitMatcherModule, CDCTriggerETFModule, DQMHistAnalysisOutputFileModule, HistoManagerModule, CDCTrigger2DFitterModule, CDCTriggerTrackCombinerModule, TRGECLDQMModule, TRGGDLCosmicRunModule, GRLNeuroTrainerModule, MakeDumHSLBDataModule, CDCTriggerMCMatcherModule, CDCTriggerRecoMatcherModule, DQMHistAnalysisOutputModule, SeqRootInputModule, TRGCDCT2DDQMModule, PhysicsObjectsDQMModule, TRGCDCT3DDQMModule, TRGGDLSummaryModule, MCV0MatcherModule, TRGCDCTSFDQMModule, TRGGDLDSTModule, CollectorTestModule, MCRecoTracksMatcherModule, CalibrationCollectorModule, EventsOfDoomBusterModule, DQMHistAnalysisHLTModule, ARICHBackgroundModule, EvReductionModule, Raw2DsModule, DeSerializerHLTModule, RawInputModule, StorageDeserializerModule, TRGECLUnpackerModule, BeamabortModule, BgoModule, CaveModule, ClawModule, CLAWSModule, DosiModule, FANGSModule, He3tubeModule, MicrotpcModule, Ph1bpipeModule, Ph1sustrModule, PindiodeModule, PlumeModule, QcsmonitorModule, SrsensorModule, DeSerializerModule, SerializerModule, DeSerializerPCModule, DeSerializerPrePCModule, FastRbuf2DsModule, Ds2SampleModule, DeSerializerPXDModule, DummyDataSourceModule, DqmHistoManagerModule, Rbuf2RbufModule, DeSerializerCOPPERModule, Rbuf2DsModule, TxSocketModule, Ds2RawModule, Ds2RawFileModule, DeSerializerFILEModule, Ds2RbufModule, StorageSerializerModule, GetEventFromSocketModule, ReceiveEventModule, ElapsedTimeModule, GenRawSendModule, DesSerPrePCMainModule, MonitorDataCOPPERModule, RxSocketModule, Root2RawModule, CertifyParallelModule, SeqRootMergerModule, DAQPerfModule, MonitorDataModule, TrackAnaModule, DummyDataSourceFileModule, and PartialSeqRootReaderModule.

Definition at line 111 of file Module.h.

◆ setDescription()

void setDescription ( const std::string &  description)
protectedinherited

Sets the description of the module.

Parameters
descriptionA description of the module.

Definition at line 216 of file Module.cc.

◆ setLogInfo()

void setLogInfo ( int  logLevel,
unsigned int  logInfo 
)
inherited

Configure the printed log information for the given level.

Parameters
logLevelThe log level (one of LogConfig::ELogLevel)
logInfoWhat kind of info should be printed? ORed combination of LogConfig::ELogInfo flags.

Definition at line 75 of file Module.cc.

◆ setName()

void setName ( const std::string &  name)
inlineinherited

Set the name of the module.

Note
The module name is set when using the REG_MODULE macro, but the module can be renamed before calling process() using the set_name() function in your steering file.
Parameters
nameThe name of the module

Definition at line 216 of file Module.h.

◆ setParamPython()

void setParamPython ( const std::string &  name,
const boost::python::object &  pyObj 
)
privateinherited

Implements a method for setting boost::python objects.

The method supports the following types: list, dict, int, double, string, bool The conversion of the python object to the C++ type and the final storage of the parameter value is done in the ModuleParam class.

Parameters
nameThe unique name of the parameter.
pyObjThe object which should be converted and stored as the parameter value.

Definition at line 236 of file Module.cc.

◆ setParamPythonDict()

void setParamPythonDict ( const boost::python::dict &  dictionary)
privateinherited

Implements a method for reading the parameter values from a boost::python dictionary.

The key of the dictionary has to be the name of the parameter and the value has to be of one of the supported parameter types.

Parameters
dictionaryThe python dictionary from which the parameter values are read.

Definition at line 251 of file Module.cc.

◆ setPropertyFlags()

void setPropertyFlags ( unsigned int  propertyFlags)
inherited

Sets the flags for the module properties.

Parameters
propertyFlagsbitwise OR of EModulePropFlags

Definition at line 210 of file Module.cc.

◆ setReturnValue() [1/2]

void setReturnValue ( bool  value)
protectedinherited

Sets the return value for this module as bool.

The bool value is saved as an integer with the convention 1 meaning true and 0 meaning false. The value can be used in the steering file to divide the analysis chain into several paths.

Parameters
valueThe value of the return value.

Definition at line 229 of file Module.cc.

◆ setReturnValue() [2/2]

void setReturnValue ( int  value)
protectedinherited

Sets the return value for this module as integer.

The value can be used in the steering file to divide the analysis chain into several paths.

Parameters
valueThe value of the return value.

Definition at line 222 of file Module.cc.

◆ setType()

void setType ( const std::string &  type)
protectedinherited

Set the module type.

Only for use by internal modules (which don't use the normal REG_MODULE mechanism).

Definition at line 50 of file Module.cc.

◆ terminate()

virtual void terminate ( )
inlinevirtualinherited

This method is called at the end of the event processing.

This method is called only once after the event processing finished. Use this method for cleaning up, closing files, etc.

This method can be implemented by subclasses.

Reimplemented in ROIDQMModule, DQMHistAnalysisPXDTrackChargeModule, DQMHistOutputToEPICSModule, DQMHistInjectionModule, DQMHistAnalysisRooFitExampleModule, DQMHistAnalysisPXDCMModule, DQMHistAnalysisPXDReductionModule, DQMHistAnalysisPXDChargeModule, DQMHistAnalysisPXDDAQModule, DQMHistAnalysisPXDEffModule, PXDBgTupleProducerModule, PXDMCBgTupleProducerModule, PyModule, PXDDQMEfficiencyNtupleSelftrackModule, DQMHistComparitorModule, PXDDQMEfficiencyNtupleModule, DQMHistAnalysisInputRootFileModule, PXDROIFinderAnalysisModule, ROISenderModule, PXDUnpackerModule, PXDUnpackerOTModule, PXDPackerErrModule, PXDPackerModule, SVDDQMExpressRecoModule, DQMHistAnalysisPXDERModule, SVDDQMClustersOnTrackModule, PXDReadRawONSENModule, PXDReadRawBonnDAQMatchedModule, DQMHistAnalysisEpicsExampleModule, DQMHistAnalysisIPModule, PXDReadRawBonnDAQModule, DQMHistAnalysisPXDFitsModule, DQMHistAnalysisExampleFlagsModule, TRGCDCT3DUnpackerModule, TRGCDCTSFUnpackerModule, TRGGRLUnpackerModule, TRGCDCETFUnpackerModule, CDCTriggerUnpackerModule, TOPUnpackerModule, FindletModule< AFindlet >, FindletModule< FacetCreator >, FindletModule< TrackFinderAutomaton >, FindletModule< CKFToCDCFromEclFindlet >, FindletModule< CKFToSVDSeedFindlet >, FindletModule< CKFToCDCFindlet >, FindletModule< AxialTrackCreatorMCTruth >, FindletModule< AxialStraightTrackFinder >, FindletModule< SegmentLinker >, FindletModule< TrackCreatorSegmentTripleAutomaton >, FindletModule< TrackCreatorSegmentPairAutomaton >, FindletModule< SegmentCreatorFacetAutomaton >, FindletModule< SegmentOrienter >, FindletModule< SegmentFinderFacetAutomaton >, FindletModule< CKFToSVDFindlet >, FindletModule< TrackFinderSegmentTripleAutomaton >, FindletModule< TrackRejecter >, FindletModule< SegmentCreatorMCTruth >, FindletModule< TrackFinderCosmics >, FindletModule< SuperClusterCreator >, FindletModule< HitBasedT0Extractor >, FindletModule< AsicBackgroundLibraryCreator >, FindletModule< TrackExporter >, FindletModule< ClusterPreparer >, FindletModule< CosmicsTrackMergerFindlet >, FindletModule< AxialTrackFinderHough >, FindletModule< TrackFinderSegmentPairAutomaton >, FindletModule< TrackLinker >, FindletModule< TrackOrienter >, FindletModule< TrackFinder >, FindletModule< AxialTrackFinderLegendre >, FindletModule< AxialTrackCreatorSegmentHough >, FindletModule< MonopoleAxialTrackFinderLegendre >, FindletModule< ClusterRefiner< BridgingWireHitRelationFilter > >, FindletModule< SegmentPairCreator >, FindletModule< HitReclaimer >, FindletModule< TrackQualityEstimator >, FindletModule< CKFToPXDFindlet >, FindletModule< StereoHitFinder >, FindletModule< TrackCreatorSingleSegments >, FindletModule< TrackFlightTimeAdjuster >, FindletModule< SegmentFitter >, FindletModule< SegmentRejecter >, FindletModule< WireHitPreparer >, FindletModule< SegmentTripleCreator >, FindletModule< SegmentTrackCombiner >, FindletModule< MCVXDCDCTrackMergerFindlet >, FindletModule< MonopoleStereoHitFinder >, FindletModule< TrackCombiner >, FindletModule< AxialSegmentPairCreator >, FindletModule< WireHitBackgroundDetector >, FindletModule< ClusterBackgroundDetector >, FindletModule< CDCTrackingEventLevelMdstInfoFillerFindlet >, FindletModule< MonopoleStereoHitFinderQuadratic >, FindletModule< TrackQualityAsserter >, FindletModule< WireHitCreator >, SpacePoint2TrueHitConnectorModule, ECLWaveformFitModule, TOPTimeBaseCalibratorModule, B2BIIConvertMdstModule, TOPTBCComparatorModule, ECLChargedPIDModule, SVDBackgroundModule, B2BIIFixMdstModule, ARICHNtupleModule, ParticleLoaderModule, BeamBkgTagSetterModule, ECLDigitizerModule, SVDDigitizerModule, CDCTriggerHoughETFModule, TOPGainEfficiencyCalculatorModule, CDCTrigger2DFinderModule, OpticalGunModule, ARICHDigitizerModule, KLMClustersReconstructorModule, CDCDedxValidationModule, ParticleKinematicFitterModule, TOPDQMModule, ECLShowerShapeModule, KLMDQMModule, CDCDQMModule, TOPLaserHitSelectorModule, PXDBackgroundModule, TOPModuleT0CalibratorModule, DQMHistAnalysisTRGGDLModule, CDCDedxPIDModule, TOPChannelT0CalibratorModule, TOPCommonT0CalibratorModule, TOPReconstructorModule, DATCONTrackingModule, DQMHistAnalysisKLMModule, BKLMDigitAnalyzerModule, TOPRawDigitConverterModule, ARICHFillHitsModule, DQMHistAnalysisCDCMonObjModule, KLMUnpackerModule, KLMReconstructorModule, ARICHReconstructorModule, CDCCRTestModule, KLMDigitizerModule, SoftwareTriggerModule, EKLMDataCheckerModule, TOPPDFDebuggerModule, ARICHDQMModule, DQMHistAnalysisARICHModule, KLMPackerModule, MdstPIDModule, FullSimModule, TOPAlignerModule, TOPBackgroundModule, ARICHPackerModule, BeamBkgMixerModule, CDCUnpackerModule, ECLDigitizerPureCsIModule, TOPPDFCheckerModule, ARICHRelateModule, BelleMCOutputModule, BeamBkgHitRateMonitorModule, CDCPackerModule, DQMHistAnalysisMiraBelleModule, GFTC2SPTCConverterModule, ARICHUnpackerModule, ECLCRFinderModule, ARICHMCParticlesModule, ARICHRateCalModule, CsIDigitizerModule, TOPDoublePulseGeneratorModule, SVDROIFinderAnalysisModule, BGOverlayExecutorModule, CDCCosmicAnalysisModule, ECLDataAnalysisModule, EclDisplayModule, VXDDedxPIDModule, ARICHRawUnpackerModule, NtuplePhase1_v6Module, ECLChargedPIDDataAnalysisValidationModule, ECLShowerCorrectorModule, EvtGenDecayModule, EKLMADCModule, HitLevelInfoWriterModule, SVDCoGTimeEstimatorModule, TOPCalPulseGeneratorModule, TOPNtupleModule, TOPPackerModule, TOPWaveformFeatureExtractorModule, SVDROIFinderModule, ParticleWeightingLookUpCreatorModule, BeamBkgGeneratorModule, RootOutputModule, TOPInterimFENtupleModule, TOPMCTrackMakerModule, BGOverlayInputModule, CsIStudyModule, ECLDigitCalibratorModule, ECLSplitterN1Module, ProfileModule, KLMClusterEfficiencyModule, PIDNtupleModule, VXDTFTrainingDataCollectorModule, arichBtestModule, CDCDigitizerModule, FlavorTaggerInfoFillerModule, TpcDigitizerModule, ECLDQMModule, OverrideGenerationFlagsModule, BKLMSimHistogrammerModule, MCMatcherKLMClustersModule, DQMHistAnalysisARICHMonObjModule, PXDPerformanceModule, TOPBunchFinderModule, TOPTriggerDigitizerModule, TrackFinderVXDAnalizerModule, HLTDQM2ZMQModule, ECLChargedPIDDataAnalysisModule, ECLDQMEXTENDEDModule, FragmentationModule, TOPCosmicT0FinderModule, TRGGRLMatchModule, ReprocessorModule, FANGSDigitizerModule, CDCRecoTrackFilterModule, IPDQMExpressRecoModule, ECLLocalMaximumFinderModule, CDCDedxCorrectionModule, CDCDedxDQMModule, DQMHistAnalysisMonObjModule, ECLClusterPSDModule, ExtModule, MCTrackCandClassifierModule, MuidModule, DQMHistAnalysisCDCDedxModule, DQMHistAnalysisHLTMonObjModule, BKLMTrackingModule, SVDROIFinderAnalysisDataModule, HitXPModule, DQMHistAnalysisECLModule, ECLBackgroundModule, BabayagaNLOInputModule, EventT0DQMModule, SVDDataFormatCheckModule, TOPLaserCalibratorModule, SecMapTrainerVXDTFModule, arichToNtupleModule, BgoStudyModule, CsiStudy_v2Module, MicrotpcStudyModule, PlumeDigitizerModule, RootInputModule, PXDClustersFromTracksModule, SVDClusterEvaluationTrueInfoModule, TOPXTalkChargeShareSetterModule, SecMapTrainerBaseModule, SegmentNetworkAnalyzerModule, TRGGDLUnpackerModule, TRGTOPDQMModule, AnalysisPhase1StudyModule, DosiStudyModule, He3tubeStudyModule, ECLCovarianceMatrixModule, ECLFinalizerModule, ECLSplitterN2Module, MCMatcherECLClustersModule, BKLMAnaModule, MVAExpertModule, MVAMultipleExpertsModule, KLMExpertModule, SVDHotStripFinderModule, TOPChannelT0MCModule, NoKickCutsEvalModule, TRGECLRawdataAnalysisModule, TRGTOPUnpackerModule, TPCStudyModule, ECLShowerCalibratorModule, ECLTrackClusterMatchingModule, PhokharaInputModule, CDCDedxSkimCDSTModule, SVDPackerModule, CurlingTrackCandSplitterModule, SpacePointCreatorTestModule, MLSegmentNetworkProducerModule, BgoDigitizerModule, CsiDigitizer_v2Module, DosiDigitizerModule, PinDigitizerModule, HLTDs2ZMQModule, TeeggInputModule, KlongValidationModule, SVDPerformanceModule, MCMatcherTRGECLModule, ParticleStatsModule, BeamabortStudyModule, ClawStudyModule, ClawsStudyModule, PindiodeStudyModule, QcsmonitorStudyModule, DQMHistAnalysisInputPVSrvModule, ECLHitDebugModule, AsyncWrapper, HepMCOutputModule, KKGenInputModule, CombinedPIDPerformanceModule, SVDOccupancyAnalysisModule, SVDSpacePointCreatorModule, TrackingPerformanceEvaluationModule, CurlTaggerModule, ECLUnpackerModule, BHWideInputModule, PXDSpacePointCreatorModule, CDCDedxSkimModule, EffPlotsModule, CDCTriggerTSFFirmwareModule, ParticleMCDecayStringModule, VariablesToNtupleModule, BeamDigitizerModule, He3DigitizerModule, CDCCrossTalkAdderModule, BBBremInputModule, GeneratedVertexDisplacerModule, KoralWInputModule, DataWriterModule, FullSimTimingModule, SVDCrossTalkFinderModule, SVDClusterFilterModule, SVDShaperDigitsFromTracksModule, SVD3SamplesEmulatorModule, RT2SPTCConverterModule, FastBDTClassifierTrainingModule, TRGGDLModule, EventKinematicsModule, CDCInitialT0DeterminationModule, DisplayModule, SVDChannelMappingModule, SVDClusterQualityEstimatorCalibrationModule, SVDSpacePointQICalibrationModule, ROIReadTestModule, TRGCDCT3DConverterModule, TRGECLModule, CosmicsAlignmentValidationModule, ClawDigitizerModule, ClawsDigitizerModule, FANGSStudyModule, ECLPackerModule, ECLTRGInformationModule, SVDB4CommissioningPlotsModule, SVDClusterEvaluationModule, V0findingPerformanceEvaluationModule, RemoveParticlesNotInListsModule, QcsmonitorDigitizerModule, DQMHistSnapshotsModule, ECLFillCellIdMappingModule, HepMCInputModule, HepevtOutputModule, RemoveMCParticlesModule, SVDChargeSharingAnalysisModule, VXDQETrainingDataCollectorModule, CsiModule, AafhInputModule, BeamSpotMonitorModule, TrackQETrainingDataCollectorModule, TRGGRLModule, VariablesToHistogramModule, ECLTrackClusterMatchingParametrizationExpertModule, RandomBarrierModule, CRYInputModule, MasterClassModule, GenfitVisModule, SPTCRefereeModule, FillTrackFitNtupleModule, TRGGRLProjectsModule, DQMHistDeltaHistoModule, GeneratorPreselectionModule, TCConvertersTestModule, TRGCDCModule, TRGECLFAMModule, VariablesToEventBasedTreeModule, B2BIIMdstInputModule, SubEventModule, TrepsInputModule, CDCDedxScanModule, CDCTriggerNeuroDQMModule, DQMHistAnalysisSVDOnMiraBelleModule, DQMHistAnalysisTOPModule, ECLCompressBGOverlayModule, ECLMatchingPerformanceExpertModule, TRGCDCTSStreamModule, ParticleMassUpdaterModule, SkimFilterModule, SVDClusterQualityEstimatorModule, MCV0MatcherModule, ECLDigiStudyModule, TrackFilterModule, EclCovMatrixNtupleModule, Convert2RawDetModule, TOPRingPlotterModule, PhaseSpaceAnalysisModule, TRGGDLDQMModule, TreeFitterModule, TRGECLQAMModule, TRGECLTimingCalModule, DQMHistAnalysisOutputMonObjModule, SoftwareTriggerResultPrinterModule, SVDMaxStripTTreeModule, FastBDTClassifierAnalyzerModule, VXDMisalignmentModule, StandardTrackingPerformanceModule, cdcDQM7Module, DQMHistAnalysisInputModule, SwitchDataStoreModule, DQMHistAnalysisEventT0Module, ECLTrackClusterMatchingPerformanceModule, HistoModule, ZMQRxOutputModule, ZMQTxInputModule, SPTC2GFTCConverterModule, TRGGRLDQMModule, PhysicsObjectsMiraBelleModule, ZMQRxWorkerModule, SPTC2RTConverterModule, KLMTriggerModule, DQMHistAnalysisInputSrvModule, ProgressBarModule, SeqRootOutputModule, GeometryModule, CDCTriggerTSFModule, DQMHistAnalysisSVDGeneralModule, PhysicsObjectsMiraBelleDst2Module, PhysicsObjectsMiraBelleDstModule, TxModule, SVDPerformanceTTreeModule, CDCTriggerNeuroTrainerModule, B2BIIMCParticlesMonitorModule, ZMQTxWorkerModule, Root2BinaryModule, ScanCDCGeoModule, DQMHistAnalysisOutputNSMModule, DQMHistAnalysisPlotOnlyModule, DQMHistAnalysisSVDEfficiencyModule, RxModule, svdDumpModule, TRGECLDQMModule, GRLNeuroTrainerModule, DQMHistAnalysisExampleModule, DQMHistAnalysisOutputRelayMsgModule, CheckErrorEventModule, DQMHistAnalysisOutputFileModule, TRGCDCT2DDQMModule, StudyMaterialEffectsModule, TRGCDCT3DDQMModule, TRGGDLSummaryModule, DQMHistAnalysisOutputModule, HistoManagerModule, SeqRootInputModule, TRGCDCTSFDQMModule, TRGGDLDSTModule, PhysicsObjectsDQMModule, CollectorTestModule, CalibrationCollectorModule, ARICHBackgroundModule, EvReductionModule, Raw2DsModule, BeamabortModule, BgoModule, CaveModule, ClawModule, CLAWSModule, DosiModule, FANGSModule, He3tubeModule, MicrotpcModule, Ph1bpipeModule, Ph1sustrModule, PindiodeModule, PlumeModule, QcsmonitorModule, SrsensorModule, RawInputModule, StorageDeserializerModule, TRGECLUnpackerModule, SerializerModule, FastRbuf2DsModule, Ds2SampleModule, DeSerializerPXDModule, GenRawSendModule, DeSerializerModule, Rbuf2RbufModule, Rbuf2DsModule, TxSocketModule, DqmHistoManagerModule, Ds2RawModule, Ds2RawFileModule, Ds2RbufModule, Root2RawModule, StorageSerializerModule, GetEventFromSocketModule, ReceiveEventModule, ElapsedTimeModule, MonitorDataCOPPERModule, RxSocketModule, CertifyParallelModule, SeqRootMergerModule, DAQPerfModule, MonitorDataModule, TrackAnaModule, and PartialSeqRootReaderModule.

Definition at line 178 of file Module.h.

Member Data Documentation

◆ m_h2CalpeakADCREF

SVDHistograms<TH2F>* m_h2CalpeakADCREF = nullptr
private

CALPEAKS ADC.

calpeakADC VS strip 2D histo

Definition at line 182 of file SVDLocalCalibrationsCheckModule.h.

◆ m_h2CalpeakTimeREF

SVDHistograms<TH2F>* m_h2CalpeakTimeREF = nullptr
private

CALPEAKS TIME.

calpeakTime VS strip 2D histo

Definition at line 188 of file SVDLocalCalibrationsCheckModule.h.

◆ m_h2NoiseREF

SVDHistograms<TH2F>* m_h2NoiseREF = nullptr
private

NOISES.

noise VS strip 2D histo

Definition at line 176 of file SVDLocalCalibrationsCheckModule.h.

◆ m_h2PedestalREF

SVDHistograms<TH2F>* m_h2PedestalREF = nullptr
private

PEDESTALS.

pedestal VS strip 2D histo

Definition at line 194 of file SVDLocalCalibrationsCheckModule.h.


The documentation for this class was generated from the following files:
Belle2::SVDLocalCalibrationsCheckModule::m_noiseREF
float m_noiseREF
strip noise (ADC)
Definition: SVDLocalCalibrationsCheckModule.h:110
Belle2::SVDLocalCalibrationsCheckModule::m_h2CalpeakTimeCHECK
SVDHistograms< TH2F > * m_h2CalpeakTimeCHECK
calpeakTime VS strip 2D histo
Definition: SVDLocalCalibrationsCheckModule.h:189
Belle2::SVDLocalCalibrationsCheckModule::m_h2CalpeakADCCHECK
SVDHistograms< TH2F > * m_h2CalpeakADCCHECK
calpeakADC VS strip 2D histo
Definition: SVDLocalCalibrationsCheckModule.h:183
Belle2::SVDLocalCalibrationsCheckModule::m_treeREF
TTree * m_treeREF
pointer at REF tree
Definition: SVDLocalCalibrationsCheckModule.h:66
Belle2::SVDLocalCalibrationsCheckModule::m_runREF
UInt_t m_runREF
run number
Definition: SVDLocalCalibrationsCheckModule.h:103
Belle2::SVDLocalCalibrationsCheckModule::m_h2CalpeakTimeREF
SVDHistograms< TH2F > * m_h2CalpeakTimeREF
CALPEAKS TIME.
Definition: SVDLocalCalibrationsCheckModule.h:188
Belle2::SVDLocalCalibrationsCheckModule::b_gainCHECK
TBranch * b_gainCHECK
strip gain
Definition: SVDLocalCalibrationsCheckModule.h:94
Belle2::SVDLocalCalibrationsCheckModule::m_hPedestalDIFF
SVDAPVHistograms< TH1F > * m_hPedestalDIFF
pedestal histo
Definition: SVDLocalCalibrationsCheckModule.h:196
Belle2::SVDLocalCalibrationsCheckModule::m_sensorCHECK
UInt_t m_sensorCHECK
sensor number
Definition: SVDLocalCalibrationsCheckModule.h:123
Belle2::SVDLocalCalibrationsCheckModule::b_calPeakADCREF
TBranch * b_calPeakADCREF
strip calPeakADC (ADC of max pulse)
Definition: SVDLocalCalibrationsCheckModule.h:81
Belle2::SVDLocalCalibrationsCheckModule::m_pulseWidthREF
float m_pulseWidthREF
strip pulse width
Definition: SVDLocalCalibrationsCheckModule.h:116
Belle2::SVDHistograms< TH2F >
Belle2::SVDLocalCalibrationsCheckModule::b_pedestalREF
TBranch * b_pedestalREF
strip pedestal
Definition: SVDLocalCalibrationsCheckModule.h:77
Belle2::SVDLocalCalibrationsCheckModule::m_h2PedestalCHECK
SVDHistograms< TH2F > * m_h2PedestalCHECK
pedestal VS strip 2D histo
Definition: SVDLocalCalibrationsCheckModule.h:195
Belle2::SVDLocalCalibrationsCheckModule::setAPVHistoStyles
void setAPVHistoStyles(SVDAPVHistograms< TH1F > *m_APVhistos)
set style of APV histograms
Definition: SVDLocalCalibrationsCheckModule.cc:754
Belle2::SVDLocalCalibrationsCheckModule::m_h2CalpeakADCREF
SVDHistograms< TH2F > * m_h2CalpeakADCREF
CALPEAKS ADC.
Definition: SVDLocalCalibrationsCheckModule.h:182
Belle2::SVDLocalCalibrationsCheckModule::m_rootFilePtrCHECK
TFile * m_rootFilePtrCHECK
pointer at the CHECK root file
Definition: SVDLocalCalibrationsCheckModule.h:65
Belle2::SVDLocalCalibrationsCheckModule::m_ladderCHECK
UInt_t m_ladderCHECK
ladder number
Definition: SVDLocalCalibrationsCheckModule.h:122
Belle2::SVDLocalCalibrationsCheckModule::m_runCHECK
UInt_t m_runCHECK
run number
Definition: SVDLocalCalibrationsCheckModule.h:120
Belle2::SVDLocalCalibrationsCheckModule::m_hCalpeakADCDIFF
SVDAPVHistograms< TH1F > * m_hCalpeakADCDIFF
calpeakADC histo
Definition: SVDLocalCalibrationsCheckModule.h:184
Belle2::SVDLocalCalibrationsCheckModule::m_pulseWidthCHECK
float m_pulseWidthCHECK
strip pulse width
Definition: SVDLocalCalibrationsCheckModule.h:133
Belle2::SVDLocalCalibrationsCheckModule::b_ladderCHECK
TBranch * b_ladderCHECK
ladder number
Definition: SVDLocalCalibrationsCheckModule.h:87
Belle2::SVDLocalCalibrationsCheckModule::m_calPeakADCREF
float m_calPeakADCREF
strip max peak ADC
Definition: SVDLocalCalibrationsCheckModule.h:115
Belle2::SVDLocalCalibrationsCheckModule::createLegends
void createLegends()
create the TLegends for the plot
Definition: SVDLocalCalibrationsCheckModule.cc:875
Belle2::SVDLocalCalibrationsCheckModule::m_pedestalREF
float m_pedestalREF
strip pedestal
Definition: SVDLocalCalibrationsCheckModule.h:112
Belle2::SVDLocalCalibrationsCheckModule::m_layerREF
UInt_t m_layerREF
layer number
Definition: SVDLocalCalibrationsCheckModule.h:104
Belle2::SVDLocalCalibrationsCheckModule::m_calPeakADCCHECK
float m_calPeakADCCHECK
strip max peak ADC
Definition: SVDLocalCalibrationsCheckModule.h:132
Belle2::SVDLocalCalibrationsCheckModule::m_hNoiseDIFF
SVDAPVHistograms< TH1F > * m_hNoiseDIFF
noise histo
Definition: SVDLocalCalibrationsCheckModule.h:178
Belle2::SVDLocalCalibrationsCheckModule::b_gainREF
TBranch * b_gainREF
strip gain
Definition: SVDLocalCalibrationsCheckModule.h:78
Belle2::SVDLocalCalibrationsCheckModule::m_ladderREF
UInt_t m_ladderREF
ladder number
Definition: SVDLocalCalibrationsCheckModule.h:105
Belle2::SVDLocalCalibrationsCheckModule::m_pedestalCHECK
float m_pedestalCHECK
strip pedestal
Definition: SVDLocalCalibrationsCheckModule.h:129
Belle2::SVDLocalCalibrationsCheckModule::m_calPeakTimeCHECK
float m_calPeakTimeCHECK
strip peak time
Definition: SVDLocalCalibrationsCheckModule.h:131
Belle2::SVDLocalCalibrationsCheckModule::m_sideCHECK
UInt_t m_sideCHECK
sensor side
Definition: SVDLocalCalibrationsCheckModule.h:124
Belle2::SVDLocalCalibrationsCheckModule::m_hPedestalSummary
SVDSummaryPlots * m_hPedestalSummary
pedestal summary histo
Definition: SVDLocalCalibrationsCheckModule.h:197
Belle2::SVDLocalCalibrationsCheckModule::b_maskCHECK
TBranch * b_maskCHECK
strip mask 0/1
Definition: SVDLocalCalibrationsCheckModule.h:92
Belle2::SVDLocalCalibrationsCheckModule::b_pedestalCHECK
TBranch * b_pedestalCHECK
strip pedestal
Definition: SVDLocalCalibrationsCheckModule.h:93
Belle2::SVDLocalCalibrationsCheckModule::b_sensorREF
TBranch * b_sensorREF
sensor number
Definition: SVDLocalCalibrationsCheckModule.h:73
Belle2::SVDLocalCalibrationsCheckModule::b_layerCHECK
TBranch * b_layerCHECK
layer number
Definition: SVDLocalCalibrationsCheckModule.h:88
Belle2::SVDLocalCalibrationsCheckModule::m_calPeakTimeREF
float m_calPeakTimeREF
strip peak time
Definition: SVDLocalCalibrationsCheckModule.h:114
Belle2::SVDLocalCalibrationsCheckModule::m_rootFilePtrREF
TFile * m_rootFilePtrREF
pointer at the REFERENCE root file
Definition: SVDLocalCalibrationsCheckModule.h:64
Belle2::SVDLocalCalibrationsCheckModule::b_noiseElREF
TBranch * b_noiseElREF
strip noise (e-)
Definition: SVDLocalCalibrationsCheckModule.h:80
Belle2::SVDLocalCalibrationsCheckModule::b_noiseCHECK
TBranch * b_noiseCHECK
strip noise (ADC)
Definition: SVDLocalCalibrationsCheckModule.h:95
Belle2::SVDLocalCalibrationsCheckModule::b_runREF
TBranch * b_runREF
run number
Definition: SVDLocalCalibrationsCheckModule.h:70
Belle2::SVDLocalCalibrationsCheckModule::m_sideREF
UInt_t m_sideREF
sensor side
Definition: SVDLocalCalibrationsCheckModule.h:107
Belle2::SVDLocalCalibrationsCheckModule::b_calPeakTimeREF
TBranch * b_calPeakTimeREF
strip calPeakTime (time of max pulse)
Definition: SVDLocalCalibrationsCheckModule.h:82
Belle2::SVDLocalCalibrationsCheckModule::m_hCalpeakTimeDIFF
SVDAPVHistograms< TH1F > * m_hCalpeakTimeDIFF
calpeakTime histo
Definition: SVDLocalCalibrationsCheckModule.h:190
Belle2::SVDLocalCalibrationsCheckModule::m_rootFileNameREF
std::string m_rootFileNameREF
root file name REFERENCE
Definition: SVDLocalCalibrationsCheckModule.h:135
Belle2::SVDLocalCalibrationsCheckModule::b_pulseWidthCHECK
TBranch * b_pulseWidthCHECK
strip pulse width
Definition: SVDLocalCalibrationsCheckModule.h:99
Belle2::SVDLocalCalibrationsCheckModule::m_noiseElREF
float m_noiseElREF
strip noise (e-)
Definition: SVDLocalCalibrationsCheckModule.h:111
Belle2::SVDLocalCalibrationsCheckModule::b_calPeakADCCHECK
TBranch * b_calPeakADCCHECK
strip calPeakADC (ADC of max pulse)
Definition: SVDLocalCalibrationsCheckModule.h:98
Belle2::SVDLocalCalibrationsCheckModule::b_sideREF
TBranch * b_sideREF
sensor side
Definition: SVDLocalCalibrationsCheckModule.h:74
Belle2::SVDLocalCalibrationsCheckModule::m_layerCHECK
UInt_t m_layerCHECK
layer number
Definition: SVDLocalCalibrationsCheckModule.h:121
Belle2::SVDLocalCalibrationsCheckModule::b_stripREF
TBranch * b_stripREF
strip number
Definition: SVDLocalCalibrationsCheckModule.h:75
Belle2::SVDLocalCalibrationsCheckModule::b_noiseREF
TBranch * b_noiseREF
strip noise (ADC)
Definition: SVDLocalCalibrationsCheckModule.h:79
Belle2::SVDLocalCalibrationsCheckModule::b_layerREF
TBranch * b_layerREF
layer number
Definition: SVDLocalCalibrationsCheckModule.h:72
Belle2::SVDLocalCalibrationsCheckModule::m_h2PedestalREF
SVDHistograms< TH2F > * m_h2PedestalREF
PEDESTALS.
Definition: SVDLocalCalibrationsCheckModule.h:194
Belle2::SVDLocalCalibrationsCheckModule::m_hNoiseSummary
SVDSummaryPlots * m_hNoiseSummary
noise summary histo
Definition: SVDLocalCalibrationsCheckModule.h:179
Belle2::SVDLocalCalibrationsCheckModule::m_noiseElCHECK
float m_noiseElCHECK
strip noise (e-)
Definition: SVDLocalCalibrationsCheckModule.h:128
Belle2::SVDLocalCalibrationsCheckModule::m_maskREF
float m_maskREF
strip mask 0/1
Definition: SVDLocalCalibrationsCheckModule.h:109
Belle2::SVDLocalCalibrationsCheckModule::m_noiseCHECK
float m_noiseCHECK
strip noise (ADC)
Definition: SVDLocalCalibrationsCheckModule.h:127
Belle2::SVDLocalCalibrationsCheckModule::m_gainCHECK
float m_gainCHECK
strip gain
Definition: SVDLocalCalibrationsCheckModule.h:130
Belle2::SVDSummaryPlots
class to summarize SVD quantities per sensor and side
Definition: SVDSummaryPlots.h:35
Belle2::SVDLocalCalibrationsCheckModule::b_calPeakTimeCHECK
TBranch * b_calPeakTimeCHECK
strip calPeakTime (time of max pulse)
Definition: SVDLocalCalibrationsCheckModule.h:97
Belle2::SVDLocalCalibrationsCheckModule::m_stripREF
UInt_t m_stripREF
strip number
Definition: SVDLocalCalibrationsCheckModule.h:108
Belle2::SVDLocalCalibrationsCheckModule::b_ladderREF
TBranch * b_ladderREF
ladder number
Definition: SVDLocalCalibrationsCheckModule.h:71
Belle2::SVDLocalCalibrationsCheckModule::b_sensorCHECK
TBranch * b_sensorCHECK
sensor number
Definition: SVDLocalCalibrationsCheckModule.h:89
Belle2::SVDLocalCalibrationsCheckModule::m_hCalpeakADCSummary
SVDSummaryPlots * m_hCalpeakADCSummary
calpeakADC summary histo
Definition: SVDLocalCalibrationsCheckModule.h:185
Belle2::SVDLocalCalibrationsCheckModule::b_sideCHECK
TBranch * b_sideCHECK
sensor side
Definition: SVDLocalCalibrationsCheckModule.h:90
Belle2::SVDAPVHistograms< TH1F >
Belle2::SVDLocalCalibrationsCheckModule::m_sensorREF
UInt_t m_sensorREF
sensor number
Definition: SVDLocalCalibrationsCheckModule.h:106
Belle2::SVDLocalCalibrationsCheckModule::b_maskREF
TBranch * b_maskREF
strip mask 0/1
Definition: SVDLocalCalibrationsCheckModule.h:76
Belle2::SVDLocalCalibrationsCheckModule::m_maskCHECK
float m_maskCHECK
strip mask 0/1
Definition: SVDLocalCalibrationsCheckModule.h:126
Belle2::SVDLocalCalibrationsCheckModule::printConfiguration
void printConfiguration()
print the configuration of the check of the calibration VS a reference calibration
Definition: SVDLocalCalibrationsCheckModule.cc:59
Belle2::SVDLocalCalibrationsCheckModule::m_h2NoiseCHECK
SVDHistograms< TH2F > * m_h2NoiseCHECK
noise VS strip 2D histo
Definition: SVDLocalCalibrationsCheckModule.h:177
Belle2::SVDLocalCalibrationsCheckModule::b_runCHECK
TBranch * b_runCHECK
run number
Definition: SVDLocalCalibrationsCheckModule.h:86
Belle2::SVDLocalCalibrationsCheckModule::m_treeCHECK
TTree * m_treeCHECK
pointer at CHECK tree
Definition: SVDLocalCalibrationsCheckModule.h:67
Belle2::SVDLocalCalibrationsCheckModule::m_gainREF
float m_gainREF
strip gain
Definition: SVDLocalCalibrationsCheckModule.h:113
Belle2::SVDLocalCalibrationsCheckModule::b_pulseWidthREF
TBranch * b_pulseWidthREF
strip pulse width
Definition: SVDLocalCalibrationsCheckModule.h:83
Belle2::SVDLocalCalibrationsCheckModule::b_noiseElCHECK
TBranch * b_noiseElCHECK
strip noise (e-)
Definition: SVDLocalCalibrationsCheckModule.h:96
Belle2::SVDLocalCalibrationsCheckModule::m_hCalpeakTimeSummary
SVDSummaryPlots * m_hCalpeakTimeSummary
calpeakTime summary histo
Definition: SVDLocalCalibrationsCheckModule.h:191
Belle2::SVDLocalCalibrationsCheckModule::m_h2NoiseREF
SVDHistograms< TH2F > * m_h2NoiseREF
NOISES.
Definition: SVDLocalCalibrationsCheckModule.h:176
Belle2::SVDLocalCalibrationsCheckModule::b_stripCHECK
TBranch * b_stripCHECK
strip number
Definition: SVDLocalCalibrationsCheckModule.h:91
Belle2::SVDLocalCalibrationsCheckModule::m_rootFileNameCHECK
std::string m_rootFileNameCHECK
root file name CHECK
Definition: SVDLocalCalibrationsCheckModule.h:136
Belle2::SVDLocalCalibrationsCheckModule::m_stripCHECK
UInt_t m_stripCHECK
strip number
Definition: SVDLocalCalibrationsCheckModule.h:125