ATLAS Offline Software
Functions
L1CaloRxGain.cxx File Reference
#include "TrigT1CaloCalibConditions/L1CaloRxGain.h"
#include <sstream>
#include <iostream>
#include "CoralBase/AttributeListSpecification.h"
#include "AthenaPoolUtilities/AthenaAttributeList.h"
#include "GaudiKernel/MsgStream.h"
Include dependency graph for L1CaloRxGain.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 62 of file L1CaloRxGain.cxx.

62  {
63  //output << "channelID: " << r.m_channelId.id() << ", " << "identifier: " << r.m_identifier<< ", " << "crate: " << r.m_recCrate<< ", " << "slot: " << r.m_recSlot<< ", " << "channel: " << r.m_recChannel << ", " << "gain: " << r.m_gain << ", " << "comment: " << r.m_comment.c_str();
64  output << "channelID: " << r.m_channelId.id() << ", " << "gain: " << r.m_gain << ", " << "comment: " << r.m_comment;
65  return output;
66 }
beamspotman.r
def r
Definition: beamspotman.py:676
merge.output
output
Definition: merge.py:17