ATLAS Offline Software
TileLaserPmt.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/TileLaserPmt.h"
15 #include <sstream>
16 
17 
18 TileLaserPmt::operator std::string() const
19 {
20  std::ostringstream text;
21  text << "TileLaserPmt: ";
22  text << "PMADC: " << m_PMADC << " ";
23  text << "TDC: " << m_TDC << " ";
24  text << "ped: " << m_pmPedestal << " ";
25  text << "sigPed: " << m_pmSigmaPedestal;
26  return text.str();
27 }
TileLaserPmt.h
makeTransCanvas.text
text
Definition: makeTransCanvas.py:11