Project
Loading...
Searching...
No Matches
o2::tof::eventTimeContainer Struct Reference

#include <EventTimeMaker.h>

Public Member Functions

 eventTimeContainer (const float &e, const float &err, const float &diamond)
 
void reset ()
 
template<typename trackType , bool(*)(const trackType &) trackFilter>
void removeBias (const trackType &track, int &nTrackIndex, float &eventTimeValue, float &eventTimeError, const unsigned short &minimumMultiplicity=2) const
 
template<typename trackType , bool(*)(const trackType &) trackFilter>
void removeBias (const trackType &track, int &nTrackIndex, double &eventTimeValue, double &eventTimeError, const unsigned short &minimumMultiplicity=2) const
 
void print ()
 

Static Public Member Functions

static int getMaxNtracksInSet ()
 
static void setMaxNtracksInSet (int v=-1)
 
static void printConfig ()
 

Public Attributes

double mEventTime = 0.f
 
double mEventTimeError = 0.f
 Value of the event time.
 
unsigned short mEventTimeMultiplicity = 0
 Uncertainty on the computed event time.
 
double mSumOfWeights = 0.f
 Track multiplicity used to compute the event time.
 
std::vector< float > mWeights
 sum of weights of all track contributors
 
std::vector< double > mTrackTimes
 weights (1/sigma^2) associated to a track in event time computation, 0 if track not used
 
float mDiamondSpread = 6.f
 eventtime provided by a single track
 
const double & eventTime = mEventTime
 spread of primary verdex in cm. Used when resetting the container to the default value
 
const double & eventTimeError = mEventTimeError
 
const unsigned shorteventTimeMultiplicity = mEventTimeMultiplicity
 
const double & sumweights = mSumOfWeights
 
const std::vector< float > & weights = mWeights
 
const std::vector< double > & tracktime = mTrackTimes
 

Detailed Description

Definition at line 39 of file EventTimeMaker.h.

Constructor & Destructor Documentation

◆ eventTimeContainer()

o2::tof::eventTimeContainer::eventTimeContainer ( const float &  e,
const float &  err,
const float &  diamond 
)
inline

Definition at line 40 of file EventTimeMaker.h.

Member Function Documentation

◆ getMaxNtracksInSet()

static int o2::tof::eventTimeContainer::getMaxNtracksInSet ( )
inlinestatic

Definition at line 41 of file EventTimeMaker.h.

◆ print()

void o2::tof::eventTimeContainer::print ( )
inline

Definition at line 125 of file EventTimeMaker.h.

◆ printConfig()

static void o2::tof::eventTimeContainer::printConfig ( )
inlinestatic

Definition at line 119 of file EventTimeMaker.h.

◆ removeBias() [1/2]

template<typename trackType , bool(*)(const trackType &) trackFilter>
void o2::tof::eventTimeContainer::removeBias ( const trackType &  track,
int nTrackIndex,
double &  eventTimeValue,
double &  eventTimeError,
const unsigned short minimumMultiplicity = 2 
) const
inline

Definition at line 90 of file EventTimeMaker.h.

◆ removeBias() [2/2]

template<typename trackType , bool(*)(const trackType &) trackFilter>
void o2::tof::eventTimeContainer::removeBias ( const trackType &  track,
int nTrackIndex,
float &  eventTimeValue,
float &  eventTimeError,
const unsigned short minimumMultiplicity = 2 
) const
inline

Definition at line 75 of file EventTimeMaker.h.

◆ reset()

void o2::tof::eventTimeContainer::reset ( )
inline

Definition at line 62 of file EventTimeMaker.h.

◆ setMaxNtracksInSet()

static void o2::tof::eventTimeContainer::setMaxNtracksInSet ( int  v = -1)
inlinestatic

Definition at line 42 of file EventTimeMaker.h.

Member Data Documentation

◆ eventTime

const double& o2::tof::eventTimeContainer::eventTime = mEventTime

spread of primary verdex in cm. Used when resetting the container to the default value

Definition at line 55 of file EventTimeMaker.h.

◆ eventTimeError

const double& o2::tof::eventTimeContainer::eventTimeError = mEventTimeError

Definition at line 56 of file EventTimeMaker.h.

◆ eventTimeMultiplicity

const unsigned short& o2::tof::eventTimeContainer::eventTimeMultiplicity = mEventTimeMultiplicity

Definition at line 57 of file EventTimeMaker.h.

◆ mDiamondSpread

float o2::tof::eventTimeContainer::mDiamondSpread = 6.f

eventtime provided by a single track

Definition at line 52 of file EventTimeMaker.h.

◆ mEventTime

double o2::tof::eventTimeContainer::mEventTime = 0.f

Definition at line 45 of file EventTimeMaker.h.

◆ mEventTimeError

double o2::tof::eventTimeContainer::mEventTimeError = 0.f

Value of the event time.

Definition at line 46 of file EventTimeMaker.h.

◆ mEventTimeMultiplicity

unsigned short o2::tof::eventTimeContainer::mEventTimeMultiplicity = 0

Uncertainty on the computed event time.

Definition at line 47 of file EventTimeMaker.h.

◆ mSumOfWeights

double o2::tof::eventTimeContainer::mSumOfWeights = 0.f

Track multiplicity used to compute the event time.

Definition at line 49 of file EventTimeMaker.h.

◆ mTrackTimes

std::vector<double> o2::tof::eventTimeContainer::mTrackTimes

weights (1/sigma^2) associated to a track in event time computation, 0 if track not used

Definition at line 51 of file EventTimeMaker.h.

◆ mWeights

std::vector<float> o2::tof::eventTimeContainer::mWeights

sum of weights of all track contributors

Definition at line 50 of file EventTimeMaker.h.

◆ sumweights

const double& o2::tof::eventTimeContainer::sumweights = mSumOfWeights

Definition at line 58 of file EventTimeMaker.h.

◆ tracktime

const std::vector<double>& o2::tof::eventTimeContainer::tracktime = mTrackTimes

Definition at line 60 of file EventTimeMaker.h.

◆ weights

const std::vector<float>& o2::tof::eventTimeContainer::weights = mWeights

Definition at line 59 of file EventTimeMaker.h.


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