#include <CorrectdEdxDistortions.h>
Definition at line 37 of file CorrectdEdxDistortions.h.
◆ CorrectdEdxDistortions()
o2::tpc::CorrectdEdxDistortions::CorrectdEdxDistortions |
( |
| ) |
|
|
default |
◆ ~CorrectdEdxDistortions()
o2::tpc::CorrectdEdxDistortions::~CorrectdEdxDistortions |
( |
| ) |
|
|
default |
◆ getCorrection()
float o2::tpc::CorrectdEdxDistortions::getCorrection |
( |
const float |
time, |
|
|
unsigned char |
sector, |
|
|
unsigned char |
padrow, |
|
|
int |
pad |
|
) |
| const |
- Returns
- getting the correction value for the cluster charge
- Parameters
-
time | true time information of the cluster |
sector | TPC sector of the cluster |
padrow | global padrow |
pad | pad number in the padrow |
Definition at line 79 of file CorrectdEdxDistortions.cxx.
◆ setCorrectionMaps() [1/2]
setting the space-charge corrections
- Parameters
-
avg | average space-charge correction map |
der | derivative space-charge correction map |
Definition at line 43 of file CorrectdEdxDistortions.cxx.
◆ setCorrectionMaps() [2/2]
setting the space-charge corrections
- Parameters
-
avg | average space-charge correction map |
der | derivative space-charge correction map |
lumi | luminosity which is used for scaling the correction map |
Definition at line 61 of file CorrectdEdxDistortions.cxx.
◆ setLumi()
void o2::tpc::CorrectdEdxDistortions::setLumi |
( |
float |
lumi | ) |
|
◆ setMaxCorr()
void o2::tpc::CorrectdEdxDistortions::setMaxCorr |
( |
const float |
maxCorr | ) |
|
|
inline |
◆ setMinCorr()
void o2::tpc::CorrectdEdxDistortions::setMinCorr |
( |
const float |
minCorr | ) |
|
|
inline |
◆ setMinLX0()
void o2::tpc::CorrectdEdxDistortions::setMinLX0 |
( |
const float |
minLX | ) |
|
|
inline |
◆ setMinLX1()
void o2::tpc::CorrectdEdxDistortions::setMinLX1 |
( |
const float |
minLX | ) |
|
|
inline |
◆ setSCCorrFromFile()
void o2::tpc::CorrectdEdxDistortions::setSCCorrFromFile |
( |
const char * |
scAvgFile, |
|
|
const char * |
scDerFile, |
|
|
const float |
lumi = -1 |
|
) |
| |
setting the space-charge corrections from local file
- Parameters
-
scAvgFile | average space-charge correction map |
scDerFile | derivative space-charge correction map |
lumi | luminosity which is used for scaling the correction map |
Definition at line 30 of file CorrectdEdxDistortions.cxx.
◆ setStreamer()
void o2::tpc::CorrectdEdxDistortions::setStreamer |
( |
const char * |
debugRootFile = "debug_sc_corrections.root" | ) |
|
The documentation for this class was generated from the following files: