17#ifndef AliceO2_TPC_QC_DCSPTEMPERATURE_H
18#define AliceO2_TPC_QC_DCSPTEMPERATURE_H
47 void processData(
const std::vector<std::unique_ptr<o2::tpc::dcs::Temperature>>&
data);
53 std::vector<TCanvas*> mCanVec{};
DCS data point data formats.
This class helps visualizing the data from the temperature sensors inside the TPC.
~DCSPTemperature()
destructor
DCSPTemperature()=default
default constructor
void initializeCanvases()
initializes the TCanvases that will later be shown on the QCG
std::vector< TCanvas * > & getCanvases()
returns the canvases showing the temperature data
void processData(const std::vector< std::unique_ptr< o2::tpc::dcs::Temperature > > &data)
fill graphs with temperature data and populate the canvases