ATLAS Offline Software
Classes | Namespaces | Functions
MdtCalibHit.h File Reference
#include <cassert>
#include <cmath>
#include <iostream>
#include "GeoPrimitives/GeoPrimitives.h"
#include "MuonPrepRawData/MdtPrepData.h"
Include dependency graph for MdtCalibHit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MdtCalibHit
 

Namespaces

 MuonGM
 Ensure that the Athena extensions are properly loaded.
 
 MuonCalib
 CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
 

Functions

std::ostream & operator<< (std::ostream &stream, const MdtCalibHit &hit)
 
MsgStream & operator<< (MsgStream &sl, const MdtCalibHit &hit)
 

Function Documentation

◆ operator<<() [1/2]

MsgStream& operator<< ( MsgStream &  sl,
const MdtCalibHit hit 
)

Definition at line 104 of file MdtCalibHit.cxx.

104 { return hit.dump(sl); }

◆ operator<<() [2/2]

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

Definition at line 102 of file MdtCalibHit.cxx.

102 { return hit.dump(stream); }
AthenaPoolTestWrite.stream
string stream
Definition: AthenaPoolTestWrite.py:12
MdtCalibHit::dump
std::ostream & dump(std::ostream &stream) const
ostream operator
Definition: MdtCalibHit.cxx:84