Belle II Software development
|
This class defines the dbobject and the method to access the information on bad strips flagged during local runs. More...
#include <SVDLocalRunBadStrips.h>
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 | |
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.
|
inline |
Constructor, no input argument is required.
Definition at line 29 of file SVDLocalRunBadStrips.h.
|
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:
vxdID | identitiy of the sensor for which the calibration is required |
isU | sensor side, true for p side, false for n side |
strip | strip number |
Output: boolean variable as flag for bad strips.
Definition at line 44 of file SVDLocalRunBadStrips.h.