ATLAS Offline Software
Loading...
Searching...
No Matches
TileCalorimeter
TileEvent
src
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
14
#include "
TileEvent/TileLaserPmt.h
"
15
#include <sstream>
16
17
18
TileLaserPmt::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
}
TileLaserPmt.h
TileLaserPmt::m_TDC
int m_TDC
Definition
TileLaserPmt.h:51
TileLaserPmt::m_pmPedestal
double m_pmPedestal
Definition
TileLaserPmt.h:52
TileLaserPmt::m_pmSigmaPedestal
double m_pmSigmaPedestal
Definition
TileLaserPmt.h:53
TileLaserPmt::m_PMADC
int m_PMADC
Definition
TileLaserPmt.h:50
Generated on
for ATLAS Offline Software by
1.14.0