ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibPattern.h File Reference
#include <float.h>
#include <memory>
#include <ostream>
#include <vector>
Include dependency graph for MuonCalibPattern.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MuonCalib::MuonCalibPattern
 Class to store the information belonging to a global pattern in the muon system. More...
struct  MuonCalib::MuonCalibPattern::defineParams

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); }