Belle II Software development
|
This class defines the dbobject and the methods to access the SVD time fudge factors for MC reconstruction. More...
#include <SVDMCClusterTimeFudgeFactor.h>
Public Types | |
typedef SVDCalibrationsBase< SVDCalibrationsScalar< float > > | t_payload |
typedef for the SVDMCClusterTimeFudgeFactor payload of all SVD sensors | |
Public Member Functions | |
SVDMCClusterTimeFudgeFactor () | |
Constructor, no input argument is required. | |
double | getFudgeFactor (const Belle2::VxdID &sensorID, const bool &isU) const |
Return the MC fudge factor. | |
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("SVDMCClusterTimeFudgeFactor") |
name of the SVDMCClusterTimeFudgeFactor payload | |
Private Attributes | |
DBObjPtr< t_payload > | m_aDBObjPtr |
SVDMCClusterTimeFudgeFactor payload. | |
This class defines the dbobject and the methods to access the SVD time fudge factors for MC reconstruction.
Definition at line 26 of file SVDMCClusterTimeFudgeFactor.h.
typedef SVDCalibrationsBase<SVDCalibrationsScalar< float > > t_payload |
typedef for the SVDMCClusterTimeFudgeFactor payload of all SVD sensors
Definition at line 30 of file SVDMCClusterTimeFudgeFactor.h.
|
inline |
Constructor, no input argument is required.
Definition at line 33 of file SVDMCClusterTimeFudgeFactor.h.
|
inline |
Return the MC fudge factor.
Input:
sensorID | identity of the sensor for which the calibration is required |
isU | sensor side, true for p side, false for n side |
Output: double corresponding to the fudge factor
Definition at line 47 of file SVDMCClusterTimeFudgeFactor.h.
|
inline |
|
inline |
returns true if the m_aDBObtPtr is valid in the requested IoV
Definition at line 62 of file SVDMCClusterTimeFudgeFactor.h.
SVDMCClusterTimeFudgeFactor payload.
Definition at line 65 of file SVDMCClusterTimeFudgeFactor.h.
|
static |
name of the SVDMCClusterTimeFudgeFactor payload
Definition at line 28 of file SVDMCClusterTimeFudgeFactor.h.