19#ifndef AliceO2_TPC_VDRIFT_CORRFACT_H
20#define AliceO2_TPC_VDRIFT_CORRFACT_H
47 float normVDrift = newVRef;
51 if ((tp > 0) && (
refTP > 0)) {
53 normVDrift *=
refTP / tp;
68 if (newRefTimeOffset > -999.) {
Header to collect LHC related constants.
Global TPC definitions and constants.
long creationTime
time of creation
void normalizeOffset(float newRefTimeOffset=-999.)
float corrFactErr
stat error of correction factor
float refTimeOffset
additive time offset reference (\mus)
void normalize(float newVRef=0.f, float tp=0.f)
long lastTime
last time stamp of processed TFs
float refVDrift
reference vdrift for which factor was extracted
float getTimeOffset() const
float timeOffsetCorr
additive time offset correction (\mus)
float corrFact
drift velocity correction factor (multiplicative)
float refTP
reference temperature / pressure for which refVDrift was extracted
long firstTime
first time stamp of processed TFs
float getVDriftError() const
ClassDefNV(VDriftCorrFact, 3)