ATLAS Offline Software
Loading...
Searching...
No Matches
TileLaserDiode.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
18TileLaserDiode::operator std::string() const
19{
20 std::ostringstream text;
21 text << "TileLaserDiode: ";
22 text << "ADC: " << m_diodeADC << " ";
23 text << "ped: " << m_diodePedestal << " ";
24 text << "sigPed: " << m_diodeSigmaPedestal << " ";
25 text << "alpha: " << m_alpha << " ";
26 text << "sigAlpha: " << m_sigmaAlpha << " ";
27 text << "pedAlpha: " << m_pedestalAlpha << " ";
28 text << "sigPedAlpha: " << m_sigmaPedAlpha;
29 return text.str();
30}
double m_diodeSigmaPedestal