Project
Loading...
Searching...
No Matches
o2::tpc::dcs::Temperature::Stats Struct Reference

#include <DCS.h>

Public Member Functions

Stats operator+ (const Stats &other) const
 
Stats operator/ (const DataType val) const
 
 ClassDefNV (Stats, 1)
 

Public Attributes

DataType mean {}
 average temperature in K
 
DataType gradX {}
 horizontal temperature gradient in K/cm
 
DataType gradY {}
 vertical temperature gradient in K/cm
 

Detailed Description

Definition at line 213 of file DCS.h.

Member Function Documentation

◆ ClassDefNV()

o2::tpc::dcs::Temperature::Stats::ClassDefNV ( Stats  ,
 
)

◆ operator+()

Stats o2::tpc::dcs::Temperature::Stats::operator+ ( const Stats other) const
inline

Definition at line 218 of file DCS.h.

◆ operator/()

Stats o2::tpc::dcs::Temperature::Stats::operator/ ( const DataType  val) const
inline

Definition at line 219 of file DCS.h.

Member Data Documentation

◆ gradX

DataType o2::tpc::dcs::Temperature::Stats::gradX {}

horizontal temperature gradient in K/cm

Definition at line 215 of file DCS.h.

◆ gradY

DataType o2::tpc::dcs::Temperature::Stats::gradY {}

vertical temperature gradient in K/cm

Definition at line 216 of file DCS.h.

◆ mean

DataType o2::tpc::dcs::Temperature::Stats::mean {}

average temperature in K

Definition at line 214 of file DCS.h.


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