Project
Loading...
Searching...
No Matches
o2::tpc::VDriftCorrFact Struct Reference

#include <VDriftCorrFact.h>

Public Member Functions

float getVDrift () const
 
float getVDriftError () const
 
float getTimeOffset () const
 
void normalize (float newVRef=0.f)
 
void normalizeOffset (float newRefTimeOffset=-999.)
 
 ClassDefNV (VDriftCorrFact, 2)
 

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)
 

Detailed Description

Definition at line 28 of file VDriftCorrFact.h.

Member Function Documentation

◆ ClassDefNV()

o2::tpc::VDriftCorrFact::ClassDefNV ( VDriftCorrFact  ,
 
)

◆ getTimeOffset()

float o2::tpc::VDriftCorrFact::getTimeOffset ( ) const
inline

Definition at line 41 of file VDriftCorrFact.h.

◆ getVDrift()

float o2::tpc::VDriftCorrFact::getVDrift ( ) const
inline

Definition at line 38 of file VDriftCorrFact.h.

◆ getVDriftError()

float o2::tpc::VDriftCorrFact::getVDriftError ( ) const
inline

Definition at line 39 of file VDriftCorrFact.h.

◆ normalize()

void o2::tpc::VDriftCorrFact::normalize ( float  newVRef = 0.f)
inline

Definition at line 44 of file VDriftCorrFact.h.

◆ normalizeOffset()

void o2::tpc::VDriftCorrFact::normalizeOffset ( float  newRefTimeOffset = -999.)
inline

Definition at line 58 of file VDriftCorrFact.h.

Member Data Documentation

◆ corrFact

float o2::tpc::VDriftCorrFact::corrFact {1.0}

drift velocity correction factor (multiplicative)

Definition at line 32 of file VDriftCorrFact.h.

◆ corrFactErr

float o2::tpc::VDriftCorrFact::corrFactErr {0.0}

stat error of correction factor

Definition at line 33 of file VDriftCorrFact.h.

◆ creationTime

long o2::tpc::VDriftCorrFact::creationTime {}

time of creation

Definition at line 31 of file VDriftCorrFact.h.

◆ firstTime

long o2::tpc::VDriftCorrFact::firstTime {}

first time stamp of processed TFs

Definition at line 29 of file VDriftCorrFact.h.

◆ lastTime

long o2::tpc::VDriftCorrFact::lastTime {}

last time stamp of processed TFs

Definition at line 30 of file VDriftCorrFact.h.

◆ refTimeOffset

float o2::tpc::VDriftCorrFact::refTimeOffset {0.}

additive time offset reference (\mus)

Definition at line 35 of file VDriftCorrFact.h.

◆ refVDrift

float o2::tpc::VDriftCorrFact::refVDrift {0.}

reference vdrift for which factor was extracted

Definition at line 34 of file VDriftCorrFact.h.

◆ timeOffsetCorr

float o2::tpc::VDriftCorrFact::timeOffsetCorr {0.}

additive time offset correction (\mus)

Definition at line 36 of file VDriftCorrFact.h.


The documentation for this struct was generated from the following file: