ATLAS Offline Software
Loading...
Searching...
No Matches
L1CaloPprDisabledChannel.cxx File Reference
#include "TrigT1CaloCalibConditions/L1CaloPprDisabledChannel.h"
#include <string>
#include <sstream>
#include <iostream>
#include <iomanip>
Include dependency graph for L1CaloPprDisabledChannel.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &output, const L1CaloPprDisabledChannel &r)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & output,
const L1CaloPprDisabledChannel & r )

Definition at line 56 of file L1CaloPprDisabledChannel.cxx.

56 {
57 output << "channelID: " << std::hex << r.m_channelId.id() << std::dec << ", " << "deadErrorCode: " << r.m_deadErrorCode<< ", " << "calibErrorCode: " << r.m_calibErrorCode << ", " << "masked: " << r.m_bMasked << ", noiseCut: " << r.m_noiseCut << ", disabledBits: " << r.m_disabledBits;
58 return output;
59}
int r
Definition globals.cxx:22
output
Definition merge.py:16