Belle II Software development
|
This class defines the wrapper to retrieve the the list of the hot strips flgged offline. More...
#include <SVDHotStripsCalibrations.h>
Public Types | |
typedef SVDCalibrationsBase< SVDCalibrationsBitmap > | t_payload |
typedef of the SVDHotStripsCalibrations payload for all SVD strips | |
Public Member Functions | |
SVDHotStripsCalibrations () | |
Constructor, no input argument is required. | |
float | isHot (const VxdID &sensorID, const bool &isU, const unsigned short &strip) const |
This is the method for getting the offline list of bad strips to be masked. | |
TString | getUniqueID () |
returns the unique ID of the payload | |
bool | isValid () |
returns true if the m_aDBObtPtr is valid in the requested IoV | |
Static Public Attributes | |
static std::string | name = std::string("SVDHotStripsCalibrations") |
name of the SVDHotStripsCalibrations payload | |
Private Attributes | |
DBObjPtr< t_payload > | m_aDBObjPtr |
SVDHotStripsCalibrations payload. | |
This class defines the wrapper to retrieve the the list of the hot strips flgged offline.
Definition at line 32 of file SVDHotStripsCalibrations.h.
typedef SVDCalibrationsBase< SVDCalibrationsBitmap > t_payload |
typedef of the SVDHotStripsCalibrations payload for all SVD strips
Definition at line 36 of file SVDHotStripsCalibrations.h.
|
inline |
Constructor, no input argument is required.
Definition at line 39 of file SVDHotStripsCalibrations.h.
|
inline |
|
inline |
This is the method for getting the offline list of bad strips to be masked.
Input:
sensorID | identitiy of the sensor for which the calibration is required |
isU | sensor side, true for p (u) side, false for n (v) side |
strip | strip number |
Output: boolean value, 1 is the strip has to be masked, 0 otherwise. it throws std::out_of_range if the strip is unknown
Definition at line 57 of file SVDHotStripsCalibrations.h.
|
inline |
returns true if the m_aDBObtPtr is valid in the requested IoV
Definition at line 69 of file SVDHotStripsCalibrations.h.
SVDHotStripsCalibrations payload.
Definition at line 72 of file SVDHotStripsCalibrations.h.
|
static |
name of the SVDHotStripsCalibrations payload
Definition at line 34 of file SVDHotStripsCalibrations.h.