Belle II Software  release-08-01-10
SVDClustering Class Reference

This class defines the dbobject and the methods to access the calibration of the cluster reconstruction. More...

#include <SVDClustering.h>

Collaboration diagram for SVDClustering:

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_payloadm_aDBObjPtr
 SVDClusterCuts payload.
 

Detailed Description

This class defines the dbobject and the methods to access the calibration of the cluster reconstruction.

Definition at line 29 of file SVDClustering.h.

Member Function Documentation

◆ getMinAdjSNR()

double getMinAdjSNR ( const Belle2::VxdID sensorID,
const bool &  isU 
) const
inline

Return the minimum SNR for the adjacent.

Input:

Parameters
sensorIDidentity of the sensor for which the calibration is required
isUsensor side, true for p side, false for n side
stripNOT USED

Output: double corresponding to the minimum SNR for the adjacent

Definition at line 77 of file SVDClustering.h.

81  {
82  return m_aDBObjPtr->getReference(sensorID.getLayerNumber(),
83  sensorID.getLadderNumber(),
84  sensorID.getSensorNumber(),
85  m_aDBObjPtr->sideIndex(isU),
86  0 //strip not relevant
87  ).minAdjSNR;
88 
89  }
DBObjPtr< t_payload > m_aDBObjPtr
SVDClusterCuts payload.
baseType getSensorNumber() const
Get the sensor id.
Definition: VxdID.h:100
baseType getLadderNumber() const
Get the ladder id.
Definition: VxdID.h:98
baseType getLayerNumber() const
Get the layer id.
Definition: VxdID.h:96

◆ getMinClusterSNR()

double getMinClusterSNR ( const Belle2::VxdID sensorID,
const bool &  isU 
) const
inline

Return the minimum SNR for the cluster.

Input:

Parameters
sensorIDidentity of the sensor for which the calibration is required
isUsensor side, true for p side, false for n side
stripNOT USED

Output: double corresponding to the minimum SNR for the cluster

Definition at line 123 of file SVDClustering.h.

◆ getMinSeedSNR()

double getMinSeedSNR ( const Belle2::VxdID sensorID,
const bool &  isU 
) const
inline

Return the minimum SNR for the seed.

Input:

Parameters
sensorIDidentity of the sensor for which the calibration is required
isUsensor side, true for p side, false for n side
stripNOT USED

Output: double corresponding to the minimum SNR for the seed

Definition at line 55 of file SVDClustering.h.

◆ getUnfoldingCoeff()

double getUnfoldingCoeff ( const Belle2::VxdID sensorID,
const bool &  isU 
) const
inline

Return the unfolding coefficient for the strip charge.

Input:

Parameters
sensorIDidentity of the sensor for which the calibration is required
isUsensor side, true for p side, false for n side
stripNOT USED

Output: double corresponding to the unfolding coefficient for the cluster

Definition at line 100 of file SVDClustering.h.


The documentation for this class was generated from the following files: