Project
Loading...
Searching...
No Matches
o2::tpc::qc::DCSPTemperature Class Reference

This class helps visualizing the data from the temperature sensors inside the TPC. More...

#include <DCSPTemperature.h>

Public Member Functions

 DCSPTemperature ()=default
 default constructor
 
 ~DCSPTemperature ()
 destructor
 
void initializeCanvases ()
 initializes the TCanvases that will later be shown on the QCG
 
void processData (const std::vector< std::unique_ptr< o2::tpc::dcs::Temperature > > &data)
 fill graphs with temperature data and populate the canvases
 
std::vector< TCanvas * > & getCanvases ()
 returns the canvases showing the temperature data
 

Detailed Description

This class helps visualizing the data from the temperature sensors inside the TPC.

origin: TPC

Author
Thomas Klemenz, thoma.nosp@m.s.kl.nosp@m.emenz.nosp@m.@tum.nosp@m..de

Definition at line 34 of file DCSPTemperature.h.

Constructor & Destructor Documentation

◆ DCSPTemperature()

o2::tpc::qc::DCSPTemperature::DCSPTemperature ( )
default

default constructor

◆ ~DCSPTemperature()

DCSPTemperature::~DCSPTemperature ( )

destructor

Definition at line 30 of file DCSPTemperature.cxx.

Member Function Documentation

◆ getCanvases()

std::vector< TCanvas * > & o2::tpc::qc::DCSPTemperature::getCanvases ( )
inline

returns the canvases showing the temperature data

Definition at line 50 of file DCSPTemperature.h.

◆ initializeCanvases()

void DCSPTemperature::initializeCanvases ( )

initializes the TCanvases that will later be shown on the QCG

Definition at line 38 of file DCSPTemperature.cxx.

◆ processData()

void DCSPTemperature::processData ( const std::vector< std::unique_ptr< o2::tpc::dcs::Temperature > > &  data)

fill graphs with temperature data and populate the canvases

associate the graphs with the canvases

Definition at line 53 of file DCSPTemperature.cxx.


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