11#include <vxd/dataobjects/VxdID.h>
12#include <svd/dbobjects/SVDCalibrationsBase.h>
13#include <svd/dbobjects/SVDCalibrationsBitmap.h>
14#include <framework/database/DBObjPtr.h>
40 m_aDBObjPtr.addCallback([
this ](
const std::string&) ->
void {
41 B2DEBUG(20,
"SVDFADCMaskedStrips: from now on we are using " <<
59 inline float isMasked(
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 dbobject and the method to access strips which are masked at FADC level.
SVDCalibrationsBase< SVDCalibrationsBitmap > t_payload
typedef of the SVDFADCMaskedStrips payload for all SVD strips
static std::string name
name of the SVDFADCMaskedStrips payload
SVDFADCMaskedStrips()
Constructor, no input argument is required.
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.
TString getUniqueID()
returns the unique ID of the payload
DBObjPtr< t_payload > m_aDBObjPtr
SVDFADCMaskedStrips 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.