ATLAS Offline Software
Loading...
Searching...
No Matches
L1CaloPprLut.cxx File Reference
Include dependency graph for L1CaloPprLut.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &output, const L1CaloPprLut &ppmLut)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & output,
const L1CaloPprLut & ppmLut )

Definition at line 44 of file L1CaloPprLut.cxx.

44 {
45 output << "channelId: "<< std::hex << ppmLut.m_channelId.id()<< std::dec
46 << ", lutStrategy: " << (int) ppmLut.m_lutStrategy
47 << ", lutOffset: " << ppmLut.m_lutOffset
48 << ", lutSlope: " << ppmLut.m_lutSlope
49 << ", lutNoiseCut: " << ppmLut.m_lutNoiseCut
50 << ", pedValue: " << ppmLut.m_pedValue
51 << ", pedMean: " << ppmLut.m_pedMean
52 <<", errorCode: " << ppmLut.m_errorCode
53 << ", chanValid: " << ppmLut.m_errorCode.chanValid();
54 return output;
55}
bool chanValid() const
Checks if channel is valid, ie.
unsigned int id() const
ChanCalibErrorCode m_errorCode
double m_pedMean
unsigned short m_lutOffset
L1CaloCoolChannelId m_channelId
unsigned short m_lutStrategy
unsigned short m_lutNoiseCut
unsigned short m_lutSlope
unsigned int m_pedValue
output
Definition merge.py:16