#include <CalibdEdxCorrection.h>
|
| | CalibdEdxCorrection () |
| |
| | CalibdEdxCorrection (std::string_view fileName) |
| |
| | ~CalibdEdxCorrection ()=default |
| |
| | GPUd () float getCorrection(const StackID &stack |
| |
| void | writeToFile (std::string_view fileName, std::string_view objName="ccdb_object") const |
| |
| void | loadFromFile (std::string_view fileName, std::string_view objName="ccdb_object") |
| |
| void | dumpToTree (const char *outFileName="calib_dedx.root") const |
| |
| const std::array< float, ParamSize > | getMeanParams (ChargeType charge) const |
| | Parameters averaged over all stacks.
|
| |
| const std::array< float, ParamSize > | getMeanParams (const GEMstack stack, ChargeType charge) const |
| | Parameters averaged over all sectors for a stack type.
|
| |
| float | getMeanParam (ChargeType charge, uint32_t param) const |
| | Single fit parameters averaged over all sectors for a stack type.
|
| |
| float | getMeanParam (const GEMstack stack, ChargeType charge, uint32_t param) const |
| | Single fit parameters averaged over all sectors for a stack type.
|
| |
| float | getMeanEntries (ChargeType charge) const |
| | Single fit parameters averaged over all sectors for a stack type.
|
| |
| float | getMeanEntries (const GEMstack stack, ChargeType charge) const |
| | Single fit parameters averaged over all sectors for a stack type.
|
| |
| void | setUnity () |
| | set all corrections to 1, used for default initialization and to reset corrections
|
| |
Definition at line 39 of file CalibdEdxCorrection.h.
◆ CalibdEdxCorrection() [1/2]
| o2::tpc::CalibdEdxCorrection::CalibdEdxCorrection |
( |
| ) |
|
|
inline |
◆ CalibdEdxCorrection() [2/2]
| o2::tpc::CalibdEdxCorrection::CalibdEdxCorrection |
( |
std::string_view |
fileName | ) |
|
|
inline |
◆ ~CalibdEdxCorrection()
| o2::tpc::CalibdEdxCorrection::~CalibdEdxCorrection |
( |
| ) |
|
|
default |
◆ dumpToTree()
| void CalibdEdxCorrection::dumpToTree |
( |
const char * |
outFileName = "calib_dedx.root" | ) |
const |
◆ getMeanEntries() [1/2]
| float CalibdEdxCorrection::getMeanEntries |
( |
ChargeType |
charge | ) |
const |
◆ getMeanEntries() [2/2]
| float CalibdEdxCorrection::getMeanEntries |
( |
const GEMstack |
stack, |
|
|
ChargeType |
charge |
|
) |
| const |
◆ getMeanParam() [1/2]
| float CalibdEdxCorrection::getMeanParam |
( |
ChargeType |
charge, |
|
|
uint32_t |
param |
|
) |
| const |
◆ getMeanParam() [2/2]
| float CalibdEdxCorrection::getMeanParam |
( |
const GEMstack |
stack, |
|
|
ChargeType |
charge, |
|
|
uint32_t |
param |
|
) |
| const |
◆ getMeanParams() [1/2]
| const std::array< float, CalibdEdxCorrection::ParamSize > CalibdEdxCorrection::getMeanParams |
( |
ChargeType |
charge | ) |
const |
◆ getMeanParams() [2/2]
| const std::array< float, CalibdEdxCorrection::ParamSize > CalibdEdxCorrection::getMeanParams |
( |
const GEMstack |
stack, |
|
|
ChargeType |
charge |
|
) |
| const |
◆ GPUd()
| o2::tpc::CalibdEdxCorrection::GPUd |
( |
| ) |
const & |
◆ GPUglobalconstexpr() [1/2]
| static o2::tpc::CalibdEdxCorrection::GPUglobalconstexpr |
( |
| ) |
|
|
static |
Number of fitted corrections.
◆ GPUglobalconstexpr() [2/2]
| static o2::tpc::CalibdEdxCorrection::GPUglobalconstexpr |
( |
| ) |
|
|
static |
Number of params per fit.
◆ loadFromFile()
| void CalibdEdxCorrection::loadFromFile |
( |
std::string_view |
fileName, |
|
|
std::string_view |
objName = "ccdb_object" |
|
) |
| |
◆ setUnity()
| void CalibdEdxCorrection::setUnity |
( |
| ) |
|
set all corrections to 1, used for default initialization and to reset corrections
Definition at line 176 of file CalibdEdxCorrection.cxx.
◆ writeToFile()
| void CalibdEdxCorrection::writeToFile |
( |
std::string_view |
fileName, |
|
|
std::string_view |
objName = "ccdb_object" |
|
) |
| const |
◆ charge
◆ snp
| ChargeType float float o2::tpc::CalibdEdxCorrection::snp |
◆ tgl
| ChargeType float o2::tpc::CalibdEdxCorrection::tgl = 0 |
The documentation for this class was generated from the following files: