Belle II Software development
SVDLocalRunBadStrips Class Reference

This class defines the dbobject and the method to access the information on bad strips flagged during local runs. More...

#include <SVDLocalRunBadStrips.h>

Inheritance diagram for SVDLocalRunBadStrips:

Public Member Functions

 SVDLocalRunBadStrips ()
 Constructor, no input argument is required.
 
bool isBad (VxdID vxdID, bool isU, unsigned char strip) const
 This is the method for knowing whether a strip is bad, according to local runs results.
 

Private Member Functions

 ClassDef (SVDLocalRunBadStrips, 1)
 needed by root
 

Detailed Description

This class defines the dbobject and the method to access the information on bad strips flagged during local runs.

It provides a boolean indicating whether the strip is bad.

Definition at line 26 of file SVDLocalRunBadStrips.h.

Constructor & Destructor Documentation

◆ SVDLocalRunBadStrips()

Constructor, no input argument is required.

Definition at line 29 of file SVDLocalRunBadStrips.h.

30 {}

Member Function Documentation

◆ isBad()

bool isBad ( VxdID  vxdID,
bool  isU,
unsigned char  strip 
) const
inline

This is the method for knowing whether a strip is bad, according to local runs results.

Currently, return "false" as default (= all good strips).

Input:

Parameters
vxdIDidentitiy of the sensor for which the calibration is required
isUsensor side, true for p side, false for n side
stripstrip number

Output: boolean variable as flag for bad strips.

Definition at line 44 of file SVDLocalRunBadStrips.h.

45 {
46 return false;
47 }

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