 |
Belle II Software
release-05-01-25
|
14 #include <vxd/dataobjects/VxdID.h>
15 #include <svd/dbobjects/SVDCalibrationsBase.h>
16 #include <svd/dbobjects/SVDCalibrationsBitmap.h>
17 #include <framework/database/DBObjPtr.h>
35 class SVDHotStripsCalibrations {
37 static std::string
name;
38 typedef SVDCalibrationsBase< SVDCalibrationsBitmap >
44 m_aDBObjPtr.addCallback([
this ](
const std::string&) ->
void {
45 B2INFO(
"SVDHotStripsCalibrations: from now on we are using " <<
61 inline float isHot(
const VxdID& sensorID,
const bool& isU ,
const unsigned short& strip)
const
Class to uniquely identify a any structure of the PXD and SVD.
baseType getLadderNumber() const
Get the ladder id.
SVDCalibrationsBase< SVDCalibrationsBitmap > t_payload
typedef of the SVDHotStripsCalibrations payload for all SVD strips
bool isValid()
returns true if the m_aDBObtPtr is valid in the requested IoV
TString getUniqueID()
returns the unique ID of the payload
static std::string name
name of the SVDHotStripsCalibrations payload
Abstract base class for different kinds of events.
DBObjPtr< t_payload > m_aDBObjPtr
SVDHotStripsCalibrations payload.
baseType getSensorNumber() const
Get the sensor id.
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.
SVDHotStripsCalibrations()
Constructor, no input argument is required.
baseType getLayerNumber() const
Get the layer id.