Belle II Software development
DQMHistAnalysisSVDOccupancyModule Class Referencefinal

Class definition for the output module of Sequential ROOT I/O. More...

#include <DQMHistAnalysisSVDOccupancy.h>

Inheritance diagram for DQMHistAnalysisSVDOccupancyModule:
DQMHistAnalysisSVDModule DQMHistAnalysisModule Module PathElement

Public Types

enum  {
  kOffline ,
  kOnline ,
  kGroupIDs
}
 
enum  EStatus {
  c_StatusTooFew = 0 ,
  c_StatusDefault = 1 ,
  c_StatusGood = 2 ,
  c_StatusWarning = 3 ,
  c_StatusError = 4
}
 Status flag of histogram/canvas. More...
 
enum  EStatusColor {
  c_ColorTooFew = kGray ,
  c_ColorDefault = kWhite ,
  c_ColorGood = kGreen ,
  c_ColorWarning = kYellow ,
  c_ColorError = kRed
}
 Status colors of histogram/canvas (corresponding to status) More...
 
enum  ERefScaling {
  c_RefScaleNone = 0 ,
  c_RefScaleEntries = 1 ,
  c_RefScaleMax = 2
}
 Reference plot scaling type. More...
 
typedef std::map< std::string, HistObjectHistList
 The type of list of histograms.
 
typedef std::map< std::string, MonitoringObjectMonObjList
 The type of list of MonitoringObjects.
 
typedef std::map< std::string, HistDeltaDeltaList
 The type of list of delta settings and histograms.
 
typedef std::map< std::string, bool > CanvasUpdatedList
 The type of list of canvas updated status.
 
typedef std::map< std::string, RefHistObjectRefList
 The type of list of references.
 
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

 DQMHistAnalysisSVDOccupancyModule ()
 Constructor.
 
 ~DQMHistAnalysisSVDOccupancyModule () override
 Destructor.
 
void initialize () override final
 Initializer.
 
void beginRun () override final
 Called when entering a new run.
 
void event () override final
 This method is called for each event.
 
void endRun () override final
 This method is called if the current run ends.
 
void terminate () override final
 This method is called at the end of the event processing.
 
void setStatusOfCanvas (int status, TCanvas *canvas, bool plotLeg=true, int histoType=kOffline)
 set status of Canvas
 
TH1 * findHistInCanvas (const std::string &hname, TCanvas **canvas=nullptr)
 Find histogram in corresponding canvas.
 
TH1 * getDelta (const std::string &fullname, int n=0, bool onlyIfUpdated=true)
 Get Delta histogram.
 
TH1 * getDelta (const std::string &dirname, const std::string &histname, int n=0, bool onlyIfUpdated=true)
 Get Delta histogram.
 
int registerEpicsPV (const std::string &pvname, const std::string &keyname="")
 EPICS related Functions.
 
int registerExternalEpicsPV (const std::string &pvname, const std::string &keyname="")
 Register a PV with its name and a key name.
 
void setEpicsPV (const std::string &keyname, double value)
 Write value to a EPICS PV.
 
void setEpicsPV (const std::string &keyname, int value)
 Write value to a EPICS PV.
 
void setEpicsPV (int index, double value)
 Write value to a EPICS PV.
 
void setEpicsPV (int index, int value)
 Write value to a EPICS PV.
 
void setEpicsStringPV (const std::string &keyname, const std::string &value)
 Write string to a EPICS PV.
 
void setEpicsStringPV (int index, const std::string &value)
 Write string to a EPICS PV.
 
double getEpicsPV (const std::string &keyname)
 Read value from a EPICS PV.
 
double getEpicsPV (int index)
 Read value from a EPICS PV.
 
std::string getEpicsStringPV (const std::string &keyname, bool &status)
 Read value from a EPICS PV.
 
std::string getEpicsStringPV (int index, bool &status)
 Read value from a EPICS PV.
 
int updateEpicsPVs (float timeout)
 Update all EPICS PV (flush to network)
 
chid getEpicsPVChID (const std::string &keyname)
 Get EPICS PV Channel Id.
 
chid getEpicsPVChID (int index)
 Get EPICS PV Channel Id.
 
bool requestLimitsFromEpicsPVs (chid id, double &lowerAlarm, double &lowerWarn, double &upperWarn, double &upperAlarm)
 Get Alarm Limits from EPICS PV.
 
bool requestLimitsFromEpicsPVs (const std::string &keyname, double &lowerAlarm, double &lowerWarn, double &upperWarn, double &upperAlarm)
 Get Alarm Limits from EPICS PV.
 
bool requestLimitsFromEpicsPVs (int index, double &lowerAlarm, double &lowerWarn, double &upperWarn, double &upperAlarm)
 Get Alarm Limits from EPICS PV.
 
void cleanupEpicsPVs (void)
 Unsubscribe from EPICS PVs on terminate.
 
void CheckEpicsError (int state, const std::string &message, const std::string &name)
 check the return status and check PV in case of error
 
virtual std::vector< std::string > getFileNames (bool outputFiles)
 Return a list of output filenames for this modules.
 
const std::string & getName () const
 Returns the name of the module.
 
const std::string & getType () const
 Returns the type of the module (i.e.
 
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.
 
void setPropertyFlags (unsigned int propertyFlags)
 Sets the flags for the module properties.
 
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.
 
void if_value (const std::string &expression, const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End)
 Add a condition to the module.
 
void if_false (const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End)
 A simplified version to add a condition to the module.
 
void if_true (const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End)
 A simplified version to set the condition of the module.
 
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.
 
std::shared_ptr< PathgetConditionPath () const
 Returns the path of the last true condition (if there is at least one, else reaturn a null pointer).
 
Module::EAfterConditionPath getAfterConditionPath () const
 What to do after the conditional path is finished.
 
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.
 
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.
 
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.
 
std::shared_ptr< PathElementclone () const override
 Create an independent copy of this module.
 
std::shared_ptr< boost::python::list > getParamInfoListPython () const
 Returns a python list of all parameters.
 

Static Public Member Functions

static TString getHistoNameFromCanvas (TString cName, TString view="", TString cPrefix="c_", TString hPrefix="")
 get histogram name from Canvas name
 
static void clearlist (void)
 Clear all static global lists.
 
static HistListgetHistList ()
 Get the list of the histograms.
 
static MonObjListgetMonObjList ()
 Get the list of MonitoringObjects.
 
static const DeltaListgetDeltaList ()
 Get the list of the delta histograms.
 
static const CanvasUpdatedListgetCanvasUpdatedList ()
 Get the list of the canvas update status.
 
static const std::string & getRunType (void)
 Get the list of the reference histograms.
 
static int getEventProcessed (void)
 Get the number of processed events.
 
static void setRunType (const std::string &t)
 Set the Run Type.
 
static void setEventProcessed (int e)
 Set the number of processed events.
 
static TCanvas * findCanvas (TString cname)
 Find canvas by name.
 
static TH1 * findHist (const std::string &histname, bool onlyIfUpdated=false)
 Get histogram from list (no other search).
 
static TH1 * findHist (const std::string &dirname, const std::string &histname, bool onlyIfUpdated=false)
 Find histogram.
 
static TH1 * findRefHist (const std::string &histname, ERefScaling scaling=ERefScaling::c_RefScaleNone, const TH1 *hist=nullptr)
 Get referencehistogram from list (no other search).
 
static TH1 * findRefHist (const std::string &dirname, const std::string &histname, ERefScaling scaling=ERefScaling::c_RefScaleNone, const TH1 *hist=nullptr)
 Find reference histogram.
 
static TH1 * scaleReference (ERefScaling scaling, const TH1 *hist, TH1 *ref)
 Using the original and reference, create scaled version.
 
static TH1 * findHistInFile (TFile *file, const std::string &histname)
 Find histogram in specific TFile (e.g.
 
static MonitoringObjectfindMonitoringObject (const std::string &objName)
 Find MonitoringObject.
 
static double getSigma68 (TH1 *h)
 Helper function to compute half of the central interval covering 68% of a distribution.
 
static bool addHist (const std::string &dirname, const std::string &histname, TH1 *h)
 Add histogram.
 
static void addRefHist (const std::string &dirname, TH1 *hist)
 Add reference histogram.
 
static MonitoringObjectgetMonitoringObject (const std::string &name)
 Get MonitoringObject with given name (new object is created if non-existing)
 
static void clearCanvases (void)
 Clear content of all Canvases.
 
static void initHistListBeforeEvent (void)
 Reset the list of histograms.
 
static void clearHistList (void)
 Clears the list of histograms.
 
static void clearRefList (void)
 Clears the list of ref histograms.
 
static void resetDeltaList (void)
 Reset Delta.
 
static void addDeltaPar (const std::string &dirname, const std::string &histname, HistDelta::EDeltaType t, int p, unsigned int a=1)
 Add Delta histogram parameters.
 
static bool hasDeltaPar (const std::string &dirname, const std::string &histname)
 Check if Delta histogram parameters exist for histogram.
 
static void UpdateCanvas (const std::string &name, bool updated=true)
 Mark canvas as updated (or not)
 
static void UpdateCanvas (TCanvas *canvas, bool updated=true)
 Mark canvas as updated (or not)
 
static void ExtractRunType (std::vector< TH1 * > &hs)
 Extract Run Type from histogram title, called from input module.
 
static void ExtractNEvent (std::vector< TH1 * > &hs)
 Extract event processed from daq histogram, called from input module.
 
static void setUseEpics (bool flag)
 Setter for EPICS usage.
 
static void setUseEpicsReadOnly (bool flag)
 Setter EPICS flag in read only mode.
 
static bool getUseEpics (void)
 Getter for EPICS usage.
 
static bool getUseEpicsReadOnly (void)
 Getter EPICS flag in read only mode.
 
static std::string & getPVPrefix (void)
 get global prefix for EPICS PVs
 
static void setPVPrefix (const std::string &prefix)
 set global prefix for EPICS PVs
 
static EStatus makeStatus (bool enough, bool warn_flag, bool error_flag)
 Helper function to judge the status for coloring and EPICS.
 
static void colorizeCanvas (TCanvas *canvas, EStatus status)
 Helper function for Canvas colorization.
 
static EStatusColor getStatusColor (EStatus status)
 Return color for canvas state.
 
static void checkPVStatus (void)
 Check the status of all PVs and report if disconnected or not found.
 
static void printPVStatus (chid pv, bool onlyError=true)
 check the status of a PVs and report if disconnected or not found
 
static void CheckEpicsError (int state, const std::string &message, chid id)
 check the return status and check PV in case of error
 
static std::vector< std::string > StringSplit (const std::string &s, const char delim)
 Helper function for string token split.
 
static void exposePythonAPI ()
 Exposes methods of the Module class to Python.
 

Static Public Attributes

static DeltaList s_deltaList
 The list of Delta Histograms and settings.
 

Protected Types

enum  svdStatus {
  good = 0 ,
  warning = 1 ,
  error = 2 ,
  noStat = 3 ,
  lowStat = 4
}
 status flags More...
 

Protected Member Functions

void drawText ()
 draw text on the RPhi view
 
void updateCanvases (SVDSummaryPlots *histo, TCanvas *canvas, TCanvas *canvasRPhi, svdStatus status, bool isU, int histoType=kOffline)
 update canvases
 
void updateErrCanvases (SVDSummaryPlots *histo, TCanvas *canvas, TCanvas *canvasRPhi, bool isU)
 update error canvases
 
virtual void def_initialize ()
 Wrappers to make the methods without "def_" prefix callable from Python.
 
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.
 
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.
 
void setType (const std::string &type)
 Set the module type.
 
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.
 
template<typename T>
void addParam (const std::string &name, T &paramVariable, const std::string &description)
 Adds a new enforced parameter to the module.
 
void setReturnValue (int value)
 Sets the return value for this module as integer.
 
void setReturnValue (bool value)
 Sets the return value for this module as bool.
 
void setParamList (const ModuleParamList &params)
 Replace existing parameter list.
 

Static Protected Member Functions

static std::pair< std::vector< TText * >, std::vector< TText * > > textModuleNumbers ()
 create vectors of TText to write on the canvas
 

Protected Attributes

TPaveText * m_legProblem = nullptr
 plot legend, problem
 
TPaveText * m_legNormal = nullptr
 plot legend, normal
 
TPaveText * m_legLowStat = nullptr
 plot legend, low stats
 
TPaveText * m_legEmpty = nullptr
 plot legend, empty
 
TPaveText * m_legWarning = nullptr
 plot legend, warning
 
TPaveText * m_legOnlineProblem = nullptr
 onlineOccupancy plot legend, problem
 
TPaveText * m_legOnlineWarning = nullptr
 onlineOccupancy plot legend, warning
 
TPaveText * m_legOnlineNormal = nullptr
 onlineOccupancy plot legend, normal
 
TPaveText * m_legGroupIDsProblem = nullptr
 Group IDs Occupancy plot legend, problem.
 
TPaveText * m_legGroupIDsWarning = nullptr
 Group IDs Occupancy plot legend, warning.
 
TPaveText * m_legGroupIDsNormal = nullptr
 Group IDs Occupancy plot legend, normal.
 
std::vector< TText * > m_laddersText
 list of ladders to write on the canvas
 
std::vector< TText * > m_sensorsText
 list of sensors to write on the cancas
 
TLine * m_lx = nullptr
 y-axis
 
TLine * m_ly = nullptr
 x-axis
 
TArrow * m_arrowx = nullptr
 x-axis direction
 
TArrow * m_arrowy = nullptr
 y-axis direction
 
int m_colzMinimum = 0
 Minimum of the histogram.
 
int m_colzMaximum = -1111
 Maximum of the histogram.
 
bool m_setColzRange = false
 set the range of the histogram in colz
 
float m_valueMinimum = -1
 Minimum value of parameter.
 
float m_valueMaximum = -1
 Maxiimum value of parameter.
 

Private Member Functions

void setOccStatus (float occ, svdStatus &occupancyStatus, int histoType=kOffline)
 set occupancy status
 
int registerEpicsPVwithPrefix (const std::string &prefix, const std::string &pvname, const std::string &keyname="")
 Register a PV with its name and a key name.
 
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.
 
void setParamPythonDict (const boost::python::dict &dictionary)
 Implements a method for reading the parameter values from a boost::python dictionary.
 

Static Private Member Functions

static Float_t getOccupancy (float entries, int tmp_layer, int nEvents, bool sideV=false)
 get occupancy value
 

Private Attributes

bool m_printCanvas
 Parameters accesible from basf2 scripts.
 
bool m_3Samples
 if true enable 3 samples histograms analysis
 
double m_occError
 error level of the occupancy
 
double m_occWarning
 warning level of the occupancy
 
double m_occEmpty
 empty level of the occupancy
 
double m_groupIDsOccError
 error level of the group IDs occupancy
 
double m_groupIDsOccWarning
 warning level of the group IDs occupancy
 
double m_groupIDsOccEmpty
 empty level of the IDs occupancy
 
double m_onlineOccError
 error level of the onlineOccupancy
 
double m_onlineOccWarning
 warning level of the onlineOccupancy
 
double m_onlineOccEmpty
 empty level of the occupancy
 
SVDSummaryPlotsm_hOccupancy = nullptr
 occupancy histos
 
SVDSummaryPlotsm_hOnlineOccupancy = nullptr
 online occupancy histos
 
SVDSummaryPlotsm_hOccupancyGroupId0 = nullptr
 occupancy histos for cluster time group id=0
 
SVDSummaryPlotsm_hOccupancy3Samples = nullptr
 occupancy histos for 3 samples
 
SVDSummaryPlotsm_hOnlineOccupancy3Samples = nullptr
 online occupancy histos for 3 sampels
 
TCanvas * m_cOccupancyU = nullptr
 occupancy U histo canvas
 
TCanvas * m_cOccupancyV = nullptr
 occupancy V histo canvas
 
TCanvas * m_cOnlineOccupancyU = nullptr
 online occupancy U histo canvas
 
TCanvas * m_cOnlineOccupancyV = nullptr
 online Occupancy V histo canvas
 
TCanvas * m_cOccupancyU3Samples = nullptr
 occupancy U histo canvas for 3 sampes
 
TCanvas * m_cOccupancyV3Samples = nullptr
 occupancy V histo canvas for 3 samples
 
TCanvas * m_cOnlineOccupancyU3Samples = nullptr
 online occupancy U histo canvas for 3 samples
 
TCanvas * m_cOnlineOccupancyV3Samples = nullptr
 online Occupancy V histo canvas for 3 samples
 
TCanvas * m_cOccupancyUGroupId0 = nullptr
 occupancy U histo canvas for cluster time group Id = 0
 
TCanvas * m_cOccupancyVGroupId0 = nullptr
 occupancy V histo canvas for cluster time group Id = 0
 
TCanvas * m_cOccupancyRPhiViewU = nullptr
 occupancy U plot canvas
 
TCanvas * m_cOccupancyRPhiViewV = nullptr
 occupancy V plot canvas
 
TCanvas * m_cOnlineOccupancyRPhiViewU = nullptr
 online occupancy U plot canvas
 
TCanvas * m_cOnlineOccupancyRPhiViewV = nullptr
 online occupancy V plot canvas
 
TCanvas * m_cOccupancyRPhiViewU3Samples = nullptr
 occupancy U plot canvas for 3 samples
 
TCanvas * m_cOccupancyRPhiViewV3Samples = nullptr
 occupancy V plot canvas for 3 samples
 
TCanvas * m_cOnlineOccupancyRPhiViewU3Samples = nullptr
 occupancy U plot canvas for 3 samples
 
TCanvas * m_cOnlineOccupancyRPhiViewV3Samples = nullptr
 occupancy V plot canvas for 3 samples
 
TCanvas * m_cOccupancyRPhiViewUGroupId0 = nullptr
 occupancy U histo canvas for cluster time group Id = 0
 
TCanvas * m_cOccupancyRPhiViewVGroupId0 = nullptr
 occupancy V histo canvas for cluster time group Id = 0
 
bool m_additionalPlots = false
 additional plots flag
 
bool m_RPhiView = false
 RPhi plots flag.
 
bool m_RPhiViewId0 = false
 additional plots flag
 
TH1F m_hOccupancyChartChip
 occupancy chart histo
 
TCanvas * m_cOccupancyChartChip = nullptr
 occupancy chart histo canvas
 
int m_sensors = 0
 number of sensors to considired
 
TH1F m_hStripOccupancyU [172]
 u-side strip chart occupancy histos
 
TCanvas ** m_cStripOccupancyU = nullptr
 u-side strip chart occupancy canvas
 
TH1F m_hStripOccupancyV [172]
 u-side strip chart occupancy histos
 
TCanvas ** m_cStripOccupancyV = nullptr
 u-side strip chart occupancy canvas
 
std::string m_pvPrefix
 string prefix for EPICS PVs
 
std::vector< VxdIDm_SVDModules
 IDs of all SVD Modules to iterate over.
 
svdStatus m_occUstatus = good
 0 = good, 4 = empty, 1 = warning, 2 = error
 
svdStatus m_occVstatus = good
 0 = good, 4 = empty, 1 = warning, 2 = error
 
svdStatus m_occU3Samples = good
 0 = good, 4 = empty, 1 = warning, 2 = error for 3 samples
 
svdStatus m_occV3Samples = good
 0 = good, 4 = empty, 1 = warning, 2 = error for 3 sampels
 
svdStatus m_occUGroupId0 = good
 0 = good, 4 = empty, 1 = warning, 2 = error for 3 samples
 
svdStatus m_occVGroupId0 = good
 0 = good, 4 = empty, 1 = warning, 2 = error for 3 sampels
 
svdStatus m_onlineOccUstatus = good
 0 = good, 4 = empty, 1 = warning, 2 = error
 
svdStatus m_onlineOccVstatus = good
 0 = good, 4 = empty, 1 = warning, 2 = error
 
svdStatus m_onlineOccU3Samples = good
 0 = good, 4 = empty, 1 = warning, 2 = error for 3 sample
 
svdStatus m_onlineOccV3Samples = good
 0 = good, 4 = empty, 1 = warning, 2 = error for 3 sampes
 
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.
 

Static Private Attributes

static HistList s_histList
 The list of Histograms.
 
static MonObjList s_monObjList
 The list of MonitoringObjects.
 
static CanvasUpdatedList s_canvasUpdatedList
 The list of canvas updated status.
 
static RefList s_refList
 The list of references.
 
static int s_eventProcessed = 0
 Number of Events processed to fill histograms.
 
static std::string s_runType = ""
 The Run type.
 
static bool m_useEpics = false
 Flag if to use EPICS do not set by yourself, use EpicsEnable module to set.
 
static bool m_epicsReadOnly
 Flag if to use EPICS in ReadOnly mode (for reading limits) do not set by yourself, use EpicsEnable module to set.
 
static std::string m_PVPrefix = "TEST:"
 The Prefix for EPICS PVs.
 

Detailed Description

Class definition for the output module of Sequential ROOT I/O.

Definition at line 33 of file DQMHistAnalysisSVDOccupancy.h.

Member Typedef Documentation

◆ CanvasUpdatedList

typedef std::map<std::string, bool> CanvasUpdatedList
inherited

The type of list of canvas updated status.

Definition at line 91 of file DQMHistAnalysis.h.

◆ DeltaList

typedef std::map<std::string, HistDelta> DeltaList
inherited

The type of list of delta settings and histograms.

Definition at line 86 of file DQMHistAnalysis.h.

◆ EAfterConditionPath

Forward the EAfterConditionPath definition from the ModuleCondition.

Definition at line 88 of file Module.h.

◆ HistList

typedef std::map<std::string, HistObject> HistList
inherited

The type of list of histograms.

Definition at line 77 of file DQMHistAnalysis.h.

◆ MonObjList

typedef std::map<std::string, MonitoringObject> MonObjList
inherited

The type of list of MonitoringObjects.

Definition at line 81 of file DQMHistAnalysis.h.

◆ RefList

typedef std::map<std::string, RefHistObject> RefList
inherited

The type of list of references.

Definition at line 96 of file DQMHistAnalysis.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
inherited

Definition at line 40 of file DQMHistAnalysisSVD.h.

40{kOffline, kOnline, kGroupIDs};

◆ 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 77 of file Module.h.

77 {
78 c_Input = 1,
79 c_Output = 2,
80 c_ParallelProcessingCertified = 4,
81 c_HistogramManager = 8,
82 c_InternalSerializer = 16,
83 c_TerminateInAllProcesses = 32,
84 c_DontCollectStatistics = 64,
85 };
@ c_Output
Output Process.
Definition ProcHelper.h:19
@ c_Input
Input Process.
Definition ProcHelper.h:17

◆ ERefScaling

enum ERefScaling
inherited

Reference plot scaling type.

Enumerator
c_RefScaleNone 

no scaling

c_RefScaleEntries 

to number of entries (integral)

c_RefScaleMax 

to maximum (bin entry)

Definition at line 68 of file DQMHistAnalysis.h.

68 {
69 c_RefScaleNone = 0,
70 c_RefScaleEntries = 1,
71 c_RefScaleMax = 2
72 };

◆ EStatus

enum EStatus
inherited

Status flag of histogram/canvas.

Enumerator
c_StatusTooFew 

Not enough entries/event to judge.

c_StatusDefault 

default for non-coloring

c_StatusGood 

Analysis result: Good.

c_StatusWarning 

Analysis result: Warning, there may be minor issues.

c_StatusError 

Analysis result: Severe issue found.

Definition at line 46 of file DQMHistAnalysis.h.

46 {
47 c_StatusTooFew = 0,
48 c_StatusDefault = 1,
49 c_StatusGood = 2,
50 c_StatusWarning = 3,
51 c_StatusError = 4
52 };

◆ EStatusColor

enum EStatusColor
inherited

Status colors of histogram/canvas (corresponding to status)

Enumerator
c_ColorTooFew 

Not enough entries/event to judge.

c_ColorDefault 

default for non-coloring

c_ColorGood 

Analysis result: Good.

c_ColorWarning 

Analysis result: Warning, there may be minor issues.

c_ColorError 

Analysis result: Severe issue found.

Definition at line 57 of file DQMHistAnalysis.h.

57 {
58 c_ColorTooFew = kGray,
59 c_ColorDefault = kWhite,
60 c_ColorGood = kGreen,
61 c_ColorWarning = kYellow,
62 c_ColorError = kRed
63 };

◆ svdStatus

enum svdStatus
protectedinherited

status flags

Enumerator
good 

green frame

warning 

orange frame

error 

red frame

noStat 

purple frame

lowStat 

gray frame

Definition at line 91 of file DQMHistAnalysisSVD.h.

91 {
92 good = 0,
93 warning = 1,
94 error = 2,
95 noStat = 3,
96 lowStat = 4
97 };

Constructor & Destructor Documentation

◆ DQMHistAnalysisSVDOccupancyModule()

Constructor.

Definition at line 37 of file DQMHistAnalysisSVDOccupancy.cc.

38 : DQMHistAnalysisSVDModule(false, true, true)
39{
40 //Parameter definition
41 B2DEBUG(10, "DQMHistAnalysisSVDOccupancy: Constructor done.");
42
43 setDescription("DQM Analysis Module that produces colored canvas for a straightforward interpretation of the SVD Data Quality.");
44
45 addParam("occLevel_Error", m_occError, "Maximum Occupancy (%) allowed for safe operations (red)", double(3));
46 addParam("occLevel_Warning", m_occWarning, "Occupancy (%) at WARNING level (orange)", double(2.5));
47 addParam("occGroupIDsLevel_Error", m_groupIDsOccError, "Maximum group IDs Occupancy (%) allowed for safe operations (red)",
48 double(2));
49 addParam("occGroupIDsLevel_Warning", m_groupIDsOccWarning, "Group IDs Occupancy (%) at WARNING level (orange)", double(1.5));
50 addParam("occLevel_Empty", m_occEmpty, "Maximum Occupancy (%) for which the sensor is considered empty", double(0));
51 addParam("onlineOccLevel_Error", m_onlineOccError, "Maximum OnlineOccupancy (%) allowed for safe operations (red)", double(10));
52 addParam("onlineOccLevel_Warning", m_onlineOccWarning, "OnlineOccupancy (%) at WARNING level (orange)", double(5));
53 addParam("onlineOccLevel_Empty", m_onlineOccEmpty, "Maximum OnlineOccupancy (%) for which the sensor is considered empty",
54 double(0));
55 addParam("printCanvas", m_printCanvas, "if True prints pdf of the analysis canvas", bool(false));
56 addParam("additionalPlots", m_additionalPlots, "Flag to produce additional plots", bool(false));
57 addParam("RPhiView", m_RPhiView, "Flag to produce RPhi view plots", bool(true));
58 addParam("RPhiViewId0", m_RPhiViewId0, "Flag to produce RPhi view plots for Id0 group", bool(false));
59 addParam("samples3", m_3Samples, "if True 3 samples histograms analysis is performed", bool(false));
60 addParam("PVPrefix", m_pvPrefix, "PV Prefix", std::string("SVD:"));
61}
DQMHistAnalysisSVDModule(bool panelTop=false, bool online=false, bool groupIDs=false)
Constructor.
double m_onlineOccError
error level of the onlineOccupancy
double m_onlineOccEmpty
empty level of the occupancy
std::string m_pvPrefix
string prefix for EPICS PVs
double m_occWarning
warning level of the occupancy
double m_groupIDsOccError
error level of the group IDs occupancy
bool m_printCanvas
Parameters accesible from basf2 scripts.
double m_groupIDsOccWarning
warning level of the group IDs occupancy
bool m_3Samples
if true enable 3 samples histograms analysis
double m_onlineOccWarning
warning level of the onlineOccupancy
void setDescription(const std::string &description)
Sets the description of the module.
Definition Module.cc:214
void addParam(const std::string &name, T &paramVariable, const std::string &description, const T &defaultValue)
Adds a new parameter to the module.
Definition Module.h:559

◆ ~DQMHistAnalysisSVDOccupancyModule()

Destructor.

Definition at line 63 of file DQMHistAnalysisSVDOccupancy.cc.

63{ }

Member Function Documentation

◆ addDeltaPar()

void addDeltaPar ( const std::string & dirname,
const std::string & histname,
HistDelta::EDeltaType t,
int p,
unsigned int a = 1 )
staticinherited

Add Delta histogram parameters.

Parameters
dirnamedirectory
histnamename of histogram
ttype of delta histogramming
pnumerical parameter depending on type, e.g. number of entries
aamount of histograms in the past

Definition at line 95 of file DQMHistAnalysis.cc.

97{
98 std::string fullname;
99 if (dirname.size() > 0) {
100 fullname = dirname + "/" + histname;
101 } else {
102 fullname = histname;
103 }
104 s_deltaList[fullname].set(t, p, a);
105}
static DeltaList s_deltaList
The list of Delta Histograms and settings.

◆ addHist()

bool addHist ( const std::string & dirname,
const std::string & histname,
TH1 * h )
staticinherited

Add histogram.

Parameters
dirnameThe name of the directory.
histnameThe name of the histogram.
hThe TH1 pointer for the histogram.
Returns
histogram was updated flag

Definition at line 59 of file DQMHistAnalysis.cc.

60{
61 std::string fullname;
62 if (dirname.size() > 0) {
63 fullname = dirname + "/" + histname;
64 } else {
65 fullname = histname;
66 }
67
68 if (s_histList[fullname].update(h)) {
69 // only if histogram changed, check if delta histogram update needed
70 auto it = s_deltaList.find(fullname);
71 if (it != s_deltaList.end()) {
72 B2DEBUG(20, "Found Delta" << fullname);
73 it->second.update(h); // update
74 }
75 return true; // histogram changed
76 }
77
78 return false; // histogram didn't change
79}
static HistList s_histList
The list of Histograms.

◆ addRefHist()

void addRefHist ( const std::string & dirname,
TH1 * hist )
staticinherited

Add reference histogram.

Parameters
dirnameThe name of the directory.
histThe TH1 pointer for the reference.

Definition at line 81 of file DQMHistAnalysis.cc.

82{
83 string histname = hist->GetName();
84 std::string name = dirname + "/" + histname;
85 auto& n = s_refList[name];
86 n.m_orghist_name = name;
87 n.m_refhist_name = "ref/" + name;
88 hist->SetName((n.m_refhist_name).c_str());
89 hist->SetDirectory(0);
90 n.setRefHist(hist); // transfer ownership!
91 n.setRefCopy(nullptr);
92 n.setCanvas(nullptr);
93}
static RefList s_refList
The list of references.

◆ beginRun()

void beginRun ( void )
finaloverridevirtual

Called when entering a new run.

Reimplemented from Module.

Definition at line 169 of file DQMHistAnalysisSVDOccupancy.cc.

170{
171 B2DEBUG(10, "DQMHistAnalysisSVDOccupancy: beginRun called.");
172
173 m_cOccupancyChartChip->Clear();
174 for (int i = 0; i < m_sensors; i++) {
175 m_cStripOccupancyU[i]->Clear();
176 m_cStripOccupancyV[i]->Clear();
177 }
178
179 // histo
180 if (m_cOccupancyU)
181 m_cOccupancyU->Clear();
182 if (m_cOccupancyV)
183 m_cOccupancyV->Clear();
184
186 m_cOnlineOccupancyU->Clear();
188 m_cOnlineOccupancyV->Clear();
189
191 m_cOccupancyUGroupId0->Clear();
193 m_cOccupancyVGroupId0->Clear();
194
195 // RPhiView
196 if (m_RPhiView) {
198 m_cOccupancyRPhiViewU->Clear();
200 m_cOccupancyRPhiViewV->Clear();
201
206 if (m_RPhiViewId0) {
211 }
212 }
213 // 3 samples
214 if (m_3Samples) {
215 m_cOccupancyU3Samples->Clear();
216 m_cOccupancyV3Samples->Clear();
219
220 if (m_RPhiView) {
225 }
226 }
227
228 //Retrieve limits from EPICS
229 double oocErrorLoOff = 0.;
230 double oocErrorLoOn = 0.;
231 double oocErrorLoIDs = 0.;
232
233 double occWarningOff = 0.;
234 double occWarningOn = 0.;
235 double occWarningIDs = 0.;
236
237 requestLimitsFromEpicsPVs("occLimits", oocErrorLoOff, occWarningOff, m_occWarning, m_occError);
238 requestLimitsFromEpicsPVs("occOnlineLimits", oocErrorLoOn, occWarningOn, m_onlineOccWarning, m_onlineOccError);
239 requestLimitsFromEpicsPVs("occGroupIDsLimits", oocErrorLoIDs, occWarningIDs, m_groupIDsOccWarning, m_groupIDsOccError);
240
241 B2DEBUG(10, " SVD occupancy thresholds taken from EPICS configuration file:");
242 B2DEBUG(10, " ONLINE OCCUPANCY: empty < " << m_onlineOccEmpty << " normal < " << m_onlineOccWarning << " warning < " <<
244 " < error");
245 B2DEBUG(10, " OFFLINE OCCUPANCY: empty < " << m_occEmpty << " normal < " << m_occWarning << " warning < " << m_occError <<
246 " < error with minimum statistics of " << m_occEmpty);
247
248 B2DEBUG(10, " Group IDs OCCUPANCY: empty < " << m_occEmpty << " normal < " << m_groupIDsOccWarning << " warning < " <<
250 " < error with minimum statistics of " << m_occEmpty);
251
252 // Create text panel
253 //OFFLINE occupancy plots legend
254 m_legProblem->Clear();
255 m_legProblem->AddText("ERROR!");
256 m_legProblem->AddText("at least one sensor with:");
257 m_legProblem->AddText(Form("occupancy > %1.1f%%", m_occError));
258
259 m_legWarning->Clear();
260 m_legWarning->AddText("WARNING!");
261 m_legWarning->AddText("at least one sensor with:");
262 m_legWarning->AddText(Form("%1.1f%% < occupancy < %1.1f%%", m_occWarning, m_occError));
263
264 m_legNormal->Clear();
265 m_legNormal->AddText("OCCUPANCY WITHIN LIMITS");
266 m_legNormal->AddText(Form("%1.1f%% < occupancy < %1.1f%%", m_occEmpty, m_occWarning));
267
268 m_legLowStat->Clear();
269 m_legLowStat->AddText("LOW STATISTICS");
270 m_legLowStat->AddText("from at least one sensor");
271
272 m_legEmpty->Clear();
273 m_legEmpty->AddText("at least one sensor is emtpy");
274
275 //ONLINE occupancy plots legend
276 m_legOnlineProblem->Clear();
277 m_legOnlineProblem->AddText("ERROR!");
278 m_legOnlineProblem->AddText("at least one sensor with:");
279 m_legOnlineProblem->AddText(Form("online occupancy > %1.1f%%", m_onlineOccError));
280
281 m_legOnlineWarning->Clear();
282 m_legOnlineWarning->AddText("WARNING!");
283 m_legOnlineWarning->AddText("at least one sensor with:");
284 m_legOnlineWarning->AddText(Form("%1.1f%% < online occupancy < %1.1f%%", m_onlineOccWarning, m_onlineOccError));
285
286 m_legOnlineNormal->Clear();
287 m_legOnlineNormal->AddText("OCCUPANCY WITHIN LIMITS");
288 m_legOnlineNormal->AddText(Form("%1.1f%% < online occupancy < %1.1f%%", m_onlineOccEmpty, m_onlineOccWarning));
289
290 //Group IDs occupancy plots legend
291 m_legGroupIDsProblem->Clear();
292 m_legGroupIDsProblem->AddText("ERROR!");
293 m_legGroupIDsProblem->AddText("at least one sensor with:");
294 m_legGroupIDsProblem->AddText(Form("group IDs occupancy > %1.1f%%", m_groupIDsOccError));
295
296 m_legGroupIDsWarning->Clear();
297 m_legGroupIDsWarning->AddText("WARNING!");
298 m_legGroupIDsWarning->AddText("at least one sensor with:");
299 m_legGroupIDsWarning->AddText(Form("%1.1f%% < group IDs occupancy < %1.1f%%", m_groupIDsOccWarning, m_groupIDsOccError));
300
301 m_legGroupIDsNormal->Clear();
302 m_legGroupIDsNormal->AddText("OCCUPANCY WITHIN LIMITS");
303 m_legGroupIDsNormal->AddText(Form("%1.1f%% < group IDs occupancy < %1.1f%%", m_groupIDsOccEmpty, m_groupIDsOccWarning));
304
305
308
311
314
317
320}
bool requestLimitsFromEpicsPVs(chid id, double &lowerAlarm, double &lowerWarn, double &upperWarn, double &upperAlarm)
Get Alarm Limits from EPICS PV.
TPaveText * m_legOnlineNormal
onlineOccupancy plot legend, normal
TPaveText * m_legEmpty
plot legend, empty
TPaveText * m_legGroupIDsProblem
Group IDs Occupancy plot legend, problem.
TPaveText * m_legLowStat
plot legend, low stats
TPaveText * m_legWarning
plot legend, warning
TPaveText * m_legGroupIDsWarning
Group IDs Occupancy plot legend, warning.
TPaveText * m_legNormal
plot legend, normal
TPaveText * m_legProblem
plot legend, problem
TPaveText * m_legOnlineProblem
onlineOccupancy plot legend, problem
TPaveText * m_legOnlineWarning
onlineOccupancy plot legend, warning
TPaveText * m_legGroupIDsNormal
Group IDs Occupancy plot legend, normal.
TCanvas * m_cOnlineOccupancyU
online occupancy U histo canvas
svdStatus m_onlineOccV3Samples
0 = good, 4 = empty, 1 = warning, 2 = error for 3 sampes
svdStatus m_occVstatus
0 = good, 4 = empty, 1 = warning, 2 = error
TCanvas * m_cOccupancyRPhiViewVGroupId0
occupancy V histo canvas for cluster time group Id = 0
TCanvas * m_cOccupancyRPhiViewV3Samples
occupancy V plot canvas for 3 samples
TCanvas * m_cOnlineOccupancyRPhiViewU3Samples
occupancy U plot canvas for 3 samples
TCanvas ** m_cStripOccupancyV
u-side strip chart occupancy canvas
svdStatus m_occVGroupId0
0 = good, 4 = empty, 1 = warning, 2 = error for 3 sampels
TCanvas * m_cOccupancyRPhiViewUGroupId0
occupancy U histo canvas for cluster time group Id = 0
TCanvas * m_cOccupancyVGroupId0
occupancy V histo canvas for cluster time group Id = 0
svdStatus m_occU3Samples
0 = good, 4 = empty, 1 = warning, 2 = error for 3 samples
svdStatus m_onlineOccUstatus
0 = good, 4 = empty, 1 = warning, 2 = error
TCanvas * m_cOnlineOccupancyRPhiViewV
online occupancy V plot canvas
svdStatus m_occUGroupId0
0 = good, 4 = empty, 1 = warning, 2 = error for 3 samples
TCanvas * m_cOccupancyU3Samples
occupancy U histo canvas for 3 sampes
TCanvas * m_cOnlineOccupancyV3Samples
online Occupancy V histo canvas for 3 samples
TCanvas * m_cOccupancyChartChip
occupancy chart histo canvas
TCanvas * m_cOnlineOccupancyRPhiViewV3Samples
occupancy V plot canvas for 3 samples
TCanvas ** m_cStripOccupancyU
u-side strip chart occupancy canvas
svdStatus m_occV3Samples
0 = good, 4 = empty, 1 = warning, 2 = error for 3 sampels
svdStatus m_onlineOccVstatus
0 = good, 4 = empty, 1 = warning, 2 = error
svdStatus m_onlineOccU3Samples
0 = good, 4 = empty, 1 = warning, 2 = error for 3 sample
TCanvas * m_cOccupancyRPhiViewU3Samples
occupancy U plot canvas for 3 samples
TCanvas * m_cOccupancyRPhiViewU
occupancy U plot canvas
double m_groupIDsOccEmpty
empty level of the IDs occupancy
TCanvas * m_cOnlineOccupancyRPhiViewU
online occupancy U plot canvas
TCanvas * m_cOnlineOccupancyV
online Occupancy V histo canvas
TCanvas * m_cOccupancyUGroupId0
occupancy U histo canvas for cluster time group Id = 0
TCanvas * m_cOccupancyV3Samples
occupancy V histo canvas for 3 samples
TCanvas * m_cOnlineOccupancyU3Samples
online occupancy U histo canvas for 3 samples
svdStatus m_occUstatus
0 = good, 4 = empty, 1 = warning, 2 = error
TCanvas * m_cOccupancyRPhiViewV
occupancy V plot canvas

◆ CheckEpicsError() [1/2]

void CheckEpicsError ( int state,
const std::string & message,
chid id = nullptr )
staticinherited

check the return status and check PV in case of error

Parameters
statereturn state of epics function
messagemessage to print out
idthe chid of the affected PV

Definition at line 807 of file DQMHistAnalysis.cc.

808{
809 if (state != ECA_NORMAL) {
810 std::string name;
811 if (id) name = ca_name(id);
812 B2WARNING(message << ": " << name);
813 printPVStatus(id, false);
814 }
815}
static void printPVStatus(chid pv, bool onlyError=true)
check the status of a PVs and report if disconnected or not found

◆ CheckEpicsError() [2/2]

void CheckEpicsError ( int state,
const std::string & message,
const std::string & name )
inherited

check the return status and check PV in case of error

Parameters
statereturn state of epics function
messagemessage to print out
namethe (key)name of the affected PV

Definition at line 799 of file DQMHistAnalysis.cc.

800{
801 if (state != ECA_NORMAL) {
802 B2WARNING(message << ": " << name);
803 printPVStatus(m_epicsNameToChID[name], false);
804 }
805}

◆ checkPVStatus()

void checkPVStatus ( void )
staticinherited

Check the status of all PVs and report if disconnected or not found.

Definition at line 763 of file DQMHistAnalysis.cc.

764{
765 B2INFO("Check PV Connections");
766
767 for (const auto& it : m_epicsChID) {
768 printPVStatus(it);
769 }
770 B2INFO("Check PVs done");
771}

◆ cleanupEpicsPVs()

void cleanupEpicsPVs ( void )
inherited

Unsubscribe from EPICS PVs on terminate.

Definition at line 644 of file DQMHistAnalysis.cc.

645{
646 // this should be called in terminate function of analysis modules
647#ifdef _BELLE2_EPICS
648 if (getUseEpics()) {
649 for (auto& it : m_epicsChID) CheckEpicsError(ca_clear_channel(it), "ca_clear_channel failure", it);
650 updateEpicsPVs(5.0);
651 // Make sure we clean up both afterwards!
652 m_epicsChID.clear();
653 m_epicsNameToChID.clear();
654 }
655#endif
656}
static bool getUseEpics(void)
Getter for EPICS usage.
void CheckEpicsError(int state, const std::string &message, const std::string &name)
check the return status and check PV in case of error
int updateEpicsPVs(float timeout)
Update all EPICS PV (flush to network)

◆ clearCanvases()

void clearCanvases ( void )
staticinherited

Clear content of all Canvases.

Definition at line 309 of file DQMHistAnalysis.cc.

310{
311 TIter nextckey(gROOT->GetListOfCanvases());
312 TObject* cobj = nullptr;
313
314 while ((cobj = dynamic_cast<TObject*>(nextckey()))) {
315 if (cobj->IsA()->InheritsFrom("TCanvas")) {
316 TCanvas* cnv = dynamic_cast<TCanvas*>(cobj);
317 cnv->Clear();
319 }
320 }
321}
static void colorizeCanvas(TCanvas *canvas, EStatus status)
Helper function for Canvas colorization.
@ c_StatusDefault
default for non-coloring

◆ clearHistList()

void clearHistList ( void )
staticinherited

Clears the list of histograms.

Definition at line 337 of file DQMHistAnalysis.cc.

338{
339 s_histList.clear();
340}

◆ clearlist()

void clearlist ( void )
staticinherited

Clear all static global lists.

Definition at line 50 of file DQMHistAnalysis.cc.

51{
52 s_histList.clear();
53 s_refList.clear();
54// s_monObjList;
55 s_deltaList.clear();
56 s_canvasUpdatedList.clear();
57}
static CanvasUpdatedList s_canvasUpdatedList
The list of canvas updated status.

◆ clearRefList()

void clearRefList ( void )
staticinherited

Clears the list of ref histograms.

Definition at line 342 of file DQMHistAnalysis.cc.

343{
344 s_refList.clear();
345}

◆ 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 179 of file Module.cc.

180{
183 newModule->setName(getName());
184 newModule->m_package = m_package;
185 newModule->m_propertyFlags = m_propertyFlags;
186 newModule->m_logConfig = m_logConfig;
187 newModule->m_conditions = m_conditions;
188
189 return newModule;
190}
std::shared_ptr< Module > registerModule(const std::string &moduleName, std::string sharedLibPath="") noexcept(false)
Creates an instance of a module and registers it to the ModuleManager.
static ModuleManager & Instance()
Exception is thrown if the requested module could not be created by the ModuleManager.
void setParameters(const ModuleParamList &params)
Set values for parameters from other parameter list.
const ModuleParamList & getParamList() const
Return module param list.
Definition Module.h:362
const std::string & getName() const
Returns the name of the module.
Definition Module.h:186
const std::string & getType() const
Returns the type of the module (i.e.
Definition Module.cc:41
unsigned int m_propertyFlags
The properties of the module as bitwise or (with |) of EModulePropFlags.
Definition Module.h:511
ModuleParamList m_moduleParamList
List storing and managing all parameter of the module.
Definition Module.h:515
void setName(const std::string &name)
Set the name of the module.
Definition Module.h:213
LogConfig m_logConfig
The log system configuration of the module.
Definition Module.h:513
std::vector< ModuleCondition > m_conditions
Module condition, only non-null if set.
Definition Module.h:520
std::string m_package
Package this module is found in (may be empty).
Definition Module.h:509
std::shared_ptr< Module > ModulePtr
Defines a pointer to a module object as a boost shared pointer.
Definition Module.h:43

◆ colorizeCanvas()

void colorizeCanvas ( TCanvas * canvas,
EStatus status )
staticinherited

Helper function for Canvas colorization.

Parameters
canvasCanvas to change
statusstatus to color

Definition at line 750 of file DQMHistAnalysis.cc.

751{
752 if (!canvas) return;
753 auto color = DQMHistAnalysisModule::getStatusColor(stat);
754
755 canvas->Pad()->SetFillColor(color);
756
757 canvas->Pad()->SetFrameFillColor(10); // White (kWhite is not used since it results in transparent!)
758 canvas->Pad()->SetFrameFillStyle(1001);// White
759 canvas->Pad()->Modified();
760 canvas->Pad()->Update();
761}
static EStatusColor getStatusColor(EStatus status)
Return color for canvas state.

◆ def_beginRun()

virtual void def_beginRun ( )
inlineprotectedvirtualinherited

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

Reimplemented in PyModule.

Definition at line 425 of file Module.h.

425{ beginRun(); }

◆ 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 438 of file Module.h.

438{ endRun(); }

◆ def_event()

virtual void def_event ( )
inlineprotectedvirtualinherited

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

Reimplemented in PyModule.

Definition at line 431 of file Module.h.

431{ event(); }

◆ 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 419 of file Module.h.

419{ initialize(); }

◆ def_terminate()

virtual void def_terminate ( )
inlineprotectedvirtualinherited

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

Reimplemented in PyModule.

Definition at line 444 of file Module.h.

444{ terminate(); }

◆ drawText()

void drawText ( )
protectedinherited

draw text on the RPhi view

Definition at line 334 of file DQMHistAnalysisSVD.cc.

335{
336 m_ly->Draw("same");
337 m_lx->Draw("same");
338 m_arrowx->Draw();
339 m_arrowy->Draw();
340 for (int i = 0; i < (int)m_laddersText.size(); i++) m_laddersText[i]->Draw("same");
341 for (int i = 0; i < (int)m_sensorsText.size(); i++) m_sensorsText[i]->Draw("same");
342}
TArrow * m_arrowx
x-axis direction
std::vector< TText * > m_sensorsText
list of sensors to write on the cancas
TArrow * m_arrowy
y-axis direction
std::vector< TText * > m_laddersText
list of ladders to write on the canvas

◆ endRun()

void endRun ( void )
finaloverridevirtual

This method is called if the current run ends.

Reimplemented from Module.

Definition at line 676 of file DQMHistAnalysisSVDOccupancy.cc.

677{
678 B2DEBUG(10, "DQMHistAnalysisSVDOccupancy: endRun called");
679}

◆ 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 96 of file Module.cc.

97{
98 if (m_conditions.empty()) return false;
99
100 //okay, a condition was set for this Module...
101 if (!m_hasReturnValue) {
102 B2FATAL("A condition was set for '" << getName() << "', but the module did not set a return value!");
103 }
104
105 for (const auto& condition : m_conditions) {
106 if (condition.evaluate(m_returnValue)) {
107 return true;
108 }
109 }
110 return false;
111}
int m_returnValue
The return value.
Definition Module.h:518
bool m_hasReturnValue
True, if the return value is set.
Definition Module.h:517

◆ event()

void event ( void )
finaloverridevirtual

This method is called for each event.

Reimplemented from Module.

Definition at line 322 of file DQMHistAnalysisSVDOccupancy.cc.

323{
324 B2DEBUG(10, "DQMHistAnalysisSVDOccupancy: event called.");
325
326 //find nEvents
327 TH1* hnEvnts = findHist("SVDExpReco/SVDDQM_nEvents", true);
328 if (hnEvnts == NULL) {
329 B2INFO("no events, nothing to do here");
330 return;
331 } else {
332 B2DEBUG(10, "SVDExpReco/SVDDQM_nEvents found");
333 }
334
335
336 TString tmp = hnEvnts->GetTitle();
337 Int_t pos = tmp.Last('~');
338 if (pos == -1) pos = 0;
339
340 TString runID = tmp(pos, tmp.Length() - pos);
341 B2INFO("DQMHistAnalysisSVDOccupancyModule::runID = " << runID);
342 Float_t nEvents = hnEvnts->GetEntries();
343
344 //occupancy chart
345 auto hChart = findHist("SVDExpReco/SVDDQM_StripCountsChip");
346
347 if (hChart != NULL) {
348 m_hOccupancyChartChip.Clear();
349 hChart->Copy(m_hOccupancyChartChip);
350 m_hOccupancyChartChip.SetName("SVDOccupancyChart");
351 m_hOccupancyChartChip.SetTitle(Form("SVD OFFLINE Occupancy per chip %s", runID.Data()));
352 m_hOccupancyChartChip.Scale(1 / nEvents / 128);
354 // m_hOccupancyChartChip->SetStats(0);
356 }
357 m_cOccupancyChartChip->Modified();
358 m_cOccupancyChartChip->Update();
359
360 if (m_printCanvas)
361 m_cOccupancyChartChip->Print("c_OccupancyChartChip.pdf");
362
363
364 //check MODULE OCCUPANCY online & offline
365 //reset canvas color
366 //update titles with exp and run number
369
372
375
378
381
382 m_hOccupancy->reset();
383 m_hOccupancy->setStats(0);
384 m_hOccupancy->setRunID(runID);
385
386 m_hOnlineOccupancy->reset();
387 m_hOnlineOccupancy->setStats(0);
388 m_hOnlineOccupancy->setRunID(runID);
389
390 m_hOccupancyGroupId0->reset();
391 m_hOccupancyGroupId0->setStats(0);
392 m_hOccupancyGroupId0->setRunID(runID);
393
394 if (m_3Samples) {
395 m_hOccupancy3Samples->reset();
396 m_hOccupancy3Samples->setStats(0);
397 m_hOccupancy3Samples->setRunID(runID);
398
400 m_hOnlineOccupancy3Samples->setStats(0);
401 m_hOnlineOccupancy3Samples->setRunID(runID);
402 }
403
404 //set dedicate gStyle
405 gStyle->SetOptStat(0);
406 gStyle->SetPaintTextFormat("2.3f");
407
408
409 for (unsigned int i = 0; i < m_SVDModules.size(); i++) {
410 int tmp_layer = m_SVDModules[i].getLayerNumber();
411 int tmp_ladder = m_SVDModules[i].getLadderNumber();
412 int tmp_sensor = m_SVDModules[i].getSensorNumber();
413
414 //look for U histogram - OFFLINE ZS
415 TString tmpname = Form("SVDExpReco/SVDDQM_%d_%d_%d_StripCountU", tmp_layer, tmp_ladder, tmp_sensor);
416
417 auto hStripCountU = findHist(tmpname.Data());
418 if (hStripCountU == NULL) {
419 B2INFO("Occupancy U histogram not found");
421 } else {
422 Float_t occU = getOccupancy(hStripCountU->GetEntries(), tmp_layer, nEvents);
423 m_hOccupancy->fill(m_SVDModules[i], 1, occU);
425
426 //produce the occupancy plot
427 if (m_additionalPlots) {
428 m_hStripOccupancyU[i].Clear();
429 hStripCountU->Copy(m_hStripOccupancyU[i]);
430 m_hStripOccupancyU[i].Scale(1 / nEvents);
431 m_hStripOccupancyU[i].SetName(Form("%d_%d_%d_OccupancyU", tmp_layer, tmp_ladder, tmp_sensor));
432 m_hStripOccupancyU[i].SetTitle(Form("SVD Sensor %d_%d_%d U-Strip OFFLINE Occupancy vs Strip Number %s", tmp_layer, tmp_ladder,
433 tmp_sensor, runID.Data()));
434 } else {
435 if (i == 0 || i == 1) {
436 m_hStripOccupancyU[i].Clear();
437 hStripCountU->Copy(m_hStripOccupancyU[i]);
438 m_hStripOccupancyU[i].Scale(1 / nEvents);
439 m_hStripOccupancyU[i].SetName(Form("%d_%d_%d_OccupancyU", tmp_layer, tmp_ladder, tmp_sensor));
440 m_hStripOccupancyU[i].SetTitle(Form("SVD Sensor %d_%d_%d U-Strip OFFLINE Occupancy vs Strip Number %s", tmp_layer, tmp_ladder,
441 tmp_sensor, runID.Data()));
442 }
443 }
444 }
445
446 if (m_3Samples) {
447 //look for U histogram - OFFLINE ZS for 3 samples
448 tmpname = Form("SVDExpReco/SVDDQM_%d_%d_%d_Strip3CountU", tmp_layer, tmp_ladder, tmp_sensor);
449
450 auto hStrip3CountU = findHist(tmpname.Data());
451 if (hStrip3CountU == NULL) {
452 B2INFO("Occupancy U histogram not found for 3 samples");
454
455 } else {
456 Float_t occU = getOccupancy(hStrip3CountU->GetEntries(), tmp_layer, nEvents);
457 m_hOccupancy3Samples->fill(m_SVDModules[i], 1, occU);
459 }
460 }
461
462 // groupId0 side U
463 TString tmpnameGrpId0 = Form("SVDExpReco/SVDDQM_%d_%d_%d_StripCountSignalGroupIDsU", tmp_layer, tmp_ladder, tmp_sensor);
464 auto hStripCountGroupIDsU = findHist(tmpnameGrpId0.Data());
465 if (hStripCountGroupIDsU == NULL) {
466 B2INFO("Occupancy U histogram for group Id0 not found");
467 setOccStatus(-1, m_occUGroupId0, kGroupIDs);
468
469 } else {
470 Float_t occU = getOccupancy(hStripCountGroupIDsU->GetEntries(), tmp_layer, nEvents);
471 m_hOccupancyGroupId0->fill(m_SVDModules[i], 1, occU);
472 setOccStatus(occU, m_occUGroupId0, kGroupIDs);
473 }
474
475 //look for V histogram - OFFLINE ZS
476 tmpname = Form("SVDExpReco/SVDDQM_%d_%d_%d_StripCountV", tmp_layer, tmp_ladder, tmp_sensor);
477
478 auto hStripCountV = findHist(tmpname.Data());
479 if (hStripCountV == NULL) {
480 B2INFO("Occupancy V histogram not found");
482
483 } else {
484 Float_t occV = getOccupancy(hStripCountV->GetEntries(), tmp_layer, nEvents, true);
485 m_hOccupancy->fill(m_SVDModules[i], 0, occV);
487
488 //produce the occupancy plot
489 if (m_additionalPlots) {
490 m_hStripOccupancyV[i].Clear();
491 hStripCountV->Copy(m_hStripOccupancyV[i]);
492 m_hStripOccupancyV[i].Scale(1 / nEvents);
493 m_hStripOccupancyV[i].SetName(Form("%d_%d_%d_OccupancyV", tmp_layer, tmp_ladder, tmp_sensor));
494 m_hStripOccupancyV[i].SetTitle(Form("SVD Sensor %d_%d_%d V-Strip OFFLINE Occupancy vs Strip Number %s", tmp_layer, tmp_ladder,
495 tmp_sensor, runID.Data()));
496 } else {
497 if (i < (unsigned int)m_sensors) {
498 m_hStripOccupancyV[i].Clear();
499 hStripCountV->Copy(m_hStripOccupancyV[i]);
500 m_hStripOccupancyV[i].Scale(1 / nEvents);
501 m_hStripOccupancyV[i].SetName(Form("%d_%d_%d_OccupancyV", tmp_layer, tmp_ladder, tmp_sensor));
502 m_hStripOccupancyV[i].SetTitle(Form("SVD Sensor %d_%d_%d V-Strip OFFLINE Occupancy vs Strip Number %s", tmp_layer, tmp_ladder,
503 tmp_sensor, runID.Data()));
504 }
505 }
506 }
507
508 if (m_3Samples) {
509 //look for V histogram - OFFLINE ZS for 3 samples
510 tmpname = Form("SVDExpReco/SVDDQM_%d_%d_%d_Strip3CountV", tmp_layer, tmp_ladder, tmp_sensor);
511
512 auto hStrip3CountV = findHist(tmpname.Data());
513 if (hStrip3CountV == NULL) {
514 B2INFO("Occupancy V histogram not found");
516
517 } else {
518 Float_t occV = getOccupancy(hStrip3CountV->GetEntries(), tmp_layer, nEvents, true);
519 m_hOccupancy3Samples->fill(m_SVDModules[i], 0, occV);
521 }
522 }
523
524 // groupId0 side V
525 tmpnameGrpId0 = Form("SVDExpReco/SVDDQM_%d_%d_%d_StripCountSignalGroupIDsV", tmp_layer, tmp_ladder, tmp_sensor);
526
527 auto hStripCountGroupIDsV = findHist(tmpnameGrpId0.Data());
528 if (hStripCountGroupIDsV == NULL) {
529 B2INFO("Occupancy U histogram for group Id0 not found");
530 setOccStatus(-1, m_occVGroupId0, kGroupIDs);
531
532 } else {
533 Float_t occV = getOccupancy(hStripCountGroupIDsV->GetEntries(), tmp_layer, nEvents, true);
534 m_hOccupancyGroupId0->fill(m_SVDModules[i], 0, occV);
535 setOccStatus(occV, m_occVGroupId0, kGroupIDs);
536 }
537
538 //look for V histogram - ONLINE ZS
539 tmpname = Form("SVDExpReco/SVDDQM_%d_%d_%d_OnlineZSStripCountV", tmp_layer, tmp_ladder, tmp_sensor);
540
541 auto hOnlineStripCountV = findHist(tmpname.Data());
542 if (hOnlineStripCountV == NULL) {
543 B2INFO("OnlineOccupancy V histogram not found");
544 setOccStatus(-1, m_onlineOccVstatus, kOnline);
545
546 } else {
547 Float_t onlineOccV = getOccupancy(hOnlineStripCountV->GetEntries(), tmp_layer, nEvents, true);
548 m_hOnlineOccupancy->fill(m_SVDModules[i], 0, onlineOccV);
549
550 for (int b = 1; b < hOnlineStripCountV->GetNbinsX() + 1; b++) {
551 hOnlineStripCountV->SetBinContent(b, hOnlineStripCountV->GetBinContent(b) / nEvents * 100);
552 }
553 hOnlineStripCountV->GetYaxis()->SetTitle("ZS3 occupancy (%)");
554 setOccStatus(onlineOccV, m_onlineOccVstatus, kOnline);
555 }
556
557 if (m_3Samples) {
558 //look for V histogram - ONLINE ZS for 3 samples
559 tmpname = Form("SVDExpReco/SVDDQM_%d_%d_%d_OnlineZSStrip3CountV", tmp_layer, tmp_ladder, tmp_sensor);
560
561 auto hOnlineStrip3CountV = findHist(tmpname.Data());
562 if (hOnlineStrip3CountV == NULL) {
563 B2INFO("OnlineOccupancy3 V histogram not found");
565
566 } else {
567 Float_t onlineOccV = getOccupancy(hOnlineStrip3CountV->GetEntries(), tmp_layer, nEvents, true);
568 m_hOnlineOccupancy3Samples->fill(m_SVDModules[i], 0, onlineOccV);
569
570 for (int b = 1; b < hOnlineStrip3CountV->GetNbinsX() + 1; b++) {
571 hOnlineStrip3CountV->SetBinContent(b, hOnlineStrip3CountV->GetBinContent(b) / nEvents * 100);
572 }
573 hOnlineStrip3CountV->GetYaxis()->SetTitle("ZS3 occupancy (%)");
574 setOccStatus(onlineOccV, m_onlineOccV3Samples, kOnline);
575 }
576 }
577
578 //look for U histogram - ONLINE ZS
579 tmpname = Form("SVDExpReco/SVDDQM_%d_%d_%d_OnlineZSStripCountU", tmp_layer, tmp_ladder, tmp_sensor);
580
581 auto hOnlineStripCountU = findHist(tmpname.Data());
582 if (hOnlineStripCountU == NULL) {
583 B2INFO("OnlineOccupancy U histogram not found");
585
586 } else {
587 Float_t onlineOccU = getOccupancy(hOnlineStripCountU->GetEntries(), tmp_layer, nEvents);
588 m_hOnlineOccupancy->fill(m_SVDModules[i], 1, onlineOccU);
589
590 for (int b = 1; b < hOnlineStripCountU->GetNbinsX() + 1; b++) {
591 hOnlineStripCountU->SetBinContent(b, hOnlineStripCountU->GetBinContent(b) / nEvents * 100);
592 }
593 hOnlineStripCountU->GetYaxis()->SetTitle("ZS3 occupancy (%)");
594 setOccStatus(onlineOccU, m_onlineOccUstatus, kOnline);
595 }
596
597 if (m_3Samples) {
598 //look for U histogram - ONLINE ZS for 3 samples
599 tmpname = Form("SVDExpReco/SVDDQM_%d_%d_%d_OnlineZSStrip3CountU", tmp_layer, tmp_ladder, tmp_sensor);
600
601 auto hOnlineStrip3CountU = findHist(tmpname.Data());
602 if (hOnlineStrip3CountU == NULL) {
603 B2INFO("OnlineOccupancy3 U histogram not found");
605
606 } else {
607 Float_t onlineOccU = getOccupancy(hOnlineStrip3CountU->GetEntries(), tmp_layer, nEvents);
608 m_hOnlineOccupancy3Samples->fill(m_SVDModules[i], 1, onlineOccU);
609
610 for (int b = 1; b < hOnlineStrip3CountU->GetNbinsX() + 1; b++) {
611 hOnlineStrip3CountU->SetBinContent(b, hOnlineStrip3CountU->GetBinContent(b) / nEvents * 100);
612 }
613 hOnlineStrip3CountU->GetYaxis()->SetTitle("ZS3 occupancy (%)");
614 setOccStatus(onlineOccU, m_onlineOccU3Samples, kOnline);
615 }
616 }
617
618 //update sensor occupancy canvas U and V
619 if (m_additionalPlots) {
620 m_cStripOccupancyU[i]->cd();
621 m_hStripOccupancyU[i].Draw("histo");
622 m_cStripOccupancyV[i]->cd();
623 m_hStripOccupancyV[i].Draw("histo");
624 } else {
625 if (i == 0 || i == 1) {
626 m_cStripOccupancyU[i]->cd();
627 m_hStripOccupancyU[i].Draw("histo");
628 m_cStripOccupancyV[i]->cd();
629 m_hStripOccupancyV[i].Draw("histo");
630 }
631 }
632 }
633
634 //update summary offline occupancy U canvas
636
637 //update summary offline occupancy V canvas
639
640 //update summary offline occupancy U canvas for groupId0
642
643 //update summary offline occupancy V canvas for groupId0
645
646 //update summary online occupancy U canvas
648
649 //update summary online occupancy V canvas
651
652 if (m_3Samples) {
653 //update summary offline occupancy U canvas for 3 samples
655
656 //update summary offline occupancy V canvas for 3 samples
658
659 //update summary online occupancy U canvas for 3 samples
661 true, kOnline);
662
663 //update summary online occupancy V canvas for 3 samples
665 false, kOnline);
666 }
667
668 if (m_printCanvas) {
669 m_cOccupancyU->Print("c_SVDOccupancyU.pdf");
670 m_cOccupancyV->Print("c_SVDOccupancyV.pdf");
671 m_cOnlineOccupancyU->Print("c_SVDOnlineOccupancyU.pdf");
672 m_cOnlineOccupancyV->Print("c_SVDOnlineOccupancyV.pdf");
673 }
674}
static TH1 * findHist(const std::string &histname, bool onlyIfUpdated=false)
Get histogram from list (no other search).
void updateCanvases(SVDSummaryPlots *histo, TCanvas *canvas, TCanvas *canvasRPhi, svdStatus status, bool isU, int histoType=kOffline)
update canvases
std::vector< VxdID > m_SVDModules
IDs of all SVD Modules to iterate over.
SVDSummaryPlots * m_hOccupancy3Samples
occupancy histos for 3 samples
SVDSummaryPlots * m_hOnlineOccupancy3Samples
online occupancy histos for 3 sampels
SVDSummaryPlots * m_hOccupancyGroupId0
occupancy histos for cluster time group id=0
TH1F m_hStripOccupancyV[172]
u-side strip chart occupancy histos
static Float_t getOccupancy(float entries, int tmp_layer, int nEvents, bool sideV=false)
get occupancy value
SVDSummaryPlots * m_hOnlineOccupancy
online occupancy histos
TH1F m_hStripOccupancyU[172]
u-side strip chart occupancy histos
void setOccStatus(float occ, svdStatus &occupancyStatus, int histoType=kOffline)
set occupancy status

◆ exposePythonAPI()

void exposePythonAPI ( )
staticinherited

Exposes methods of the Module class to Python.

Definition at line 325 of file Module.cc.

326{
327 // to avoid confusion between std::arg and boost::python::arg we want a shorthand namespace as well
328 namespace bp = boost::python;
329
330 docstring_options options(true, true, false); //userdef, py sigs, c++ sigs
331
332 void (Module::*setReturnValueInt)(int) = &Module::setReturnValue;
333
334 enum_<Module::EAfterConditionPath>("AfterConditionPath",
335 R"(Determines execution behaviour after a conditional path has been executed:
336
337.. attribute:: END
338
339 End processing of this path after the conditional path. (this is the default for if_value() etc.)
340
341.. attribute:: CONTINUE
342
343 After the conditional path, resume execution after this module.)")
344 .value("END", Module::EAfterConditionPath::c_End)
345 .value("CONTINUE", Module::EAfterConditionPath::c_Continue)
346 ;
347
348 /* Do not change the names of >, <, ... we use them to serialize conditional paths */
349 enum_<Belle2::ModuleCondition::EConditionOperators>("ConditionOperator")
356 ;
357
358 enum_<Module::EModulePropFlags>("ModulePropFlags",
359 R"(Flags to indicate certain low-level features of modules, see :func:`Module.set_property_flags()`, :func:`Module.has_properties()`. Most useful flags are:
360
361.. attribute:: PARALLELPROCESSINGCERTIFIED
362
363 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.)
364
365.. attribute:: HISTOGRAMMANAGER
366
367 This module is used to manage histograms accumulated by other modules
368
369.. attribute:: TERMINATEINALLPROCESSES
370
371 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.
372)")
373 .value("INPUT", Module::EModulePropFlags::c_Input)
374 .value("OUTPUT", Module::EModulePropFlags::c_Output)
375 .value("PARALLELPROCESSINGCERTIFIED", Module::EModulePropFlags::c_ParallelProcessingCertified)
376 .value("HISTOGRAMMANAGER", Module::EModulePropFlags::c_HistogramManager)
377 .value("INTERNALSERIALIZER", Module::EModulePropFlags::c_InternalSerializer)
378 .value("TERMINATEINALLPROCESSES", Module::EModulePropFlags::c_TerminateInAllProcesses)
379 ;
380
381 //Python class definition
382 class_<Module, PyModule> module("Module", R"(
383Base class for Modules.
384
385A module is the smallest building block of the framework.
386A typical event processing chain consists of a Path containing
387modules. By inheriting from this base class, various types of
388modules can be created. To use a module, please refer to
389:func:`Path.add_module()`. A list of modules is available by running
390``basf2 -m`` or ``basf2 -m package``, detailed information on parameters is
391given by e.g. ``basf2 -m RootInput``.
392
393The 'Module Development' section in the manual provides detailed information
394on how to create modules, setting parameters, or using return values/conditions:
395https://xwiki.desy.de/xwiki/rest/p/f4fa4/#HModuleDevelopment
396
397)");
398 module
399 .def("__str__", &Module::getPathString)
400 .def("name", &Module::getName, return_value_policy<copy_const_reference>(),
401 "Returns the name of the module. Can be changed via :func:`set_name() <Module.set_name()>`, use :func:`type() <Module.type()>` for identifying a particular module class.")
402 .def("type", &Module::getType, return_value_policy<copy_const_reference>(),
403 "Returns the type of the module (i.e. class name minus 'Module')")
404 .def("set_name", &Module::setName, args("name"), R"(
405Set custom name, e.g. to distinguish multiple modules of the same type.
406
407>>> path.add_module('EventInfoSetter')
408>>> ro = path.add_module('RootOutput', branchNames=['EventMetaData'])
409>>> ro.set_name('RootOutput_metadata_only')
410>>> print(path)
411[EventInfoSetter -> RootOutput_metadata_only]
412
413)")
414 .def("description", &Module::getDescription, return_value_policy<copy_const_reference>(),
415 "Returns the description of this module.")
416 .def("package", &Module::getPackage, return_value_policy<copy_const_reference>(),
417 "Returns the package this module belongs to.")
418 .def("available_params", &_getParamInfoListPython,
419 "Return list of all module parameters as `ModuleParamInfo` instances")
420 .def("has_properties", &Module::hasProperties, (bp::arg("properties")),
421 R"DOCSTRING(Allows to check if the module has the given properties out of `ModulePropFlags` set.
422
423>>> if module.has_properties(ModulePropFlags.PARALLELPROCESSINGCERTIFIED):
424>>> ...
425
426Parameters:
427 properties (int): bitmask of `ModulePropFlags` to check for.
428)DOCSTRING")
429 .def("set_property_flags", &Module::setPropertyFlags, args("property_mask"),
430 "Set module properties in the form of an OR combination of `ModulePropFlags`.");
431 {
432 // python signature is too crowded, make ourselves
433 docstring_options subOptions(true, false, false); //userdef, py sigs, c++ sigs
434 module
435 .def("if_value", &Module::if_value,
436 (bp::arg("expression"), bp::arg("condition_path"), bp::arg("after_condition_path")= Module::EAfterConditionPath::c_End),
437 R"DOCSTRING(if_value(expression, condition_path, after_condition_path=AfterConditionPath.END)
438
439Sets a conditional sub path which will be executed after this
440module if the return value set in the module passes the given ``expression``.
441
442Modules can define a return value (int or bool) using ``setReturnValue()``,
443which can be used in the steering file to split the Path based on this value, for example
444
445>>> module_with_condition.if_value("<1", another_path)
446
447In case the return value of the ``module_with_condition`` for a given event is
448less than 1, the execution will be diverted into ``another_path`` for this event.
449
450You could for example set a special return value if an error occurs, and divert
451the execution into a path containing :b2:mod:`RootOutput` if it is found;
452saving only the data producing/produced by the error.
453
454After a conditional path has executed, basf2 will by default stop processing
455the path for this event. This behaviour can be changed by setting the
456``after_condition_path`` argument.
457
458Parameters:
459 expression (str): Expression to determine if the conditional path should be executed.
460 This should be one of the comparison operators ``<``, ``>``, ``<=``,
461 ``>=``, ``==``, or ``!=`` followed by a numerical value for the return value
462 condition_path (Path): path to execute in case the expression is fulfilled
463 after_condition_path (AfterConditionPath): What to do once the ``condition_path`` has been executed.
464)DOCSTRING")
465 .def("if_false", &Module::if_false,
466 (bp::arg("condition_path"), bp::arg("after_condition_path")= Module::EAfterConditionPath::c_End),
467 R"DOC(if_false(condition_path, after_condition_path=AfterConditionPath.END)
468
469Sets a conditional sub path which will be executed after this module if
470the return value of the module evaluates to False. This is equivalent to
471calling `if_value` with ``expression=\"<1\"``)DOC")
472 .def("if_true", &Module::if_true,
473 (bp::arg("condition_path"), bp::arg("after_condition_path")= Module::EAfterConditionPath::c_End),
474 R"DOC(if_true(condition_path, after_condition_path=AfterConditionPath.END)
475
476Sets a conditional sub path which will be executed after this module if
477the return value of the module evaluates to True. It is equivalent to
478calling `if_value` with ``expression=\">=1\"``)DOC");
479 }
480 module
481 .def("has_condition", &Module::hasCondition,
482 "Return true if a conditional path has been set for this module "
483 "using `if_value`, `if_true` or `if_false`")
484 .def("get_all_condition_paths", &_getAllConditionPathsPython,
485 "Return a list of all conditional paths set for this module using "
486 "`if_value`, `if_true` or `if_false`")
487 .def("get_all_conditions", &_getAllConditionsPython,
488 "Return a list of all conditional path expressions set for this module using "
489 "`if_value`, `if_true` or `if_false`")
490 .add_property("logging", make_function(&Module::getLogConfig, return_value_policy<reference_existing_object>()),
491 &Module::setLogConfig)
@ c_GE
Greater or equal than: ">=".
@ c_SE
Smaller or equal than: "<=".
@ c_GT
Greater than: ">".
@ c_NE
Not equal: "!=".
@ c_EQ
Equal: "=" or "==".
@ c_ST
Smaller than: "<".
void if_value(const std::string &expression, const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End)
Add a condition to the module.
Definition Module.cc:79
void if_true(const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End)
A simplified version to set the condition of the module.
Definition Module.cc:90
Module()
Constructor.
Definition Module.cc:30
void setReturnValue(int value)
Sets the return value for this module as integer.
Definition Module.cc:220
@ c_HistogramManager
This module is used to manage histograms accumulated by other modules.
Definition Module.h:81
@ c_Input
This module is an input module (reads data).
Definition Module.h:78
@ c_ParallelProcessingCertified
This module can be run in parallel processing mode safely (All I/O must be done through the data stor...
Definition Module.h:80
@ c_InternalSerializer
This module is an internal serializer/deserializer for parallel processing.
Definition Module.h:82
@ c_Output
This module is an output module (writes data).
Definition Module.h:79
@ c_TerminateInAllProcesses
When using parallel processing, call this module's terminate() function in all processes().
Definition Module.h:83
void if_false(const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End)
A simplified version to add a condition to the module.
Definition Module.cc:85
ModuleCondition::EAfterConditionPath EAfterConditionPath
Forward the EAfterConditionPath definition from the ModuleCondition.
Definition Module.h:88

◆ ExtractNEvent()

void ExtractNEvent ( std::vector< TH1 * > & hs)
staticinherited

Extract event processed from daq histogram, called from input module.

Definition at line 376 of file DQMHistAnalysis.cc.

377{
379 for (size_t i = 0; i < hs.size(); i++) {
380 if (hs[i]->GetName() == std::string("DAQ/Nevent")) {
381 s_eventProcessed = hs[i]->GetEntries();
382 return;
383 }
384 }
385 B2ERROR("ExtractEvent: Histogram \"DAQ/Nevent\" missing");
386}
static int s_eventProcessed
Number of Events processed to fill histograms.

◆ ExtractRunType()

void ExtractRunType ( std::vector< TH1 * > & hs)
staticinherited

Extract Run Type from histogram title, called from input module.

Definition at line 364 of file DQMHistAnalysis.cc.

365{
366 s_runType = "";
367 for (size_t i = 0; i < hs.size(); i++) {
368 if (hs[i]->GetName() == std::string("DQMInfo/rtype")) {
369 s_runType = hs[i]->GetTitle();
370 return;
371 }
372 }
373 B2ERROR("ExtractRunType: Histogram \"DQMInfo/rtype\" missing");
374}
static std::string s_runType
The Run type.

◆ findCanvas()

TCanvas * findCanvas ( TString cname)
staticinherited

Find canvas by name.

Parameters
cnameName of the canvas
Returns
The pointer to the canvas, or nullptr if not found.

Definition at line 146 of file DQMHistAnalysis.cc.

147{
148 TIter nextkey(gROOT->GetListOfCanvases());
149 TObject* obj{};
150
151 while ((obj = dynamic_cast<TObject*>(nextkey()))) {
152 if (obj->IsA()->InheritsFrom("TCanvas")) {
153 if (obj->GetName() == canvas_name)
154 return dynamic_cast<TCanvas*>(obj);
155 }
156 }
157 return nullptr;
158}

◆ findHist() [1/2]

TH1 * findHist ( const std::string & dirname,
const std::string & histname,
bool onlyIfUpdated = false )
staticinherited

Find histogram.

Parameters
dirnameThe name of the directory.
histnameThe name of the histogram.
onlyIfUpdatedreq only updated hists, return nullptr otherwise
Returns
The found histogram, or nullptr if not found.

Definition at line 174 of file DQMHistAnalysis.cc.

175{
176 if (dirname.size() > 0) {
177 return findHist(dirname + "/" + histname, updated);
178 }
179 return findHist(histname, updated);
180}

◆ findHist() [2/2]

TH1 * findHist ( const std::string & histname,
bool onlyIfUpdated = false )
staticinherited

Get histogram from list (no other search).

Parameters
histnameThe name of the histogram (incl dir).
onlyIfUpdatedreq only updated hists, return nullptr otherwise
Returns
The found histogram, or nullptr if not found.

Definition at line 160 of file DQMHistAnalysis.cc.

161{
162 if (s_histList.find(histname) != s_histList.end()) {
163 if (was_updated && !s_histList[histname].isUpdated()) return nullptr;
164 if (s_histList[histname].getHist()) {
165 return s_histList[histname].getHist();
166 } else {
167 B2ERROR("Histogram " << histname << " in histogram list but nullptr.");
168 }
169 }
170 B2INFO("Histogram " << histname << " not in list.");
171 return nullptr;
172}

◆ findHistInCanvas()

TH1 * findHistInCanvas ( const std::string & hname,
TCanvas ** canvas = nullptr )
inherited

Find histogram in corresponding canvas.

Parameters
hnameName of the histogram (dir+name)
canvasptr to specific canvas ptr or nullptr
Returns
The pointer to the histogram, or nullptr if not found.

Definition at line 228 of file DQMHistAnalysis.cc.

229{
230 TCanvas* cnv = nullptr;
231 // try to get canvas from outside
232 if (cobj) cnv = *cobj;
233 // if no canvas search for it
234 if (cnv == nullptr) {
235 // parse the dir+histo name and create the corresponding canvas name
236 auto s = StringSplit(histo_name, '/');
237 if (s.size() != 2) {
238 B2ERROR("findHistInCanvas: histoname not valid (missing dir?), should be 'dirname/histname': " << histo_name);
239 return nullptr;
240 }
241 auto dirname = s.at(0);
242 auto hname = s.at(1);
243 std::string canvas_name = dirname + "/c_" + hname;
244 cnv = findCanvas(canvas_name);
245 // set canvas pointer for outside
246 if (cnv && cobj) *cobj = cnv;
247 }
248
249 // get histogram pointer
250 if (cnv != nullptr) {
251 TIter nextkey(cnv->GetListOfPrimitives());
252 TObject* obj{};
253 while ((obj = dynamic_cast<TObject*>(nextkey()))) {
254 if (obj->IsA()->InheritsFrom("TH1")) {
255 if (obj->GetName() == histo_name)
256 return dynamic_cast<TH1*>(obj);
257 }
258 }
259 }
260 return nullptr;
261}
static TCanvas * findCanvas(TString cname)
Find canvas by name.
static std::vector< std::string > StringSplit(const std::string &s, const char delim)
Helper function for string token split.

◆ findHistInFile()

TH1 * findHistInFile ( TFile * file,
const std::string & histname )
staticinherited

Find histogram in specific TFile (e.g.

ref file).

Parameters
fileThe TFile to search.
histnameThe name of the histogram, can incl directory
Returns
The found histogram, or nullptr if not found.

Definition at line 263 of file DQMHistAnalysis.cc.

264{
265 // find histogram by name in file, histname CAN contain directory!
266 // will return nullptr if file is zeroptr, not found or not correct type
267 if (file && file->IsOpen()) {
268 auto obj = file->Get(histname.data());
269 if (obj != nullptr) {
270 // check class type
271 if (obj->IsA()->InheritsFrom("TH1")) {
272 B2DEBUG(20, "Histogram " << histname << " found in file");
273 return dynamic_cast<TH1*>(obj);
274 } else {
275 B2INFO("Found Object " << histname << " in file is not a histogram");
276 }
277 } else {
278 B2INFO("Histogram " << histname << " not found in file");
279 }
280 }
281 return nullptr;
282}

◆ findMonitoringObject()

MonitoringObject * findMonitoringObject ( const std::string & objName)
staticinherited

Find MonitoringObject.

Parameters
objNameThe name of the MonitoringObject.
Returns
The found MonitoringObject, or nullptr if not found.

Definition at line 284 of file DQMHistAnalysis.cc.

285{
286 if (s_monObjList.find(objName) != s_monObjList.end()) {
287 return &s_monObjList[objName];
288 }
289 B2INFO("MonitoringObject " << objName << " not in memfile.");
290 return nullptr;
291}
static MonObjList s_monObjList
The list of MonitoringObjects.

◆ findRefHist() [1/2]

TH1 * findRefHist ( const std::string & dirname,
const std::string & histname,
ERefScaling scaling = ERefScaling::c_RefScaleNone,
const TH1 * hist = nullptr )
staticinherited

Find reference histogram.

Parameters
dirnameThe name of the directory.
histnameThe name of the histogram.
scalingenum what scaling to use
histhistogram to scale to
Returns
The found histogram, or nullptr if not found.

Definition at line 219 of file DQMHistAnalysis.cc.

221{
222 if (dirname.size() > 0) {
223 return findRefHist(dirname + "/" + histname, scaling, hist);
224 }
225 return findRefHist(histname, scaling, hist);
226}
static TH1 * findRefHist(const std::string &histname, ERefScaling scaling=ERefScaling::c_RefScaleNone, const TH1 *hist=nullptr)
Get referencehistogram from list (no other search).

◆ findRefHist() [2/2]

TH1 * findRefHist ( const std::string & histname,
ERefScaling scaling = ERefScaling::c_RefScaleNone,
const TH1 * hist = nullptr )
staticinherited

Get referencehistogram from list (no other search).

Parameters
histnameThe name of the histogram (incl dir).
scalingenum what scaling to use
histhistogram to scale to
Returns
The found histogram, or nullptr if not found.

Definition at line 208 of file DQMHistAnalysis.cc.

209{
210 if (s_refList.find(histname) != s_refList.end()) {
211 // get a copy of the reference which we can modify
212 // (it is still owned and managed by the framework)
213 // then do the scaling
214 return scaleReference(scaling, hist, s_refList[histname].getReference());
215 }
216 return nullptr;
217}
static TH1 * scaleReference(ERefScaling scaling, const TH1 *hist, TH1 *ref)
Using the original and reference, create scaled version.

◆ 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 133 of file Module.cc.

134{
135 if (m_conditions.empty()) return EAfterConditionPath::c_End;
136
137 //okay, a condition was set for this Module...
138 if (!m_hasReturnValue) {
139 B2FATAL("A condition was set for '" << getName() << "', but the module did not set a return value!");
140 }
141
142 for (const auto& condition : m_conditions) {
143 if (condition.evaluate(m_returnValue)) {
144 return condition.getAfterConditionPath();
145 }
146 }
147
148 return EAfterConditionPath::c_End;
149}

◆ getAllConditionPaths()

std::vector< std::shared_ptr< Path > > getAllConditionPaths ( ) const
inherited

Return all condition paths currently set (no matter if the condition is true or not).

Definition at line 150 of file Module.cc.

151{
152 std::vector<std::shared_ptr<Path>> allConditionPaths;
153 for (const auto& condition : m_conditions) {
154 allConditionPaths.push_back(condition.getPath());
155 }
156
157 return allConditionPaths;
158}

◆ getAllConditions()

const std::vector< ModuleCondition > & getAllConditions ( ) const
inlineinherited

Return all set conditions for this module.

Definition at line 323 of file Module.h.

324 {
325 return m_conditions;
326 }

◆ getCanvasUpdatedList()

static const CanvasUpdatedList & getCanvasUpdatedList ( )
inlinestaticinherited

Get the list of the canvas update status.

Returns
The list of the canvases.

Definition at line 202 of file DQMHistAnalysis.h.

202{ return s_canvasUpdatedList;};

◆ getCondition()

const ModuleCondition * getCondition ( ) const
inlineinherited

Return a pointer to the first condition (or nullptr, if none was set)

Definition at line 313 of file Module.h.

314 {
315 if (m_conditions.empty()) {
316 return nullptr;
317 } else {
318 return &m_conditions.front();
319 }
320 }

◆ 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 113 of file Module.cc.

114{
115 PathPtr p;
116 if (m_conditions.empty()) return p;
117
118 //okay, a condition was set for this Module...
119 if (!m_hasReturnValue) {
120 B2FATAL("A condition was set for '" << getName() << "', but the module did not set a return value!");
121 }
122
123 for (const auto& condition : m_conditions) {
124 if (condition.evaluate(m_returnValue)) {
125 return condition.getPath();
126 }
127 }
128
129 // if none of the conditions were true, return a null pointer.
130 return p;
131}
std::shared_ptr< Path > PathPtr
Defines a pointer to a path object as a boost shared pointer.
Definition Path.h:35

◆ getDelta() [1/2]

TH1 * getDelta ( const std::string & dirname,
const std::string & histname,
int n = 0,
bool onlyIfUpdated = true )
inherited

Get Delta histogram.

Parameters
dirnamedirectory
histnamename of histogram
nindex of delta histogram, 0 is most recent one
onlyIfUpdatedreq only updated deltas, return nullptr otherwise
Returns
delta histogram or nullptr

Definition at line 118 of file DQMHistAnalysis.cc.

119{
120 std::string fullname;
121 if (dirname.size() > 0) {
122 fullname = dirname + "/" + histname;
123 } else {
124 fullname = histname;
125 }
126 return getDelta(fullname, n, onlyIfUpdated);
127}
TH1 * getDelta(const std::string &fullname, int n=0, bool onlyIfUpdated=true)
Get Delta histogram.

◆ getDelta() [2/2]

TH1 * getDelta ( const std::string & fullname,
int n = 0,
bool onlyIfUpdated = true )
inherited

Get Delta histogram.

Parameters
fullnamedirectory+name of histogram
nindex of delta histogram, 0 is most recent one
onlyIfUpdatedreq only updated deltas, return nullptr otherwise
Returns
delta histogram or nullptr

Definition at line 129 of file DQMHistAnalysis.cc.

130{
131 auto it = s_deltaList.find(fullname);
132 if (it != s_deltaList.end()) {
133 return it->second.getDelta(n, onlyIfUpdated);
134 }
135 B2WARNING("Delta hist " << fullname << " not found");
136 return nullptr;
137}

◆ getDeltaList()

static const DeltaList & getDeltaList ( )
inlinestaticinherited

Get the list of the delta histograms.

Returns
The list of the delta histograms.

Definition at line 196 of file DQMHistAnalysis.h.

196{ return s_deltaList;};

◆ getDescription()

const std::string & getDescription ( ) const
inlineinherited

Returns the description of the module.

Definition at line 201 of file Module.h.

201{return m_description;}

◆ getEpicsPV() [1/2]

double getEpicsPV ( const std::string & keyname)
inherited

Read value from a EPICS PV.

Parameters
keynamekey name (or full PV name) of PV
Returns
value or NAN if not existing

Definition at line 507 of file DQMHistAnalysis.cc.

508{
509 double value{NAN};
510 if (!m_useEpics) return value;
511#ifdef _BELLE2_EPICS
512 if (m_epicsNameToChID[keyname] == nullptr) {
513 B2ERROR("Epics PV " << keyname << " not registered!");
514 return value;
515 }
516 // From EPICS doc. When ca_get or ca_array_get are invoked the returned channel value can't be assumed to be stable
517 // in the application supplied buffer until after ECA_NORMAL is returned from ca_pend_io. If a connection is lost
518 // outstanding get requests are not automatically reissued following reconnect.
519 auto r = ca_get(DBR_DOUBLE, m_epicsNameToChID[keyname], (void*)&value);
520 if (r == ECA_NORMAL) r = ca_pend_io(5.0); // this is needed!
521 if (r == ECA_NORMAL) {
522 return value;
523 } else {
524 CheckEpicsError(r, "Read PV failed in ca_get or ca_pend_io failure", keyname);
525 }
526#endif
527 return NAN;
528}
static bool m_useEpics
Flag if to use EPICS do not set by yourself, use EpicsEnable module to set.

◆ getEpicsPV() [2/2]

double getEpicsPV ( int index)
inherited

Read value from a EPICS PV.

Parameters
indexindex of PV
Returns
value or NAN if not existing

Definition at line 530 of file DQMHistAnalysis.cc.

531{
532 double value{NAN};
533 if (!m_useEpics) return value;
534#ifdef _BELLE2_EPICS
535 if (index < 0 || index >= (int)m_epicsChID.size()) {
536 B2ERROR("Epics PV with " << index << " not registered!");
537 return value;
538 }
539 // From EPICS doc. When ca_get or ca_array_get are invoked the returned channel value can't be assumed to be stable
540 // in the application supplied buffer until after ECA_NORMAL is returned from ca_pend_io. If a connection is lost
541 // outstanding get requests are not automatically reissued following reconnect.
542 auto r = ca_get(DBR_DOUBLE, m_epicsChID[index], (void*)&value);
543 if (r == ECA_NORMAL) r = ca_pend_io(5.0); // this is needed!
544 if (r == ECA_NORMAL) {
545 return value;
546 } else {
547 CheckEpicsError(r, "Read PV failed in ca_get or ca_pend_io failure", m_epicsChID[index]);
548 }
549#endif
550 return NAN;
551}

◆ getEpicsPVChID() [1/2]

chid getEpicsPVChID ( const std::string & keyname)
inherited

Get EPICS PV Channel Id.

Parameters
keynamekey name (or full PV name) of PV
Returns
Channel ID is written on success, otherwise nullptr

Definition at line 603 of file DQMHistAnalysis.cc.

604{
605#ifdef _BELLE2_EPICS
606 if (m_useEpics) {
607 if (m_epicsNameToChID[keyname] != nullptr) {
608 return m_epicsNameToChID[keyname];
609 } else {
610 B2ERROR("Epics PV " << keyname << " not registered!");
611 }
612 }
613#endif
614 return nullptr;
615}

◆ getEpicsPVChID() [2/2]

chid getEpicsPVChID ( int index)
inherited

Get EPICS PV Channel Id.

Parameters
indexindex of PV
Returns
Channel ID is written on success, otherwise nullptr

Definition at line 617 of file DQMHistAnalysis.cc.

618{
619#ifdef _BELLE2_EPICS
620 if (m_useEpics) {
621 if (index >= 0 && index < (int)m_epicsChID.size()) {
622 return m_epicsChID[index];
623 } else {
624 B2ERROR("Epics PV with " << index << " not registered!");
625 }
626 }
627#endif
628 return nullptr;
629}

◆ getEpicsStringPV() [1/2]

std::string getEpicsStringPV ( const std::string & keyname,
bool & status )
inherited

Read value from a EPICS PV.

Parameters
keynamekey name (or full PV name) of PV
statusreturn status (true on success)
Returns
string value (empty string if non existing)

Definition at line 553 of file DQMHistAnalysis.cc.

554{
555 status = false;
556 char value[40] = "";
557 if (!m_useEpics) return std::string(value);
558#ifdef _BELLE2_EPICS
559 if (m_epicsNameToChID[keyname] == nullptr) {
560 B2ERROR("Epics PV " << keyname << " not registered!");
561 return std::string(value);
562 }
563 // From EPICS doc. When ca_get or ca_array_get are invoked the returned channel value can't be assumed to be stable
564 // in the application supplied buffer until after ECA_NORMAL is returned from ca_pend_io. If a connection is lost
565 // outstanding get requests are not automatically reissued following reconnect.
566 auto r = ca_get(DBR_STRING, m_epicsNameToChID[keyname], value);
567 if (r == ECA_NORMAL) r = ca_pend_io(5.0); // this is needed!
568 if (r == ECA_NORMAL) {
569 status = true;
570 return std::string(value);
571 } else {
572 CheckEpicsError(r, "Read PV (string) failed in ca_get or ca_pend_io failure", keyname);
573 }
574#endif
575 return std::string(value);
576}

◆ getEpicsStringPV() [2/2]

std::string getEpicsStringPV ( int index,
bool & status )
inherited

Read value from a EPICS PV.

Parameters
indexindex of PV
statusreturn status (true on success)
Returns
string value (empty string if non existing)

Definition at line 578 of file DQMHistAnalysis.cc.

579{
580 status = false;
581 char value[40] = "";
582 if (!m_useEpics) return std::string(value);
583#ifdef _BELLE2_EPICS
584 if (index < 0 || index >= (int)m_epicsChID.size()) {
585 B2ERROR("Epics PV with " << index << " not registered!");
586 return std::string(value);
587 }
588 // From EPICS doc. When ca_get or ca_array_get are invoked the returned channel value can't be assumed to be stable
589 // in the application supplied buffer until after ECA_NORMAL is returned from ca_pend_io. If a connection is lost
590 // outstanding get requests are not automatically reissued following reconnect.
591 auto r = ca_get(DBR_STRING, m_epicsChID[index], value);
592 if (r == ECA_NORMAL) r = ca_pend_io(5.0); // this is needed!
593 if (r == ECA_NORMAL) {
594 status = true;
595 return std::string(value);
596 } else {
597 CheckEpicsError(r, "Read PV (string) failed in ca_get or ca_pend_io failure", m_epicsChID[index]);
598 }
599#endif
600 return std::string(value);
601}

◆ getEventProcessed()

static int getEventProcessed ( void )
inlinestaticinherited

Get the number of processed events.

(Attention, asynch histogram updates!)

Returns
Processed events.

Definition at line 221 of file DQMHistAnalysis.h.

221{ return s_eventProcessed;};

◆ getFileNames()

virtual std::vector< std::string > getFileNames ( 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.

Reimplemented in RootInputModule, RootOutputModule, and StorageRootOutputModule.

Definition at line 133 of file Module.h.

134 {
135 return std::vector<std::string>();
136 }

◆ getHistList()

static HistList & getHistList ( )
inlinestaticinherited

Get the list of the histograms.

Returns
The list of the histograms.

Definition at line 184 of file DQMHistAnalysis.h.

184{ return s_histList;};

◆ getHistoNameFromCanvas()

TString getHistoNameFromCanvas ( TString cName,
TString view = "",
TString cPrefix = "c_",
TString hPrefix = "" )
staticinherited

get histogram name from Canvas name

Definition at line 344 of file DQMHistAnalysisSVD.cc.

345{
346 TString hName;
347
348 int pos = cName.Last('/');
349
350 if (pos != -1)
351 hName = cName(pos + 1, cName.Length() - pos - 1);
352 else
353 hName = cName;
354
355 hName.ReplaceAll(cPrefix, hPrefix);
356
357 if (!view.IsNull()) {
358 // cut off side info
359 hName.Replace(hName.Length() - 1, 1, "");
360 // append view suffix
361 hName.Append(view);
362 }
363
364 return hName;
365}

◆ getLogConfig()

LogConfig & getLogConfig ( )
inlineinherited

Returns the log system configuration.

Definition at line 224 of file Module.h.

224{return m_logConfig;}

◆ getModules()

std::list< ModulePtr > getModules ( ) const
inlineoverrideprivatevirtualinherited

no submodules, return empty list

Implements PathElement.

Definition at line 505 of file Module.h.

505{ return std::list<ModulePtr>(); }

◆ getMonitoringObject()

MonitoringObject * getMonitoringObject ( const std::string & name)
staticinherited

Get MonitoringObject with given name (new object is created if non-existing)

Parameters
namename of MonitoringObject to get
Returns
The MonitoringObject

Definition at line 139 of file DQMHistAnalysis.cc.

140{
141 auto obj = &s_monObjList[objName];
142 obj->SetName(objName.c_str());
143 return obj;
144}

◆ getMonObjList()

static MonObjList & getMonObjList ( )
inlinestaticinherited

Get the list of MonitoringObjects.

Returns
The list of the MonitoringObjects.

Definition at line 190 of file DQMHistAnalysis.h.

190{ return s_monObjList;};

◆ 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 186 of file Module.h.

186{return m_name;}

◆ getOccupancy()

Float_t getOccupancy ( float entries,
int tmp_layer,
int nEvents,
bool sideV = false )
staticprivate

get occupancy value

Definition at line 735 of file DQMHistAnalysisSVDOccupancy.cc.

736{
737 Int_t nStrips = 768;
738 if (tmp_layer != 3 && sideV)
739 nStrips = 512;
740
741 return (entries / nStrips / nEvents * 100);
742}

◆ getPackage()

const std::string & getPackage ( ) const
inlineinherited

Returns the package this module is in.

Definition at line 196 of file Module.h.

196{return m_package;}

◆ 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 279 of file Module.cc.

280{
282}
std::shared_ptr< boost::python::list > getParamInfoListPython() const
Returns a python list of all parameters.

◆ getParamList()

const ModuleParamList & getParamList ( ) const
inlineinherited

Return module param list.

Definition at line 362 of file Module.h.

362{ return m_moduleParamList; }

◆ getPathString()

std::string getPathString ( ) const
overrideprivatevirtualinherited

return the module name.

Implements PathElement.

Definition at line 192 of file Module.cc.

193{
194
195 std::string output = getName();
196
197 for (const auto& condition : m_conditions) {
198 output += condition.getString();
199 }
200
201 return output;
202}

◆ getPVPrefix()

static std::string & getPVPrefix ( void )
inlinestaticinherited

get global prefix for EPICS PVs

Returns
prefix in use

Definition at line 610 of file DQMHistAnalysis.h.

610{return m_PVPrefix;};

◆ 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 380 of file Module.h.

380{ return m_returnValue; }

◆ getRunType()

static const std::string & getRunType ( void )
inlinestaticinherited

Get the list of the reference histograms.

Returns
The list of the reference histograms. Get the Run Type.
Run type string.

Definition at line 215 of file DQMHistAnalysis.h.

215{ return s_runType;};

◆ getSigma68()

double getSigma68 ( TH1 * h)
staticinherited

Helper function to compute half of the central interval covering 68% of a distribution.

This quantity is an alternative to the standard deviation.

Parameters
hhistogram
Returns
Half of the central interval covering 68% of a distribution.

Definition at line 293 of file DQMHistAnalysis.cc.

294{
295 double probs[2] = {0.16, 1 - 0.16};
296 double quant[2] = {0, 0};
297 h->GetQuantiles(2, quant, probs);
298 const double sigma68 = (-quant[0] + quant[1]) / 2;
299 return sigma68;
300}

◆ getStatusColor()

DQMHistAnalysisModule::EStatusColor getStatusColor ( EStatus status)
staticinherited

Return color for canvas state.

Parameters
statuscanvas status
Returns
alarm color

Definition at line 723 of file DQMHistAnalysis.cc.

724{
725 // white color is the default, if no colorize
727 switch (stat) {
728 case c_StatusTooFew:
729 color = c_ColorTooFew; // Magenta or Gray
730 break;
731 case c_StatusDefault:
732 color = c_ColorDefault; // default no colors
733 break;
734 case c_StatusGood:
735 color = c_ColorGood; // Good
736 break;
737 case c_StatusWarning:
738 color = c_ColorWarning; // Warning
739 break;
740 case c_StatusError:
741 color = c_ColorError; // Severe
742 break;
743 default:
744 color = c_ColorDefault; // default no colors
745 break;
746 }
747 return color;
748}
EStatusColor
Status colors of histogram/canvas (corresponding to status)
@ c_ColorWarning
Analysis result: Warning, there may be minor issues.
@ c_ColorError
Analysis result: Severe issue found.
@ c_ColorTooFew
Not enough entries/event to judge.
@ c_ColorGood
Analysis result: Good.
@ c_ColorDefault
default for non-coloring
@ c_StatusTooFew
Not enough entries/event to judge.
@ c_StatusError
Analysis result: Severe issue found.
@ c_StatusWarning
Analysis result: Warning, there may be minor issues.
@ c_StatusGood
Analysis result: Good.

◆ getType()

const std::string & getType ( ) const
inherited

Returns the type of the module (i.e.

class name minus 'Module')

Definition at line 41 of file Module.cc.

42{
43 if (m_type.empty())
44 B2FATAL("Module type not set for " << getName());
45 return m_type;
46}
std::string m_type
The type of the module, saved as a string.
Definition Module.h:508

◆ getUseEpics()

static bool getUseEpics ( void )
inlinestaticinherited

Getter for EPICS usage.

Returns
flag is in use

Definition at line 593 of file DQMHistAnalysis.h.

593{return m_useEpics;};

◆ getUseEpicsReadOnly()

static bool getUseEpicsReadOnly ( void )
inlinestaticinherited

Getter EPICS flag in read only mode.

Returns
flag if read only

Definition at line 599 of file DQMHistAnalysis.h.

599{return m_epicsReadOnly;};

◆ hasCondition()

bool hasCondition ( ) const
inlineinherited

Returns true if at least one condition was set for the module.

Definition at line 310 of file Module.h.

310{ return not m_conditions.empty(); };

◆ hasDeltaPar()

bool hasDeltaPar ( const std::string & dirname,
const std::string & histname )
staticinherited

Check if Delta histogram parameters exist for histogram.

Parameters
dirnamedirectory
histnamename of histogram
Returns
true if parameters have been set already

Definition at line 107 of file DQMHistAnalysis.cc.

108{
109 std::string fullname;
110 if (dirname.size() > 0) {
111 fullname = dirname + "/" + histname;
112 } else {
113 fullname = histname;
114 }
115 return s_deltaList.find(fullname) != s_deltaList.end(); // contains() if we switch to C++20
116}

◆ 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 160 of file Module.cc.

161{
162 return (propertyFlags & m_propertyFlags) == propertyFlags;
163}

◆ hasReturnValue()

bool hasReturnValue ( ) const
inlineinherited

Return true if this module has a valid return value set.

Definition at line 377 of file Module.h.

377{ return m_hasReturnValue; }

◆ hasUnsetForcedParams()

bool hasUnsetForcedParams ( ) const
inherited

Returns true and prints error message if the module has unset parameters which the user has to set in the steering file.

Definition at line 166 of file Module.cc.

167{
169 std::string allMissing = "";
170 for (const auto& s : missing)
171 allMissing += s + " ";
172 if (!missing.empty())
173 B2ERROR("The following required parameters of Module '" << getName() << "' were not specified: " << allMissing <<
174 "\nPlease add them to your steering file.");
175 return !missing.empty();
176}
std::vector< std::string > getUnsetForcedParams() const
Returns list of unset parameters (if they are required to have a value.

◆ 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 85 of file Module.cc.

86{
87 if_value("<1", path, afterConditionPath);
88}

◆ 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 90 of file Module.cc.

91{
92 if_value(">=1", path, afterConditionPath);
93}

◆ 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://xwiki.desy.de/xwiki/rest/p/a94f2 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 79 of file Module.cc.

80{
81 m_conditions.emplace_back(expression, path, afterConditionPath);
82}

◆ initHistListBeforeEvent()

void initHistListBeforeEvent ( void )
staticinherited

Reset the list of histograms.

Definition at line 323 of file DQMHistAnalysis.cc.

324{
325 for (auto& it : s_histList) {
326 // attention, we must use reference, otherwise we work on a copy
327 it.second.resetBeforeEvent();
328 }
329 for (auto& it : s_deltaList) {
330 // attention, we must use reference, otherwise we work on a copy
331 it.second.setNotUpdated();
332 }
333
334 s_canvasUpdatedList.clear();
335}

◆ initialize()

void initialize ( void )
finaloverridevirtual

Initializer.

Reimplemented from Module.

Definition at line 65 of file DQMHistAnalysisSVDOccupancy.cc.

66{
67 B2DEBUG(10, "DQMHistAnalysisSVDOccupancy: initialized.");
68
69 const VXD::GeoCache& geo = VXD::GeoCache::getInstance();
70
71 //collect the list of all SVD Modules in the geometry here
72 std::vector<VxdID> sensors = geo.getListOfSensors();
73 for (const auto& aVxdID : sensors) {
74 VXD::SensorInfoBase info = geo.getSensorInfo(aVxdID);
75 // B2INFO("VXD " << aVxdID);
76 if (info.getType() != VXD::SensorInfoBase::SVD) continue;
77 m_SVDModules.push_back(aVxdID); // reorder, sort would be better
78 }
79 std::sort(m_SVDModules.begin(), m_SVDModules.end()); // back to natural order
80
81 //occupancy chart chip
82 m_cOccupancyChartChip = new TCanvas("SVDOccupancy/c_OccupancyChartChip");
83
84 //strip occupancy per sensor
86 m_sensors = m_SVDModules.size();
87 else
88 m_sensors = 2;
89
90 m_cStripOccupancyU = new TCanvas*[m_sensors];
91 m_cStripOccupancyV = new TCanvas*[m_sensors];
92 for (int i = 0; i < m_sensors; i++) {
93 int tmp_layer = m_SVDModules[i].getLayerNumber();
94 int tmp_ladder = m_SVDModules[i].getLadderNumber();
95 int tmp_sensor = m_SVDModules[i].getSensorNumber();
96 m_cStripOccupancyU[i] = new TCanvas(Form("SVDOccupancy/c_StripOccupancyU_%d_%d_%d", tmp_layer, tmp_ladder, tmp_sensor));
97 m_cStripOccupancyV[i] = new TCanvas(Form("SVDOccupancy/c_StripOccupancyV_%d_%d_%d", tmp_layer, tmp_ladder, tmp_sensor));
98 }
99
100 gROOT->cd();
101 m_cOccupancyU = new TCanvas("SVDAnalysis/c_SVDOccupancyU");
102 m_cOccupancyV = new TCanvas("SVDAnalysis/c_SVDOccupancyV");
103
104 m_cOnlineOccupancyU = new TCanvas("SVDAnalysis/c_SVDOnlineOccupancyU");
105 m_cOnlineOccupancyV = new TCanvas("SVDAnalysis/c_SVDOnlineOccupancyV");
106
107 m_cOccupancyUGroupId0 = new TCanvas("SVDAnalysis/c_SVDOccupancyUGroupId0");
108 m_cOccupancyVGroupId0 = new TCanvas("SVDAnalysis/c_SVDOccupancyVGroupId0");
109
110 if (m_RPhiView) {
111 m_cOccupancyRPhiViewU = new TCanvas("SVDAnalysis/c_SVDOccupancyRPhiViewU", "", 800, 800);
112 m_cOccupancyRPhiViewV = new TCanvas("SVDAnalysis/c_SVDOccupancyRPhiViewV", "", 800, 800);
113
114 m_cOnlineOccupancyRPhiViewU = new TCanvas("SVDAnalysis/c_SVDOnlineOccupancyRPhiViewU", "", 800, 800);
115 m_cOnlineOccupancyRPhiViewV = new TCanvas("SVDAnalysis/c_SVDOnlineOccupancyRPhiViewV", "", 800, 800);
116
117 if (m_RPhiViewId0) {
118 m_cOccupancyRPhiViewUGroupId0 = new TCanvas("SVDAnalysis/c_SVDOccupancyRPhiViewGroupId0U", "", 800, 800);
119 m_cOccupancyRPhiViewVGroupId0 = new TCanvas("SVDAnalysis/c_SVDOccupancyRPhiViewGroupId0V", "", 800, 800);
120 }
121 }
122
123 TString hName = getHistoNameFromCanvas(m_cOccupancyU->GetName(), "@view");
124 m_hOccupancy = new SVDSummaryPlots(hName.Data(), "Average OFFLINE Sensor Occupancy (%), @view/@side Side");
125 m_hOccupancy->setStats(0);
126
127 hName = getHistoNameFromCanvas(m_cOnlineOccupancyU->GetName(), "@view");
128 m_hOnlineOccupancy = new SVDSummaryPlots(hName.Data(), "Average ONLINE Sensor Occupancy (%), @view/@side Side");
129 m_hOnlineOccupancy->setStats(0);
130
131 // change name by hand cos side index not at the end
132 hName = getHistoNameFromCanvas("SVDAnalysis/c_SVDOccupancyGroupId0U", "@view");
133 m_hOccupancyGroupId0 = new SVDSummaryPlots(hName.Data(),
134 "Average OFFLINE Sensor Occupancy (%), @view/@side Side for cluster time group Id = 0, 1, 2 & 3");
135 m_hOccupancyGroupId0->setStats(0);
136
137 if (m_3Samples) {
138 m_cOccupancyU3Samples = new TCanvas("SVDAnalysis/c_SVDOccupancy3SamplesU");
139 m_cOccupancyV3Samples = new TCanvas("SVDAnalysis/c_SVDOccupancy3SamplesV");
140
141 m_cOnlineOccupancyU3Samples = new TCanvas("SVDAnalysis/c_SVDOnlineOccupancy3SamplesU");
142 m_cOnlineOccupancyV3Samples = new TCanvas("SVDAnalysis/c_SVDOnlineOccupancy3SamplesV");
143
144 if (m_RPhiView) {
145 m_cOccupancyRPhiViewU3Samples = new TCanvas("SVDAnalysis/c_SVDOccupancyRPhiView3SamplesU", "", 800, 800);
146 m_cOccupancyRPhiViewV3Samples = new TCanvas("SVDAnalysis/c_SVDOccupancyRPhiView3SamplesV", "", 800, 800);
147
148 m_cOnlineOccupancyRPhiViewU3Samples = new TCanvas("SVDAnalysis/c_SVDOnlineOccupancyRPhiView3SamplesU", "", 800, 800);
149 m_cOnlineOccupancyRPhiViewV3Samples = new TCanvas("SVDAnalysis/c_SVDOnlineOccupancyRPhiView3SamplesV", "", 800, 800);
150 }
151
152 hName = getHistoNameFromCanvas(m_cOccupancyU3Samples->GetName(), "@view");
153 m_hOccupancy3Samples = new SVDSummaryPlots(hName.Data(), "Average OFFLINE Sensor Occupancy (%), @view/@side Side for 3 samples");
154 m_hOnlineOccupancy->setStats(0);
155
156 hName = getHistoNameFromCanvas(m_cOnlineOccupancyU3Samples->GetName(), "@view");
157 m_hOnlineOccupancy3Samples = new SVDSummaryPlots(hName.Data(),
158 "Average ONLINE Sensor Occupancy (%), @view/@side Side for 3 samples");
159 m_hOnlineOccupancy3Samples->setStats(0);
160 }
161
162
163 //register limits for EPICS
164 registerEpicsPV(m_pvPrefix + "occupancyLimits", "occLimits");
165 registerEpicsPV(m_pvPrefix + "occupancyOnlineLimits", "occOnlineLimits");
166 registerEpicsPV(m_pvPrefix + "occupancyGoupIDsLimits", "occGroupIDsLimits");
167}
int registerEpicsPV(const std::string &pvname, const std::string &keyname="")
EPICS related Functions.
static TString getHistoNameFromCanvas(TString cName, TString view="", TString cPrefix="c_", TString hPrefix="")
get histogram name from Canvas name
const std::vector< VxdID > getListOfSensors() const
Get list of all sensors.
Definition GeoCache.cc:59
const SensorInfoBase & getSensorInfo(Belle2::VxdID id) const
Return a reference to the SensorInfo of a given SensorID.
Definition GeoCache.cc:67
static GeoCache & getInstance()
Return a reference to the singleton instance.
Definition GeoCache.cc:214

◆ makeStatus()

DQMHistAnalysisModule::EStatus makeStatus ( bool enough,
bool warn_flag,
bool error_flag )
staticinherited

Helper function to judge the status for coloring and EPICS.

Parameters
enoughenough events for judging
warn_flagoutside of expected range
error_flagoutside of warning range
Returns
the status

Definition at line 705 of file DQMHistAnalysis.cc.

706{
707 // white color is the default, if no colorize
708 if (!enough) {
709 return (c_StatusTooFew);
710 } else {
711 if (error_flag) {
712 return (c_StatusError);
713 } else if (warn_flag) {
714 return (c_StatusWarning);
715 } else {
716 return (c_StatusGood);
717 }
718 }
719
720 return (c_StatusDefault); // default, but should not be reached
721}

◆ printPVStatus()

void printPVStatus ( chid pv,
bool onlyError = true )
staticinherited

check the status of a PVs and report if disconnected or not found

Parameters
pvthe chid of the PV to check
onlyErrorprint only if in error condition (default)

Definition at line 773 of file DQMHistAnalysis.cc.

774{
775 if (pv == nullptr) {
776 B2WARNING("PV chid was nullptr");
777 return;
778 }
779 auto state = ca_state(pv);
780 switch (state) {
781 case cs_never_conn: /* valid chid, server not found or unavailable */
782 B2WARNING("Channel never connected " << ca_name(pv));
783 break;
784 case cs_prev_conn: /* valid chid, previously connected to server */
785 B2WARNING("Channel was connected, but now is not " << ca_name(pv));
786 break;
787 case cs_closed: /* channel deleted by user */
788 B2WARNING("Channel deleted already " << ca_name(pv));
789 break;
790 case cs_conn: /* valid chid, connected to server */
791 if (!onlyError) B2INFO("Channel connected and OK " << ca_name(pv));
792 break;
793 default:
794 B2WARNING("Undefined status for channel " << ca_name(pv));
795 break;
796 }
797}

◆ registerEpicsPV()

int registerEpicsPV ( const std::string & pvname,
const std::string & keyname = "" )
inherited

EPICS related Functions.

Register a PV with its name and a key name

Parameters
pvnamefull PV name
keynamekey name for easier access
Returns
an index which can be used to access the PV instead of key name, -1 if failure

Definition at line 388 of file DQMHistAnalysis.cc.

389{
390 return registerEpicsPVwithPrefix(m_PVPrefix, pvname, keyname);
391}
static std::string m_PVPrefix
The Prefix for EPICS PVs.
int registerEpicsPVwithPrefix(const std::string &prefix, const std::string &pvname, const std::string &keyname="")
Register a PV with its name and a key name.

◆ registerEpicsPVwithPrefix()

int registerEpicsPVwithPrefix ( const std::string & prefix,
const std::string & pvname,
const std::string & keyname = "" )
privateinherited

Register a PV with its name and a key name.

Parameters
prefixprefix to PV name
pvnamefull PV name without prefix
keynamekey name for easier access
Returns
an index which can be used to access the PV instead of key name, -1 if failure

Definition at line 398 of file DQMHistAnalysis.cc.

400{
401 if (!m_useEpics) return -1;
402#ifdef _BELLE2_EPICS
403 if (m_epicsNameToChID[pvname] != nullptr) {
404 B2ERROR("Epics PV " << pvname << " already registered!");
405 return -1;
406 }
407 if (keyname != "" && m_epicsNameToChID[keyname] != nullptr) {
408 B2ERROR("Epics PV with key " << keyname << " already registered!");
409 return -1;
410 }
411
412 m_epicsChID.emplace_back();
413 auto ptr = &m_epicsChID.back();
414 if (!ca_current_context()) SEVCHK(ca_context_create(ca_disable_preemptive_callback), "ca_context_create");
415 // the subscribed name includes the prefix, the map below does *not*
416 CheckEpicsError(ca_create_channel((prefix + pvname).data(), NULL, NULL, 10, ptr), "ca_create_channel failure", pvname);
417
418 m_epicsNameToChID[pvname] = *ptr;
419 if (keyname != "") m_epicsNameToChID[keyname] = *ptr;
420 return m_epicsChID.size() - 1; // return index to last added item
421#else
422 return -1;
423#endif
424}

◆ registerExternalEpicsPV()

int registerExternalEpicsPV ( const std::string & pvname,
const std::string & keyname = "" )
inherited

Register a PV with its name and a key name.

Parameters
pvnamefull PV name
keynamekey name for easier access
Returns
an index which can be used to access the PV instead of key name, -1 if failure

Definition at line 393 of file DQMHistAnalysis.cc.

394{
395 return registerEpicsPVwithPrefix(std::string(""), pvname, keyname);
396}

◆ requestLimitsFromEpicsPVs() [1/3]

bool requestLimitsFromEpicsPVs ( chid id,
double & lowerAlarm,
double & lowerWarn,
double & upperWarn,
double & upperAlarm )
inherited

Get Alarm Limits from EPICS PV.

Parameters
idChannel ID
&lowerAlarmreturn low Alarm limit (lolo) if set, not changed otherwise
&lowerWarnreturn low Warning limit (low) if set, not changed otherwise
&upperWarnreturn upper Warning limit (high) if set, not changed otherwise
&upperAlarmreturn upper Alarm limit (hihi) if set, not changed otherwise
Returns
true if limits could be read (even if there are none set)

Definition at line 670 of file DQMHistAnalysis.cc.

672{
673 // get warn and error limit only if pv exists
674 // overwrite only if limit is defined (not NaN)
675 // user should initialize with NaN before calling, unless
676 // some "default" values should be set otherwise
677 if (pv != nullptr) {
678 struct dbr_ctrl_double tPvData;
679 // From EPICS doc. When ca_get or ca_array_get are invoked the returned channel value can't be assumed to be stable
680 // in the application supplied buffer until after ECA_NORMAL is returned from ca_pend_io. If a connection is lost
681 // outstanding get requests are not automatically reissued following reconnect.
682 auto r = ca_get(DBR_CTRL_DOUBLE, pv, &tPvData);
683 if (r == ECA_NORMAL) r = ca_pend_io(5.0); // this is needed!
684 if (r == ECA_NORMAL) {
685 if (!std::isnan(tPvData.lower_alarm_limit)) {
686 lowerAlarm = tPvData.lower_alarm_limit;
687 }
688 if (!std::isnan(tPvData.lower_warning_limit)) {
689 lowerWarn = tPvData.lower_warning_limit;
690 }
691 if (!std::isnan(tPvData.upper_warning_limit)) {
692 upperWarn = tPvData.upper_warning_limit;
693 }
694 if (!std::isnan(tPvData.upper_alarm_limit)) {
695 upperAlarm = tPvData.upper_alarm_limit;
696 }
697 return true;
698 } else {
699 CheckEpicsError(r, "Reading PV Limits failed in ca_get or ca_pend_io failure", pv);
700 }
701 }
702 return false;
703}

◆ requestLimitsFromEpicsPVs() [2/3]

bool requestLimitsFromEpicsPVs ( const std::string & keyname,
double & lowerAlarm,
double & lowerWarn,
double & upperWarn,
double & upperAlarm )
inherited

Get Alarm Limits from EPICS PV.

Parameters
keynamekey name (or full PV name) of PV
&lowerAlarmreturn low Alarm limit (lolo) if set, not changed otherwise
&lowerWarnreturn low Warning limit (low) if set, not changed otherwise
&upperWarnreturn upper Warning limit (high) if set, not changed otherwise
&upperAlarmreturn upper Alarm limit (hihi) if set, not changed otherwise
Returns
true if limits could be read (even if there are none set)

Definition at line 658 of file DQMHistAnalysis.cc.

660{
661 return requestLimitsFromEpicsPVs(getEpicsPVChID(name), lowerAlarm, lowerWarn, upperWarn, upperAlarm);
662}
chid getEpicsPVChID(const std::string &keyname)
Get EPICS PV Channel Id.

◆ requestLimitsFromEpicsPVs() [3/3]

bool requestLimitsFromEpicsPVs ( int index,
double & lowerAlarm,
double & lowerWarn,
double & upperWarn,
double & upperAlarm )
inherited

Get Alarm Limits from EPICS PV.

Parameters
indexindex of PV
&lowerAlarmreturn low Alarm limit (lolo) if set, not changed otherwise
&lowerWarnreturn low Warning limit (low) if set, not changed otherwise
&upperWarnreturn upper Warning limit (high) if set, not changed otherwise
&upperAlarmreturn upper Alarm limit (hihi) if set, not changed otherwise
Returns
true if limits could be read (even if there are none set)

Definition at line 664 of file DQMHistAnalysis.cc.

666{
667 return requestLimitsFromEpicsPVs(getEpicsPVChID(index), lowerAlarm, lowerWarn, upperWarn, upperAlarm);
668}

◆ resetDeltaList()

void resetDeltaList ( void )
staticinherited

Reset Delta.

Definition at line 347 of file DQMHistAnalysis.cc.

348{
349 for (auto& d : s_deltaList) {
350 d.second.reset();
351 }
352}

◆ scaleReference()

TH1 * scaleReference ( ERefScaling scaling,
const TH1 * hist,
TH1 * ref )
staticinherited

Using the original and reference, create scaled version.

Parameters
scalingscaling algorithm
histpointer to histogram
refpointer to reference
Returns
scaled reference

Definition at line 182 of file DQMHistAnalysis.cc.

183{
184 // if hist/ref is nullptr, nothing to do
185 if (!hist || !ref)
186 return ref;
187
188 switch (scaling) {
189 // default: do nothing
190 case ERefScaling::c_RefScaleNone: //do nothing
191 break;
192 case ERefScaling::c_RefScaleEntries: // Integral
193 // only if we have entries in reference
194 if (hist->Integral() != 0 and ref->Integral() != 0) {
195 ref->Scale(hist->Integral() / ref->Integral());
196 }
197 break;
198 case ERefScaling::c_RefScaleMax: // Maximum
199 // only if we have entries in reference
200 if (hist->GetMaximum() != 0 and ref->GetMaximum() != 0) {
201 ref->Scale(hist->GetMaximum() / ref->GetMaximum());
202 }
203 break;
204 }
205 return ref;
206}
@ c_RefScaleEntries
to number of entries (integral)
@ c_RefScaleMax
to maximum (bin entry)

◆ setAbortLevel()

void setAbortLevel ( int abortLevel)
inherited

Configure the abort log level.

Definition at line 67 of file Module.cc.

68{
69 m_logConfig.setAbortLevel(static_cast<LogConfig::ELogLevel>(abortLevel));
70}
ELogLevel
Definition of the supported log levels.
Definition LogConfig.h:26
void setAbortLevel(ELogLevel abortLevel)
Configure the abort level.
Definition LogConfig.h:112

◆ setDebugLevel()

void setDebugLevel ( int debugLevel)
inherited

Configure the debug messaging level.

Definition at line 61 of file Module.cc.

62{
63 m_logConfig.setDebugLevel(debugLevel);
64}
void setDebugLevel(int debugLevel)
Configure the debug messaging level.
Definition LogConfig.h:98

◆ setDescription()

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

Sets the description of the module.

Parameters
descriptionA description of the module.

Definition at line 214 of file Module.cc.

215{
216 m_description = description;
217}
std::string m_description
The description of the module.
Definition Module.h:510

◆ setEpicsPV() [1/4]

void setEpicsPV ( const std::string & keyname,
double value )
inherited

Write value to a EPICS PV.

Parameters
keynamekey name (or full PV name) of PV
valuevalue to write

Definition at line 426 of file DQMHistAnalysis.cc.

427{
428 if (!m_useEpics || m_epicsReadOnly) return;
429#ifdef _BELLE2_EPICS
430 if (m_epicsNameToChID[keyname] == nullptr) {
431 B2ERROR("Epics PV " << keyname << " not registered!");
432 return;
433 }
434 CheckEpicsError(ca_put(DBR_DOUBLE, m_epicsNameToChID[keyname], (void*)&value), "ca_set failure", keyname);
435#endif
436}
static bool m_epicsReadOnly
Flag if to use EPICS in ReadOnly mode (for reading limits) do not set by yourself,...

◆ setEpicsPV() [2/4]

void setEpicsPV ( const std::string & keyname,
int value )
inherited

Write value to a EPICS PV.

Parameters
keynamekey name (or full PV name) of PV
valuevalue to write

Definition at line 438 of file DQMHistAnalysis.cc.

439{
440 if (!m_useEpics || m_epicsReadOnly) return;
441#ifdef _BELLE2_EPICS
442 if (m_epicsNameToChID[keyname] == nullptr) {
443 B2ERROR("Epics PV " << keyname << " not registered!");
444 return;
445 }
446 CheckEpicsError(ca_put(DBR_SHORT, m_epicsNameToChID[keyname], (void*)&value), "ca_set failure", keyname);
447#endif
448}

◆ setEpicsPV() [3/4]

void setEpicsPV ( int index,
double value )
inherited

Write value to a EPICS PV.

Parameters
indexindex of PV
valuevalue to write

Definition at line 468 of file DQMHistAnalysis.cc.

469{
470 if (!m_useEpics || m_epicsReadOnly) return;
471#ifdef _BELLE2_EPICS
472 if (index < 0 || index >= (int)m_epicsChID.size()) {
473 B2ERROR("Epics PV with " << index << " not registered!");
474 return;
475 }
476 CheckEpicsError(ca_put(DBR_DOUBLE, m_epicsChID[index], (void*)&value), "ca_set failure", m_epicsChID[index]);
477#endif
478}

◆ setEpicsPV() [4/4]

void setEpicsPV ( int index,
int value )
inherited

Write value to a EPICS PV.

Parameters
indexindex of PV
valuevalue to write

Definition at line 480 of file DQMHistAnalysis.cc.

481{
482 if (!m_useEpics || m_epicsReadOnly) return;
483#ifdef _BELLE2_EPICS
484 if (index < 0 || index >= (int)m_epicsChID.size()) {
485 B2ERROR("Epics PV with " << index << " not registered!");
486 return;
487 }
488 CheckEpicsError(ca_put(DBR_SHORT, m_epicsChID[index], (void*)&value), "ca_set failure", m_epicsChID[index]);
489#endif
490}

◆ setEpicsStringPV() [1/2]

void setEpicsStringPV ( const std::string & keyname,
const std::string & value )
inherited

Write string to a EPICS PV.

Parameters
keynamekey name (or full PV name) of PV
valuestring to write

Definition at line 450 of file DQMHistAnalysis.cc.

451{
452 if (!m_useEpics || m_epicsReadOnly) return;
453#ifdef _BELLE2_EPICS
454 if (m_epicsNameToChID[keyname] == nullptr) {
455 B2ERROR("Epics PV " << keyname << " not registered!");
456 return;
457 }
458 if (value.length() > 40) {
459 B2ERROR("Epics string PV " << keyname << " too long (>40 characters)!");
460 return;
461 }
462 char text[40];
463 strcpy(text, value.c_str());
464 CheckEpicsError(ca_put(DBR_STRING, m_epicsNameToChID[keyname], text), "ca_set failure", keyname);
465#endif
466}

◆ setEpicsStringPV() [2/2]

void setEpicsStringPV ( int index,
const std::string & value )
inherited

Write string to a EPICS PV.

Parameters
indexindex of PV
valuestring to write

Definition at line 492 of file DQMHistAnalysis.cc.

493{
494 if (!m_useEpics || m_epicsReadOnly) return;
495#ifdef _BELLE2_EPICS
496 if (index < 0 || index >= (int)m_epicsChID.size()) {
497 B2ERROR("Epics PV with " << index << " not registered!");
498 return;
499 }
500 char text[41];
501 strncpy(text, value.c_str(), 40);
502 text[40] = 0;
503 CheckEpicsError(ca_put(DBR_STRING, m_epicsChID[index], text), "ca_set failure", m_epicsChID[index]);
504#endif
505}

◆ setEventProcessed()

static void setEventProcessed ( int e)
inlinestaticinherited

Set the number of processed events.

(Attention, asynch histogram updates!)

e Processed events.

Definition at line 233 of file DQMHistAnalysis.h.

233{s_eventProcessed = e;};

◆ setLogConfig()

void setLogConfig ( const LogConfig & logConfig)
inlineinherited

Set the log system configuration.

Definition at line 229 of file Module.h.

229{m_logConfig = logConfig;}

◆ 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 73 of file Module.cc.

74{
75 m_logConfig.setLogInfo(static_cast<LogConfig::ELogLevel>(logLevel), logInfo);
76}
void setLogInfo(ELogLevel logLevel, unsigned int logInfo)
Configure the printed log information for the given level.
Definition LogConfig.h:127

◆ setLogLevel()

void setLogLevel ( int logLevel)
inherited

Configure the log level.

Definition at line 55 of file Module.cc.

56{
57 m_logConfig.setLogLevel(static_cast<LogConfig::ELogLevel>(logLevel));
58}
void setLogLevel(ELogLevel logLevel)
Configure the log level.
Definition LogConfig.cc:25

◆ 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 213 of file Module.h.

213{ m_name = name; };

◆ setOccStatus()

void setOccStatus ( float occ,
svdStatus & occupancyStatus,
int histoType = kOffline )
private

set occupancy status

Definition at line 744 of file DQMHistAnalysisSVDOccupancy.cc.

745{
746 if (histoType == kOnline) {
747 if (occupancy < 0)
748 occupancyStatus = std::max(noStat, occupancyStatus);
749 else if (occupancy <= m_onlineOccEmpty) {
750 occupancyStatus = std::max(lowStat, occupancyStatus);
751 } else if (occupancy < m_onlineOccWarning && occupancy >= m_onlineOccEmpty) {
752 occupancyStatus = std::max(good, occupancyStatus);
753 } else if (occupancy > m_onlineOccWarning && occupancy < m_onlineOccError) {
754 occupancyStatus = std::max(warning, occupancyStatus);
755 } else if (occupancy >= m_onlineOccError) {
756 occupancyStatus = std::max(error, occupancyStatus);
757 }
758 } else if (histoType == kOffline) {
759 if (occupancy < 0)
760 occupancyStatus = std::max(noStat, occupancyStatus);
761 else if (occupancy <= m_occEmpty) {
762 occupancyStatus = std::max(lowStat, occupancyStatus);
763 } else if (occupancy < m_occWarning && occupancy >= m_occEmpty) {
764 occupancyStatus = std::max(good, occupancyStatus);
765 } else if (occupancy > m_occWarning && occupancy < m_occError) {
766 occupancyStatus = std::max(warning, occupancyStatus);
767 } else if (occupancy >= m_occError) {
768 occupancyStatus = std::max(error, occupancyStatus);
769 }
770 } else if (histoType == kGroupIDs) {
771 if (occupancy < 0)
772 occupancyStatus = std::max(noStat, occupancyStatus);
773 else if (occupancy <= m_groupIDsOccEmpty) {
774 occupancyStatus = std::max(lowStat, occupancyStatus);
775 } else if (occupancy < m_groupIDsOccWarning && occupancy >= m_groupIDsOccEmpty) {
776 occupancyStatus = std::max(good, occupancyStatus);
777 } else if (occupancy > m_groupIDsOccWarning && occupancy < m_groupIDsOccError) {
778 occupancyStatus = std::max(warning, occupancyStatus);
779 } else if (occupancy >= m_groupIDsOccError) {
780 occupancyStatus = std::max(error, occupancyStatus);
781 }
782 }
783}

◆ setParamList()

void setParamList ( const ModuleParamList & params)
inlineprotectedinherited

Replace existing parameter list.

Definition at line 500 of file Module.h.

500{ m_moduleParamList = params; }

◆ 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 234 of file Module.cc.

235{
236 LogSystem& logSystem = LogSystem::Instance();
237 logSystem.updateModule(&(getLogConfig()), getName());
238 try {
240 } catch (std::runtime_error& e) {
241 throw std::runtime_error("Cannot set parameter '" + name + "' for module '"
242 + m_name + "': " + e.what());
243 }
244
245 logSystem.updateModule(nullptr);
246}
void updateModule(const LogConfig *moduleLogConfig=nullptr, const std::string &moduleName="")
Sets the log configuration to the given module log configuration and sets the module name This method...
Definition LogSystem.h:200
static LogSystem & Instance()
Static method to get a reference to the LogSystem instance.
Definition LogSystem.cc:28
LogConfig & getLogConfig()
Returns the log system configuration.
Definition Module.h:224
std::string m_name
The name of the module, saved as a string (user-modifiable)
Definition Module.h:507
void setParamPython(const std::string &name, const PythonObject &pyObj)
Implements a method for setting boost::python objects.

◆ 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 249 of file Module.cc.

250{
251
252 LogSystem& logSystem = LogSystem::Instance();
253 logSystem.updateModule(&(getLogConfig()), getName());
254
255 boost::python::list dictKeys = dictionary.keys();
256 int nKey = boost::python::len(dictKeys);
257
258 //Loop over all keys in the dictionary
259 for (int iKey = 0; iKey < nKey; ++iKey) {
260 boost::python::object currKey = dictKeys[iKey];
261 boost::python::extract<std::string> keyProxy(currKey);
262
263 if (keyProxy.check()) {
264 const boost::python::object& currValue = dictionary[currKey];
265 setParamPython(keyProxy, currValue);
266 } else {
267 B2ERROR("Setting the module parameters from a python dictionary: invalid key in dictionary!");
268 }
269 }
270
271 logSystem.updateModule(nullptr);
272}
void setParamPython(const std::string &name, const boost::python::object &pyObj)
Implements a method for setting boost::python objects.
Definition Module.cc:234

◆ setPropertyFlags()

void setPropertyFlags ( unsigned int propertyFlags)
inherited

Sets the flags for the module properties.

Parameters
propertyFlagsbitwise OR of EModulePropFlags

Definition at line 208 of file Module.cc.

209{
210 m_propertyFlags = propertyFlags;
211}

◆ setPVPrefix()

static void setPVPrefix ( const std::string & prefix)
inlinestaticinherited

set global prefix for EPICS PVs

Parameters
prefixPrefix to set

Definition at line 616 of file DQMHistAnalysis.h.

616{ m_PVPrefix = prefix;};

◆ 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 227 of file Module.cc.

228{
229 m_hasReturnValue = true;
230 m_returnValue = value;
231}

◆ 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 220 of file Module.cc.

221{
222 m_hasReturnValue = true;
223 m_returnValue = value;
224}

◆ setRunType()

static void setRunType ( const std::string & t)
inlinestaticinherited

Set the Run Type.

t Run type string.

Definition at line 227 of file DQMHistAnalysis.h.

227{s_runType = t;};

◆ setStatusOfCanvas()

void setStatusOfCanvas ( int status,
TCanvas * canvas,
bool plotLeg = true,
int histoType = kOffline )
inherited

set status of Canvas

Definition at line 159 of file DQMHistAnalysisSVD.cc.

160{
161 switch (status) {
162 case good: {
164 if (plotLeg) {
165 if (histoType == kOnline)
166 m_legOnlineNormal->Draw();
167 else if (histoType == kOffline)
168 m_legNormal->Draw();
169 else if (histoType == kGroupIDs) {
170 m_legGroupIDsNormal->Draw();
171 }
172 }
173 break;
174 }
175 case warning: {
177 if (plotLeg) {
178 if (histoType == kOnline)
179 m_legOnlineWarning->Draw();
180 else if (histoType == kOffline)
181 m_legWarning->Draw();
182 else if (histoType == kGroupIDs)
183 m_legGroupIDsWarning->Draw();
184 }
185 break;
186 }
187 case error: {
189 if (plotLeg) {
190 if (histoType == kOnline)
191 m_legOnlineProblem->Draw();
192 else if (histoType == kOffline)
193 m_legProblem->Draw();
194 else if (histoType == kGroupIDs)
195 m_legGroupIDsProblem->Draw();
196 }
197 break;
198 }
199 case lowStat: {
201 if (plotLeg) m_legLowStat->Draw();
202 break;
203 }
204 case noStat: {
206 if (plotLeg) m_legEmpty->Draw();
207 break;
208 }
209 default: {
210 B2INFO("efficiency status not set properly: " << status);
211 break;
212 }
213 }
214
215 canvas->Modified();
216 canvas->Update();
217}

◆ 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 48 of file Module.cc.

49{
50 if (!m_type.empty())
51 B2FATAL("Trying to change module type from " << m_type << " is not allowed, the value is assumed to be fixed.");
52 m_type = type;
53}

◆ setUseEpics()

static void setUseEpics ( bool flag)
inlinestaticinherited

Setter for EPICS usage.

Parameters
flagset in use

Definition at line 581 of file DQMHistAnalysis.h.

581{m_useEpics = flag;};

◆ setUseEpicsReadOnly()

static void setUseEpicsReadOnly ( bool flag)
inlinestaticinherited

Setter EPICS flag in read only mode.

Parameters
flagset read only

Definition at line 587 of file DQMHistAnalysis.h.

587{m_epicsReadOnly = flag;};

◆ StringSplit()

std::vector< std::string > StringSplit ( const std::string & s,
const char delim )
staticinherited

Helper function for string token split.

Parameters
sString to split
delimdelimiter
Returns
vector of strings

Definition at line 302 of file DQMHistAnalysis.cc.

303{
304 std::vector <std::string> out;
305 boost::split(out, in, [delim](char c) {return c == delim;});
306 return out;
307}

◆ terminate()

void terminate ( void )
finaloverridevirtual

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

Reimplemented from Module.

Definition at line 682 of file DQMHistAnalysisSVDOccupancy.cc.

683{
684 B2DEBUG(10, "DQMHistAnalysisSVDOccupancy: terminate called");
685
686 delete m_hOccupancy;
687 delete m_hOnlineOccupancy;
691
693
694 delete m_cOccupancyU;
695 delete m_cOccupancyV;
696
697 delete m_cOnlineOccupancyU;
698 delete m_cOnlineOccupancyV;
699
702
705
708
709 if (m_RPhiView) {
712
715
718
721 if (m_RPhiViewId0) {
724 }
725 }
726
727 for (int module = 0; module < m_sensors; module++) {
728 delete m_cStripOccupancyU[module];
729 delete m_cStripOccupancyV[module];
730 }
731 delete m_cStripOccupancyU;
732 delete m_cStripOccupancyV;
733}

◆ textModuleNumbers()

pair< vector< TText * >, vector< TText * > > textModuleNumbers ( )
staticprotectedinherited

create vectors of TText to write on the canvas

Definition at line 272 of file DQMHistAnalysisSVD.cc.

273{
274 vector<TText*> ladders;
275 vector<TText*> sensors;
276
277 const double rLayer[4] = {40, 70, 110, 160}; // layer position
278 const double nLadders[4] = {7, 10, 12, 16}; // per layer
279 const double nSensors[4] = {2, 3, 4, 5}; // per ladder
280 const double position[4] = {0.8, 1.2, 1., 0.8}; // text position
281 const double delta[4] = {9, 8, 8, 8}; // width of sensr bins
282 const double inclination[4] = {-17, -5, -13, -12}; // inclination
283
284 double pi = TMath::Pi();
285
286 for (int layer = 0; layer < 4; layer ++) {
287 for (int ladder = 1; ladder <= nLadders[layer]; ladder++) {
288 double deltaText = delta[layer] + position[layer];
289 double r = rLayer[layer] + (deltaText) * nSensors[layer];
290 double phi = 2 * pi / nLadders[layer];
291 double dphiThisPoint = (ladder - 1) * phi - phi / 2 + inclination[layer] * pi / 180.;
292 double dphiNextPoint = dphiThisPoint + phi;
293 double minX = r * TMath::Cos(dphiThisPoint);
294 double maxX = (r + deltaText) * TMath::Cos(dphiNextPoint);
295 double minY = r * TMath::Sin(dphiThisPoint);
296 double maxY = (r + deltaText) * TMath::Sin(dphiNextPoint);
297
298 double xcen = (minX + maxX) / 2.;
299 double ycen = (minY + maxY) / 2.;
300
301 double angle = TMath::ATan2(ycen, xcen) * 180. / TMath::Pi() - 90.;
302 if (ycen < 0) angle = TMath::ATan2(ycen, xcen) * 180. / TMath::Pi() + 90;
303
304 TText* t = new TText(xcen, ycen, Form("%d.%d", layer + 3, ladder));
305 t->SetTextAlign(22);
306 t->SetTextAngle(angle);
307 t->SetTextSize(0.025);
308
309 ladders.push_back(t);
310
311 for (int sensor = 1; sensor <= nSensors[layer]; sensor++) {
312 if ((layer == 0 && ladder == 4) || (layer == 1 && ladder == 5) || (layer == 2 && ladder == 6) || (layer == 3 && ladder == 7)) {
313 double rs = rLayer[layer] + (delta[layer]) * (sensor - 1);
314 double xcens = rs * TMath::Cos(dphiThisPoint);
315 double ycens = rs * TMath::Sin(dphiThisPoint);
316
317 double angles = TMath::ATan2(ycens, xcens) * 180. / pi - 90.;
318 if (ycen < 0) angles = TMath::ATan2(ycens, xcens) * 180. / pi + 90;
319
320 TText* ts = new TText(xcens, ycens, Form("%d ", sensor));
321 ts->SetTextAlign(31);
322 ts->SetTextAngle(angles);
323 ts->SetTextSize(0.018);
324
325 sensors.push_back(ts);
326 }
327 }
328 }
329 }
330
331 return std::make_pair(ladders, sensors);
332}

◆ UpdateCanvas() [1/2]

void UpdateCanvas ( const std::string & name,
bool updated = true )
staticinherited

Mark canvas as updated (or not)

Parameters
namename of Canvas
updatedwas updated

Definition at line 354 of file DQMHistAnalysis.cc.

355{
356 s_canvasUpdatedList[name] = updated;
357}

◆ UpdateCanvas() [2/2]

void UpdateCanvas ( TCanvas * canvas,
bool updated = true )
staticinherited

Mark canvas as updated (or not)

Parameters
canvasCanvas from which to take the name for update
updatedwas updated

Definition at line 359 of file DQMHistAnalysis.cc.

360{
361 if (c) UpdateCanvas(c->GetName(), updated);
362}
static void UpdateCanvas(const std::string &name, bool updated=true)
Mark canvas as updated (or not)

◆ updateCanvases()

void updateCanvases ( SVDSummaryPlots * histo,
TCanvas * canvas,
TCanvas * canvasRPhi,
svdStatus status,
bool isU,
int histoType = kOffline )
protectedinherited

update canvases

Definition at line 220 of file DQMHistAnalysisSVD.cc.

222{
223 canvas->Draw();
224 canvas->cd();
225 if (histo) {
226 if (!m_setColzRange && m_valueMinimum > 0) histo->getHistogram(isU)->SetMinimum(m_valueMinimum * 99.9);
227 histo->getHistogram(isU)->Draw("text colz");
228 }
229 setStatusOfCanvas(status, canvas, true, histoType);
230
231 canvas->Modified();
232 canvas->Update();
233
234 if (canvasRPhi) {
235 canvasRPhi->Draw();
236 canvasRPhi->cd();
237 if (histo) {
238 if (m_setColzRange) histo->getPoly(isU, m_colzMinimum, m_colzMaximum)->Draw("colz l");
239 else histo->getPoly(isU)->Draw("colz l");
240 drawText();
241 }
242 setStatusOfCanvas(status, canvasRPhi, false);
243
244 canvasRPhi->Modified();
245 canvasRPhi->Update();
246 }
247}
int m_colzMaximum
Maximum of the histogram.
int m_colzMinimum
Minimum of the histogram.
void drawText()
draw text on the RPhi view
float m_valueMinimum
Minimum value of parameter.
void setStatusOfCanvas(int status, TCanvas *canvas, bool plotLeg=true, int histoType=kOffline)
set status of Canvas
bool m_setColzRange
set the range of the histogram in colz

◆ updateEpicsPVs()

int updateEpicsPVs ( float timeout)
inherited

Update all EPICS PV (flush to network)

Parameters
timeoutmaximum time until timeout in s
Returns
status of ca_pend_io

Definition at line 631 of file DQMHistAnalysis.cc.

632{
633 int state = ECA_NORMAL;
634 if (!m_useEpics) return state;
635#ifdef _BELLE2_EPICS
636 if (wait > 0.) {
637 state = ca_pend_io(wait);
638 SEVCHK(state, "ca_pend_io failure");
639 }
640#endif
641 return state;
642}

◆ updateErrCanvases()

void updateErrCanvases ( SVDSummaryPlots * histo,
TCanvas * canvas,
TCanvas * canvasRPhi,
bool isU )
protectedinherited

update error canvases

Definition at line 249 of file DQMHistAnalysisSVD.cc.

250{
251 canvas->Draw();
252 canvas->cd();
253 if (histo)
254 histo->getHistogram(isU)->Draw("text colz");
255
256 canvas->Modified();
257 canvas->Update();
258
259 if (canvasRPhi) {
260 canvasRPhi->Draw();
261 canvasRPhi->cd();
262 if (histo) {
263 histo->getPoly(isU, 0)->Draw("colz l");
264 drawText();
265 }
266
267 canvasRPhi->Modified();
268 canvasRPhi->Update();
269 }
270}

Member Data Documentation

◆ m_3Samples

bool m_3Samples
private

if true enable 3 samples histograms analysis

Definition at line 77 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_additionalPlots

bool m_additionalPlots = false
private

additional plots flag

Definition at line 131 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_arrowx

TArrow* m_arrowx = nullptr
protectedinherited

x-axis direction

Definition at line 80 of file DQMHistAnalysisSVD.h.

◆ m_arrowy

TArrow* m_arrowy = nullptr
protectedinherited

y-axis direction

Definition at line 81 of file DQMHistAnalysisSVD.h.

◆ m_cOccupancyChartChip

TCanvas* m_cOccupancyChartChip = nullptr
private

occupancy chart histo canvas

Definition at line 140 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOccupancyRPhiViewU

TCanvas* m_cOccupancyRPhiViewU = nullptr
private

occupancy U plot canvas

Definition at line 114 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOccupancyRPhiViewU3Samples

TCanvas* m_cOccupancyRPhiViewU3Samples = nullptr
private

occupancy U plot canvas for 3 samples

Definition at line 120 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOccupancyRPhiViewUGroupId0

TCanvas* m_cOccupancyRPhiViewUGroupId0 = nullptr
private

occupancy U histo canvas for cluster time group Id = 0

Definition at line 126 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOccupancyRPhiViewV

TCanvas* m_cOccupancyRPhiViewV = nullptr
private

occupancy V plot canvas

Definition at line 115 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOccupancyRPhiViewV3Samples

TCanvas* m_cOccupancyRPhiViewV3Samples = nullptr
private

occupancy V plot canvas for 3 samples

Definition at line 121 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOccupancyRPhiViewVGroupId0

TCanvas* m_cOccupancyRPhiViewVGroupId0 = nullptr
private

occupancy V histo canvas for cluster time group Id = 0

Definition at line 127 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOccupancyU

TCanvas* m_cOccupancyU = nullptr
private

occupancy U histo canvas

Definition at line 98 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOccupancyU3Samples

TCanvas* m_cOccupancyU3Samples = nullptr
private

occupancy U histo canvas for 3 sampes

Definition at line 104 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOccupancyUGroupId0

TCanvas* m_cOccupancyUGroupId0 = nullptr
private

occupancy U histo canvas for cluster time group Id = 0

Definition at line 110 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOccupancyV

TCanvas* m_cOccupancyV = nullptr
private

occupancy V histo canvas

Definition at line 99 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOccupancyV3Samples

TCanvas* m_cOccupancyV3Samples = nullptr
private

occupancy V histo canvas for 3 samples

Definition at line 105 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOccupancyVGroupId0

TCanvas* m_cOccupancyVGroupId0 = nullptr
private

occupancy V histo canvas for cluster time group Id = 0

Definition at line 111 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_colzMaximum

int m_colzMaximum = -1111
protectedinherited

Maximum of the histogram.

-1111 adjust the maximum depennding on the content

Definition at line 84 of file DQMHistAnalysisSVD.h.

◆ m_colzMinimum

int m_colzMinimum = 0
protectedinherited

Minimum of the histogram.

Definition at line 83 of file DQMHistAnalysisSVD.h.

◆ m_conditions

std::vector<ModuleCondition> m_conditions
privateinherited

Module condition, only non-null if set.

Definition at line 520 of file Module.h.

◆ m_cOnlineOccupancyRPhiViewU

TCanvas* m_cOnlineOccupancyRPhiViewU = nullptr
private

online occupancy U plot canvas

Definition at line 117 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOnlineOccupancyRPhiViewU3Samples

TCanvas* m_cOnlineOccupancyRPhiViewU3Samples = nullptr
private

occupancy U plot canvas for 3 samples

Definition at line 123 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOnlineOccupancyRPhiViewV

TCanvas* m_cOnlineOccupancyRPhiViewV = nullptr
private

online occupancy V plot canvas

Definition at line 118 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOnlineOccupancyRPhiViewV3Samples

TCanvas* m_cOnlineOccupancyRPhiViewV3Samples = nullptr
private

occupancy V plot canvas for 3 samples

Definition at line 124 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOnlineOccupancyU

TCanvas* m_cOnlineOccupancyU = nullptr
private

online occupancy U histo canvas

Definition at line 101 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOnlineOccupancyU3Samples

TCanvas* m_cOnlineOccupancyU3Samples = nullptr
private

online occupancy U histo canvas for 3 samples

Definition at line 107 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOnlineOccupancyV

TCanvas* m_cOnlineOccupancyV = nullptr
private

online Occupancy V histo canvas

Definition at line 102 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cOnlineOccupancyV3Samples

TCanvas* m_cOnlineOccupancyV3Samples = nullptr
private

online Occupancy V histo canvas for 3 samples

Definition at line 108 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cStripOccupancyU

TCanvas** m_cStripOccupancyU = nullptr
private

u-side strip chart occupancy canvas

Definition at line 144 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_cStripOccupancyV

TCanvas** m_cStripOccupancyV = nullptr
private

u-side strip chart occupancy canvas

Definition at line 146 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_description

std::string m_description
privateinherited

The description of the module.

Definition at line 510 of file Module.h.

◆ m_epicsReadOnly

bool m_epicsReadOnly
staticprivateinherited
Initial value:
=
false

Flag if to use EPICS in ReadOnly mode (for reading limits) do not set by yourself, use EpicsEnable module to set.

Definition at line 155 of file DQMHistAnalysis.h.

◆ m_groupIDsOccEmpty

double m_groupIDsOccEmpty
private

empty level of the IDs occupancy

Definition at line 84 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_groupIDsOccError

double m_groupIDsOccError
private

error level of the group IDs occupancy

Definition at line 82 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_groupIDsOccWarning

double m_groupIDsOccWarning
private

warning level of the group IDs occupancy

Definition at line 83 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_hasReturnValue

bool m_hasReturnValue
privateinherited

True, if the return value is set.

Definition at line 517 of file Module.h.

◆ m_hOccupancy

SVDSummaryPlots* m_hOccupancy = nullptr
private

occupancy histos

Definition at line 91 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_hOccupancy3Samples

SVDSummaryPlots* m_hOccupancy3Samples = nullptr
private

occupancy histos for 3 samples

Definition at line 94 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_hOccupancyChartChip

TH1F m_hOccupancyChartChip
private

occupancy chart histo

Definition at line 139 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_hOccupancyGroupId0

SVDSummaryPlots* m_hOccupancyGroupId0 = nullptr
private

occupancy histos for cluster time group id=0

Definition at line 93 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_hOnlineOccupancy

SVDSummaryPlots* m_hOnlineOccupancy = nullptr
private

online occupancy histos

Definition at line 92 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_hOnlineOccupancy3Samples

SVDSummaryPlots* m_hOnlineOccupancy3Samples = nullptr
private

online occupancy histos for 3 sampels

Definition at line 95 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_hStripOccupancyU

TH1F m_hStripOccupancyU[172]
private

u-side strip chart occupancy histos

Definition at line 143 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_hStripOccupancyV

TH1F m_hStripOccupancyV[172]
private

u-side strip chart occupancy histos

Definition at line 145 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_laddersText

std::vector<TText*> m_laddersText
protectedinherited

list of ladders to write on the canvas

Definition at line 75 of file DQMHistAnalysisSVD.h.

◆ m_legEmpty

TPaveText* m_legEmpty = nullptr
protectedinherited

plot legend, empty

Definition at line 60 of file DQMHistAnalysisSVD.h.

◆ m_legGroupIDsNormal

TPaveText* m_legGroupIDsNormal = nullptr
protectedinherited

Group IDs Occupancy plot legend, normal.

Definition at line 69 of file DQMHistAnalysisSVD.h.

◆ m_legGroupIDsProblem

TPaveText* m_legGroupIDsProblem = nullptr
protectedinherited

Group IDs Occupancy plot legend, problem.

Definition at line 67 of file DQMHistAnalysisSVD.h.

◆ m_legGroupIDsWarning

TPaveText* m_legGroupIDsWarning = nullptr
protectedinherited

Group IDs Occupancy plot legend, warning.

Definition at line 68 of file DQMHistAnalysisSVD.h.

◆ m_legLowStat

TPaveText* m_legLowStat = nullptr
protectedinherited

plot legend, low stats

Definition at line 59 of file DQMHistAnalysisSVD.h.

◆ m_legNormal

TPaveText* m_legNormal = nullptr
protectedinherited

plot legend, normal

Definition at line 58 of file DQMHistAnalysisSVD.h.

◆ m_legOnlineNormal

TPaveText* m_legOnlineNormal = nullptr
protectedinherited

onlineOccupancy plot legend, normal

Definition at line 65 of file DQMHistAnalysisSVD.h.

◆ m_legOnlineProblem

TPaveText* m_legOnlineProblem = nullptr
protectedinherited

onlineOccupancy plot legend, problem

Definition at line 63 of file DQMHistAnalysisSVD.h.

◆ m_legOnlineWarning

TPaveText* m_legOnlineWarning = nullptr
protectedinherited

onlineOccupancy plot legend, warning

Definition at line 64 of file DQMHistAnalysisSVD.h.

◆ m_legProblem

TPaveText* m_legProblem = nullptr
protectedinherited

plot legend, problem

Definition at line 57 of file DQMHistAnalysisSVD.h.

◆ m_legWarning

TPaveText* m_legWarning = nullptr
protectedinherited

plot legend, warning

Definition at line 61 of file DQMHistAnalysisSVD.h.

◆ m_logConfig

LogConfig m_logConfig
privateinherited

The log system configuration of the module.

Definition at line 513 of file Module.h.

◆ m_lx

TLine* m_lx = nullptr
protectedinherited

y-axis

Definition at line 78 of file DQMHistAnalysisSVD.h.

◆ m_ly

TLine* m_ly = nullptr
protectedinherited

x-axis

Definition at line 79 of file DQMHistAnalysisSVD.h.

◆ m_moduleParamList

ModuleParamList m_moduleParamList
privateinherited

List storing and managing all parameter of the module.

Definition at line 515 of file Module.h.

◆ m_name

std::string m_name
privateinherited

The name of the module, saved as a string (user-modifiable)

Definition at line 507 of file Module.h.

◆ m_occEmpty

double m_occEmpty
private

empty level of the occupancy

Definition at line 80 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_occError

double m_occError
private

error level of the occupancy

Definition at line 78 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_occU3Samples

svdStatus m_occU3Samples = good
private

0 = good, 4 = empty, 1 = warning, 2 = error for 3 samples

Definition at line 159 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_occUGroupId0

svdStatus m_occUGroupId0 = good
private

0 = good, 4 = empty, 1 = warning, 2 = error for 3 samples

Definition at line 162 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_occUstatus

svdStatus m_occUstatus = good
private

0 = good, 4 = empty, 1 = warning, 2 = error

Definition at line 156 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_occV3Samples

svdStatus m_occV3Samples = good
private

0 = good, 4 = empty, 1 = warning, 2 = error for 3 sampels

Definition at line 160 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_occVGroupId0

svdStatus m_occVGroupId0 = good
private

0 = good, 4 = empty, 1 = warning, 2 = error for 3 sampels

Definition at line 163 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_occVstatus

svdStatus m_occVstatus = good
private

0 = good, 4 = empty, 1 = warning, 2 = error

Definition at line 157 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_occWarning

double m_occWarning
private

warning level of the occupancy

Definition at line 79 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_onlineOccEmpty

double m_onlineOccEmpty
private

empty level of the occupancy

Definition at line 88 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_onlineOccError

double m_onlineOccError
private

error level of the onlineOccupancy

Definition at line 86 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_onlineOccU3Samples

svdStatus m_onlineOccU3Samples = good
private

0 = good, 4 = empty, 1 = warning, 2 = error for 3 sample

Definition at line 168 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_onlineOccUstatus

svdStatus m_onlineOccUstatus = good
private

0 = good, 4 = empty, 1 = warning, 2 = error

Definition at line 165 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_onlineOccV3Samples

svdStatus m_onlineOccV3Samples = good
private

0 = good, 4 = empty, 1 = warning, 2 = error for 3 sampes

Definition at line 169 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_onlineOccVstatus

svdStatus m_onlineOccVstatus = good
private

0 = good, 4 = empty, 1 = warning, 2 = error

Definition at line 166 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_onlineOccWarning

double m_onlineOccWarning
private

warning level of the onlineOccupancy

Definition at line 87 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_package

std::string m_package
privateinherited

Package this module is found in (may be empty).

Definition at line 509 of file Module.h.

◆ m_printCanvas

bool m_printCanvas
private

Parameters accesible from basf2 scripts.

if true print the pdf of the canvases

Definition at line 76 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_propertyFlags

unsigned int m_propertyFlags
privateinherited

The properties of the module as bitwise or (with |) of EModulePropFlags.

Definition at line 511 of file Module.h.

◆ m_PVPrefix

std::string m_PVPrefix = "TEST:"
staticprivateinherited

The Prefix for EPICS PVs.

Definition at line 160 of file DQMHistAnalysis.h.

◆ m_pvPrefix

std::string m_pvPrefix
private

string prefix for EPICS PVs

Definition at line 151 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_returnValue

int m_returnValue
privateinherited

The return value.

Definition at line 518 of file Module.h.

◆ m_RPhiView

bool m_RPhiView = false
private

RPhi plots flag.

Definition at line 134 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_RPhiViewId0

bool m_RPhiViewId0 = false
private

additional plots flag

Definition at line 137 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_sensors

int m_sensors = 0
private

number of sensors to considired

Definition at line 142 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_sensorsText

std::vector<TText*> m_sensorsText
protectedinherited

list of sensors to write on the cancas

Definition at line 76 of file DQMHistAnalysisSVD.h.

◆ m_setColzRange

bool m_setColzRange = false
protectedinherited

set the range of the histogram in colz

Definition at line 85 of file DQMHistAnalysisSVD.h.

◆ m_SVDModules

std::vector<VxdID> m_SVDModules
private

IDs of all SVD Modules to iterate over.

Definition at line 154 of file DQMHistAnalysisSVDOccupancy.h.

◆ m_type

std::string m_type
privateinherited

The type of the module, saved as a string.

Definition at line 508 of file Module.h.

◆ m_useEpics

bool m_useEpics = false
staticprivateinherited

Flag if to use EPICS do not set by yourself, use EpicsEnable module to set.

Definition at line 149 of file DQMHistAnalysis.h.

◆ m_valueMaximum

float m_valueMaximum = -1
protectedinherited

Maxiimum value of parameter.

Definition at line 88 of file DQMHistAnalysisSVD.h.

◆ m_valueMinimum

float m_valueMinimum = -1
protectedinherited

Minimum value of parameter.

Definition at line 87 of file DQMHistAnalysisSVD.h.

◆ s_canvasUpdatedList

DQMHistAnalysisModule::CanvasUpdatedList s_canvasUpdatedList
staticprivateinherited

The list of canvas updated status.

Definition at line 124 of file DQMHistAnalysis.h.

◆ s_deltaList

DQMHistAnalysisModule::DeltaList s_deltaList
staticinherited

The list of Delta Histograms and settings.

Definition at line 118 of file DQMHistAnalysis.h.

◆ s_eventProcessed

int s_eventProcessed = 0
inlinestaticprivateinherited

Number of Events processed to fill histograms.

Attention: histograms are updates asynchronously Thus the number for a specific histogram may be lower or higher. If you need precise number, you must fill it in the histogram itself (e.g. underflow bin)

Definition at line 138 of file DQMHistAnalysis.h.

◆ s_histList

DQMHistAnalysisModule::HistList s_histList
staticprivateinherited

The list of Histograms.

Definition at line 108 of file DQMHistAnalysis.h.

◆ s_monObjList

DQMHistAnalysisModule::MonObjList s_monObjList
staticprivateinherited

The list of MonitoringObjects.

Definition at line 112 of file DQMHistAnalysis.h.

◆ s_refList

DQMHistAnalysisModule::RefList s_refList
staticprivateinherited

The list of references.

Definition at line 129 of file DQMHistAnalysis.h.

◆ s_runType

std::string s_runType = ""
inlinestaticprivateinherited

The Run type.

Definition at line 143 of file DQMHistAnalysis.h.


The documentation for this class was generated from the following files: