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

Go to the source code of this file.

Classes

class  MuonCalib::MuonCalibEventInfo
 MuonCalib::MuonCalibEventInfo: a class which stores the following information of an event: More...

Namespaces

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

Functions

std::ostream & operator<< (std::ostream &stream, const MuonCalib::MuonCalibEventInfo &info)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & stream,
const MuonCalib::MuonCalibEventInfo & info )

Definition at line 58 of file MuonCalibEventInfo.cxx.

58{ return info.dump(stream); }