ATLAS Offline Software
Namespaces | Functions
MuonCalibTruth.cxx File Reference
#include "MuonCalibEventBase/MuonCalibTruth.h"
#include <iostream>
Include dependency graph for MuonCalibTruth.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::MuonCalibTruth &truth)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  stream,
const MuonCalib::MuonCalibTruth truth 
)

Definition at line 44 of file MuonCalibTruth.cxx.

44 { return truth.dump(stream); }
AthenaPoolTestWrite.stream
string stream
Definition: AthenaPoolTestWrite.py:12
MuonCalib::MuonCalibTruth::dump
std::ostream & dump(std::ostream &stream) const
dump method to be used in operator<<() of the MuonCalibTruth for output
Definition: MuonCalibTruth.cxx:33