Belle II Software
release-08-01-10
|
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, bool, unsigned char) const |
This is the method for knowing whether a strip is bad, according to local runs results. More... | |
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 |
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:
sensor | ID: 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.