ATLAS Offline Software
TileCalorimeter
TileEvent
src
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
*/
14
#include "
TileEvent/TileLasCalib.h
"
15
#include <sstream>
16
17
18
TileLasCalib::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
}
TileLasCalib.h
m_type
TokenType m_type
the type
Definition:
TProperty.cxx:44
makeTransCanvas.text
text
Definition:
makeTransCanvas.py:11
Generated on Thu Nov 7 2024 21:28:16 for ATLAS Offline Software by
1.8.18