ATLAS Offline Software
Loading...
Searching...
No Matches
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
 An MdtCalibHit is an object containing all the intermediate information needed in the conversion of raw Mdt data to a drift radius with its error. More...

Namespaces

namespace  MuonGM
 Ensure that the Athena extensions are properly loaded.
namespace  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); }
std::ostream & dump(std::ostream &stream) const
ostream operator

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