ATLAS Offline Software
Loading...
Searching...
No Matches
TileLasCalib.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
18TileLasCalib::operator std::string() const
19{
20 std::ostringstream text;
21 text << "TileLasCalib: ";
22 text << "type: " << m_type << " ";
23 text << "nevts: " << m_nevts << " ";
24 text << "LG mean/sig: " << m_mean_LG << " " << m_sigma_LG << " (" << m_isSet_LG << ") ";
25 text << "HG mean/sig: " << m_mean_HG << " " << m_sigma_HG << " (" << m_isSet_HG << ") ";
26 return text.str();
27}
double m_sigma_HG
double m_sigma_LG