ATLAS Offline Software
TileCalorimeter
TileEvent
src
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
*/
14
#include "
TileEvent/TileLaserDiode.h
"
15
#include <sstream>
16
17
18
TileLaserDiode::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
}
TileLaserDiode.h
makeTransCanvas.text
text
Definition:
makeTransCanvas.py:11
Generated on Sun Dec 22 2024 21:19:51 for ATLAS Offline Software by
1.8.18