11#include <vxd/dataobjects/VxdID.h>
12#include <svd/dbobjects/SVDCalibrationsBase.h>
13#include <svd/dbobjects/SVDCalibrationsBitmap.h>
14#include <framework/database/DBObjPtr.h>
41 m_aDBObjPtr.addCallback([
this ](
const std::string&) ->
void {
42 B2DEBUG(20,
"SVDHotStripsCalibrations: from now on we are using " <<
57 inline float isHot(
const VxdID& sensorID,
const bool& isU,
const unsigned short& strip)
const
Class for accessing objects in the database.
base class for calibrations classes
This class defines the wrapper to retrieve the the list of the hot strips flgged offline.
SVDCalibrationsBase< SVDCalibrationsBitmap > t_payload
typedef of the SVDHotStripsCalibrations payload for all SVD strips
SVDHotStripsCalibrations()
Constructor, no input argument is required.
static std::string name
name of the SVDHotStripsCalibrations payload
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
DBObjPtr< t_payload > m_aDBObjPtr
SVDHotStripsCalibrations payload.
bool isValid()
returns true if the m_aDBObtPtr is valid in the requested IoV
Class to uniquely identify a any structure of the PXD and SVD.
baseType getSensorNumber() const
Get the sensor id.
baseType getLadderNumber() const
Get the ladder id.
baseType getLayerNumber() const
Get the layer id.
Abstract base class for different kinds of events.