Belle II Software
release-08-01-10
|
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. More... | |
double | getMinAdjSNR (const Belle2::VxdID &sensorID, const bool &isU) const |
Return the minimum SNR for the adjacent. More... | |
double | getUnfoldingCoeff (const Belle2::VxdID &sensorID, const bool &isU) const |
Return the unfolding coefficient for the strip charge. More... | |
double | getMinClusterSNR (const Belle2::VxdID &sensorID, const bool &isU) const |
Return the minimum SNR for the cluster. More... | |
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.
|
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 |
strip | NOT USED |
Output: double corresponding to the minimum SNR for the adjacent
Definition at line 77 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 |
strip | NOT USED |
Output: double corresponding to the minimum SNR for the cluster
Definition at line 123 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 |
strip | NOT USED |
Output: double corresponding to the minimum SNR for the seed
Definition at line 55 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 |
strip | NOT USED |
Output: double corresponding to the unfolding coefficient for the cluster
Definition at line 100 of file SVDClustering.h.