Project
Loading...
Searching...
No Matches
o2::trd::TRDDCSMinMaxMeanInfo Struct Reference

#include <DcsCcdbObjects.h>

Public Member Functions

void print () const
 
void addPoint (float value, uint64_t ts)
 
 ClassDefNV (TRDDCSMinMaxMeanInfo, 2)
 

Public Attributes

uint64_t firstTS {0}
 
uint64_t lastTS {0}
 
float minValue {0.f}
 
float maxValue {0.f}
 
float meanValue {0.f}
 
int nPoints {0}
 

Detailed Description

Definition at line 28 of file DcsCcdbObjects.h.

Member Function Documentation

◆ addPoint()

void TRDDCSMinMaxMeanInfo::addPoint ( float  value,
uint64_t  ts 
)

Definition at line 39 of file DcsCcdbObjects.cxx.

◆ ClassDefNV()

o2::trd::TRDDCSMinMaxMeanInfo::ClassDefNV ( TRDDCSMinMaxMeanInfo  ,
 
)

◆ print()

void TRDDCSMinMaxMeanInfo::print ( ) const

Definition at line 22 of file DcsCcdbObjects.cxx.

Member Data Documentation

◆ firstTS

uint64_t o2::trd::TRDDCSMinMaxMeanInfo::firstTS {0}

Definition at line 29 of file DcsCcdbObjects.h.

◆ lastTS

uint64_t o2::trd::TRDDCSMinMaxMeanInfo::lastTS {0}

Definition at line 30 of file DcsCcdbObjects.h.

◆ maxValue

float o2::trd::TRDDCSMinMaxMeanInfo::maxValue {0.f}

Definition at line 32 of file DcsCcdbObjects.h.

◆ meanValue

float o2::trd::TRDDCSMinMaxMeanInfo::meanValue {0.f}

Definition at line 33 of file DcsCcdbObjects.h.

◆ minValue

float o2::trd::TRDDCSMinMaxMeanInfo::minValue {0.f}

Definition at line 31 of file DcsCcdbObjects.h.

◆ nPoints

int o2::trd::TRDDCSMinMaxMeanInfo::nPoints {0}

Definition at line 34 of file DcsCcdbObjects.h.


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