![]() |
Project
|
#include <VDriftCorrFact.h>
Public Member Functions | |
| float | getVDrift () const |
| float | getVDriftError () const |
| float | getTimeOffset () const |
| void | normalize (float newVRef=0.f, float tp=0.f) |
| void | normalizeOffset (float newRefTimeOffset=-999.) |
| ClassDefNV (VDriftCorrFact, 3) | |
Public Attributes | |
| long | firstTime {} |
| first time stamp of processed TFs | |
| long | lastTime {} |
| last time stamp of processed TFs | |
| long | creationTime {} |
| time of creation | |
| float | corrFact {1.0} |
| drift velocity correction factor (multiplicative) | |
| float | corrFactErr {0.0} |
| stat error of correction factor | |
| float | refVDrift {0.} |
| reference vdrift for which factor was extracted | |
| float | refTimeOffset {0.} |
| additive time offset reference (\mus) | |
| float | timeOffsetCorr {0.} |
| additive time offset correction (\mus) | |
| float | refTP {0.} |
| reference temperature / pressure for which refVDrift was extracted | |
Definition at line 28 of file VDriftCorrFact.h.
| o2::tpc::VDriftCorrFact::ClassDefNV | ( | VDriftCorrFact | , |
| 3 | |||
| ) |
|
inline |
Definition at line 42 of file VDriftCorrFact.h.
|
inline |
Definition at line 39 of file VDriftCorrFact.h.
|
inline |
Definition at line 40 of file VDriftCorrFact.h.
Definition at line 45 of file VDriftCorrFact.h.
|
inline |
Definition at line 66 of file VDriftCorrFact.h.
| float o2::tpc::VDriftCorrFact::corrFact {1.0} |
drift velocity correction factor (multiplicative)
Definition at line 32 of file VDriftCorrFact.h.
| float o2::tpc::VDriftCorrFact::corrFactErr {0.0} |
stat error of correction factor
Definition at line 33 of file VDriftCorrFact.h.
| long o2::tpc::VDriftCorrFact::creationTime {} |
time of creation
Definition at line 31 of file VDriftCorrFact.h.
| long o2::tpc::VDriftCorrFact::firstTime {} |
first time stamp of processed TFs
Definition at line 29 of file VDriftCorrFact.h.
| long o2::tpc::VDriftCorrFact::lastTime {} |
last time stamp of processed TFs
Definition at line 30 of file VDriftCorrFact.h.
| float o2::tpc::VDriftCorrFact::refTimeOffset {0.} |
additive time offset reference (\mus)
Definition at line 35 of file VDriftCorrFact.h.
| float o2::tpc::VDriftCorrFact::refTP {0.} |
reference temperature / pressure for which refVDrift was extracted
Definition at line 37 of file VDriftCorrFact.h.
| float o2::tpc::VDriftCorrFact::refVDrift {0.} |
reference vdrift for which factor was extracted
Definition at line 34 of file VDriftCorrFact.h.
| float o2::tpc::VDriftCorrFact::timeOffsetCorr {0.} |
additive time offset correction (\mus)
Definition at line 36 of file VDriftCorrFact.h.