Belle II Software
release-08-01-10
|
Database object for correcting a simple threshold model in MC. More...
#include <CDCCorrToThresholds.h>
Public Member Functions | |
CDCCorrToThresholds () | |
Default constructor. | |
void | setParam (unsigned short id, double param) |
Set the paramseter in the array. More... | |
unsigned short | getEntries () const |
Get the no. More... | |
std::array< float, c_maxNSenseLayers > | getParams () const |
Get the whole array. | |
float | getParam (unsigned short id) const |
Get the parameter for the id. More... | |
void | dump () const |
Print all contents. | |
void | outputToFile (std::string fileName) const |
Output the contents in text file format. | |
Private Member Functions | |
ClassDef (CDCCorrToThresholds, 2) | |
ClassDef. | |
Private Attributes | |
std::array< float, c_maxNSenseLayers > | m_crs |
cr array | |
Database object for correcting a simple threshold model in MC.
Definition at line 27 of file CDCCorrToThresholds.h.
|
inline |
Get the no.
of entries in the array
Definition at line 48 of file CDCCorrToThresholds.h.
|
inline |
Get the parameter for the id.
id | layerID |
Definition at line 66 of file CDCCorrToThresholds.h.
|
inline |
Set the paramseter in the array.
id | layerID(0-55) |
param | parameter for correction |
Definition at line 40 of file CDCCorrToThresholds.h.