ATLAS Offline Software
Loading...
Searching...
No Matches
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
15#include <sstream>
16
17
18TileLaserPLC::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}
double m_LVdiodes
double m_HVpmts