ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibPattern.cxx File Reference
#include "MuonCalibEventBase/MuonCalibPattern.h"
#include <algorithm>
#include <limits>
#include "MuonCalibEventBase/MuonCalibSegment.h"
Include dependency graph for MuonCalibPattern.cxx:

Go to the source code of this file.

Namespaces

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

Functions

std::ostream & operator<< (std::ostream &stream, const MuonCalib::MuonCalibPattern &pat)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & stream,
const MuonCalib::MuonCalibPattern & pat )

Definition at line 60 of file MuonCalibPattern.cxx.

60{ return pat.dump(stream); }