ATLAS Offline Software
Loading...
Searching...
No Matches
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 */
12
13
15#include <sstream>
16
17
18TileLaserPmt::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}
double m_pmPedestal
double m_pmSigmaPedestal