ATLAS Offline Software
Loading...
Searching...
No Matches
TileCalorimeter
TileEvent
src
TileLaserPLC.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/TileLaserPLC.h
"
15
#include <sstream>
16
17
18
TileLaserPLC::operator std::string()
const
19
{
20
std::ostringstream text;
21
text <<
"TileLaserPLC: "
;
22
text <<
"alphaPos: "
<<
m_alphaPos
<<
" "
;
23
text <<
"LVdiodes: "
<<
m_LVdiodes
<<
" "
;
24
text <<
"HVpmts: "
<<
m_HVpmts
<<
" "
;
25
text <<
"shutter: "
<<
m_shutter
<<
" "
;
26
text <<
"interlock: "
<<
m_interlock
<<
" "
;
27
text <<
"alarm: "
<<
m_alarm
;
28
return
text.str();
29
}
TileLaserPLC.h
TileLaserPLC::m_interlock
int m_interlock
Definition
TileLaserPLC.h:63
TileLaserPLC::m_alphaPos
int m_alphaPos
Definition
TileLaserPLC.h:59
TileLaserPLC::m_LVdiodes
double m_LVdiodes
Definition
TileLaserPLC.h:60
TileLaserPLC::m_HVpmts
double m_HVpmts
Definition
TileLaserPLC.h:61
TileLaserPLC::m_shutter
int m_shutter
Definition
TileLaserPLC.h:62
TileLaserPLC::m_alarm
int m_alarm
Definition
TileLaserPLC.h:64
Generated on
for ATLAS Offline Software by
1.14.0