ATLAS Offline Software
Namespaces | Functions
MuonCalibRawCscHit.cxx File Reference
#include "MuonCalibEventBase/MuonCalibRawCscHit.h"
#include <iostream>
Include dependency graph for MuonCalibRawCscHit.cxx:

Go to the source code of this file.

Namespaces

 MuonCalib
 CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
 

Functions

std::ostream & operator<< (std::ostream &stream, const MuonCalib::MuonCalibRawCscHit &hit)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  stream,
const MuonCalib::MuonCalibRawCscHit hit 
)

Definition at line 40 of file MuonCalibRawCscHit.cxx.

40 { return hit.dump(stream); }
AthenaPoolTestWrite.stream
string stream
Definition: AthenaPoolTestWrite.py:12
MuonCalib::MuonCalibRawCscHit::dump
std::ostream & dump(std::ostream &stream) const
dump to be used for operator<<() to dump the MuonCalibRawCscHit
Definition: MuonCalibRawCscHit.cxx:27