ATLAS Offline Software
Loading...
Searching...
No Matches
TileCalorimeter
TileEvent
src
TileLaserControl.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
/*
5
*/
12
13
14
#include "
TileEvent/TileLaserControl.h
"
15
#include <sstream>
16
17
18
TileLaserControl::operator std::string()
const
19
{
20
std::ostringstream text;
21
text <<
"TileLaserControl: "
;
22
text <<
"pumpDiodeTemp: "
<<
m_pumpDiodeTemp
<<
" "
;
23
text <<
"diodeBoxTemp: "
<<
m_diodeBoxTemp
<<
" "
;
24
text <<
"timeLastMeasP: "
<<
m_timeLastMeasP
<<
" "
;
25
text <<
"gasFlux: "
<<
m_gasFlux
<<
" "
;
26
text <<
"timeLastMeasF: "
<<
m_timeLastMeasF
<<
" "
;
27
text <<
"humidity: "
<<
m_humidity
<<
" "
;
28
text <<
"timeLastMeasH: "
<<
m_timeLastMeasH
<<
" "
;
29
text <<
"lastPedMeas: "
<<
m_lastPedMeas
<<
" "
;
30
text <<
"lastAlphaMeas: "
<<
m_lastAlphaMeas
;
31
return
text.str();
32
}
TileLaserControl.h
TileLaserControl::m_timeLastMeasH
int m_timeLastMeasH
Definition
TileLaserControl.h:83
TileLaserControl::m_lastPedMeas
time_t m_lastPedMeas
Definition
TileLaserControl.h:84
TileLaserControl::m_diodeBoxTemp
double m_diodeBoxTemp
Definition
TileLaserControl.h:78
TileLaserControl::m_timeLastMeasP
int m_timeLastMeasP
Definition
TileLaserControl.h:77
TileLaserControl::m_timeLastMeasF
int m_timeLastMeasF
Definition
TileLaserControl.h:81
TileLaserControl::m_lastAlphaMeas
time_t m_lastAlphaMeas
Definition
TileLaserControl.h:85
TileLaserControl::m_pumpDiodeTemp
double m_pumpDiodeTemp
Definition
TileLaserControl.h:76
TileLaserControl::m_humidity
double m_humidity
Definition
TileLaserControl.h:82
TileLaserControl::m_gasFlux
double m_gasFlux
Definition
TileLaserControl.h:80
Generated on
for ATLAS Offline Software by
1.14.0