Belle II Software development
|
This class defines the dbobject and the methods to access the scaling factors for the OldDefault position algorithm. More...
#include <SVDOldDefaultErrorScaleFactors.h>
Public Types | |
typedef SVDCalibrationsBase< SVDCalibrationsScalar< SVDPosErrScaleFactors > > | t_payload |
typedef for the of SVDPosErrScaleFactors payload of all SVD sensors | |
Public Member Functions | |
SVDOldDefaultErrorScaleFactors () | |
Constructor, no input argument is required. | |
double | getCorrectedClusterPositionError (const Belle2::VxdID &sensorID, const bool &isU, const int &size, const double &raw_error) const |
Return the corrected cluster position error. | |
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("SVDOldDefaultErrorScaleFactors") |
name of SVDPosErrScaleFactors payload | |
Private Attributes | |
DBObjPtr< t_payload > | m_aDBObjPtr |
SVDPosErrScaleFactors payload. | |
This class defines the dbobject and the methods to access the scaling factors for the OldDefault position algorithm.
Definition at line 29 of file SVDOldDefaultErrorScaleFactors.h.
typedef for the of SVDPosErrScaleFactors payload of all SVD sensors
Definition at line 33 of file SVDOldDefaultErrorScaleFactors.h.
|
inline |
Constructor, no input argument is required.
Definition at line 36 of file SVDOldDefaultErrorScaleFactors.h.
|
inline |
Return the corrected cluster position error.
Input:
sensorID | identity of the sensor for which the calibration is required |
isU | sensor side, true for p side, false for n side |
size | cluster size |
raw_error | : error provided by the algorithm in the SVDClusterizer |
Output: double corresponding to the corrected cluster position error [cm]
Definition at line 53 of file SVDOldDefaultErrorScaleFactors.h.
|
inline |
returns the unique ID of the payload
Definition at line 68 of file SVDOldDefaultErrorScaleFactors.h.
|
inline |
returns true if the m_aDBObtPtr is valid in the requested IoV
Definition at line 71 of file SVDOldDefaultErrorScaleFactors.h.
SVDPosErrScaleFactors payload.
Definition at line 76 of file SVDOldDefaultErrorScaleFactors.h.
|
static |
name of SVDPosErrScaleFactors payload
Definition at line 31 of file SVDOldDefaultErrorScaleFactors.h.