Belle II Software development
|
This class defines the dbobject and the methods to access the calibration of the cluster reconstruction. More...
#include <SVDClustering.h>
Public Types | |
typedef SVDCalibrationsBase< SVDCalibrationsScalar< SVDClusterCuts > > | t_payload |
typedef for the of SVDClusterCuts payload of all SVD sensors | |
Public Member Functions | |
SVDClustering () | |
Constructor, no input argument is required. | |
double | getMinSeedSNR (const Belle2::VxdID &sensorID, const bool &isU) const |
Return the minimum SNR for the seed. | |
double | getMinAdjSNR (const Belle2::VxdID &sensorID, const bool &isU) const |
Return the minimum SNR for the adjacent. | |
double | getUnfoldingCoeff (const Belle2::VxdID &sensorID, const bool &isU) const |
Return the unfolding coefficient for the strip charge. | |
double | getMinClusterSNR (const Belle2::VxdID &sensorID, const bool &isU) const |
Return the minimum SNR for the cluster. | |
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("SVDClustering") |
name of SVDClusterCuts payload | |
Private Attributes | |
DBObjPtr< t_payload > | m_aDBObjPtr |
SVDClusterCuts payload. | |
This class defines the dbobject and the methods to access the calibration of the cluster reconstruction.
Definition at line 29 of file SVDClustering.h.
typedef for the of SVDClusterCuts payload of all SVD sensors
Definition at line 33 of file SVDClustering.h.
|
inline |
Constructor, no input argument is required.
Definition at line 36 of file SVDClustering.h.
|
inline |
Return the minimum SNR for the adjacent.
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 minimum SNR for the adjacent
Definition at line 75 of file SVDClustering.h.
|
inline |
Return the minimum SNR for the cluster.
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 minimum SNR for the cluster
Definition at line 119 of file SVDClustering.h.
|
inline |
Return the minimum SNR for the seed.
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 minimum SNR for the seed
Definition at line 54 of file SVDClustering.h.
|
inline |
Return the unfolding coefficient for the strip charge.
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 unfolding coefficient for the cluster
Definition at line 97 of file SVDClustering.h.
|
inline |
|
inline |
returns true if the m_aDBObtPtr is valid in the requested IoV
Definition at line 138 of file SVDClustering.h.
SVDClusterCuts payload.
Definition at line 143 of file SVDClustering.h.
|
static |
name of SVDClusterCuts payload
Definition at line 31 of file SVDClustering.h.