ATLAS Offline Software
Loading...
Searching...
No Matches
L1CaloPprDisabledChannel.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#include <string>
8#include <sstream>
9#include <iostream>
10#include <iomanip>
11
19
27
35
45
55
56std::ostream& operator<<(std::ostream& output, const L1CaloPprDisabledChannel& r) {
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}
std::ostream & operator<<(std::ostream &output, const L1CaloPprDisabledChannel &r)
ChanCalibErrorCode class for L1Calo error codes Adapted from /LVL1/l1calo/coolL1Calo/coolL1Calo/ChanE...
ChanDeadErrorCode class for L1Calo error codes Adapted from /LVL1/l1calo/coolL1Calo/coolL1Calo/ChanDe...
Encapsulates the ID of one channel of conditions data in COOL, ie the ID of a row in a table.
L1CaloCoolChannelId channelId(void) const
ChanCalibErrorCode calibErrorCode(void) const
ChanDeadErrorCode deadErrorCode(void) const
int r
Definition globals.cxx:22