 |
Belle II Software
release-05-02-19
|
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 SVDFADCMaskedStrips {
37 static std::string
name;
38 typedef SVDCalibrationsBase< SVDCalibrationsBitmap >
t_payload;
43 m_aDBObjPtr.addCallback([
this ](
const std::string&) ->
void {
44 B2INFO(
"SVDFADCMaskedStrips: from now on we are using " <<
63 inline float isMasked(
const VxdID& sensorID,
const bool& isU ,
const unsigned short& strip)
const
float isMasked(const VxdID &sensorID, const bool &isU, const unsigned short &strip) const
This is the method for getting the comprehensive list of masked strips at FADC level.
Class to uniquely identify a any structure of the PXD and SVD.
baseType getLadderNumber() const
Get the ladder id.
TString getUniqueID()
returns the unique ID of the payload
SVDCalibrationsBase< SVDCalibrationsBitmap > t_payload
typedef of the SVDFADCMaskedStrips payload for all SVD strips
Abstract base class for different kinds of events.
static std::string name
name of the SVDFADCMaskedStrips payload
DBObjPtr< t_payload > m_aDBObjPtr
SVDFADCMaskedStrips payload.
baseType getSensorNumber() const
Get the sensor id.
SVDFADCMaskedStrips()
Constructor, no input argument is required.
bool isValid()
returns true if the m_aDBObtPtr is valid in the requested IoV
baseType getLayerNumber() const
Get the layer id.