ATLAS Offline Software
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  */
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
makeTransCanvas.text
text
Definition: makeTransCanvas.py:11