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

#include <TPCScaler.h>

Public Member Functions

float getWeight (float deltaTime) const
 
bool isValid () const
 
float getDurationMS () const
 
 ClassDefNV (TPCScalerWeights, 1)
 

Public Attributes

float mSamplingTimeMS = -1
 sampling of the stored weights
 
float mFirstTimeStampMS = 0
 first timestamp
 
std::vector< float > mWeights
 stored weights
 

Detailed Description

Definition at line 30 of file TPCScaler.h.

Member Function Documentation

◆ ClassDefNV()

o2::tpc::TPCScalerWeights::ClassDefNV ( TPCScalerWeights  ,
 
)

◆ getDurationMS()

float o2::tpc::TPCScalerWeights::getDurationMS ( ) const
inline

Definition at line 33 of file TPCScaler.h.

◆ getWeight()

float TPCScalerWeights::getWeight ( float  deltaTime) const

Definition at line 149 of file TPCScaler.cxx.

◆ isValid()

bool o2::tpc::TPCScalerWeights::isValid ( ) const
inline

Definition at line 32 of file TPCScaler.h.

Member Data Documentation

◆ mFirstTimeStampMS

float o2::tpc::TPCScalerWeights::mFirstTimeStampMS = 0

first timestamp

Definition at line 35 of file TPCScaler.h.

◆ mSamplingTimeMS

float o2::tpc::TPCScalerWeights::mSamplingTimeMS = -1

sampling of the stored weights

Definition at line 34 of file TPCScaler.h.

◆ mWeights

std::vector<float> o2::tpc::TPCScalerWeights::mWeights

stored weights

Definition at line 36 of file TPCScaler.h.


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