#include <cassert>
#include <cmath>
#include <iostream>
#include "GeoPrimitives/GeoPrimitives.h"
#include "MuonPrepRawData/MdtPrepData.h"
Go to the source code of this file.
|
| 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...
|
|
| namespace | MuonGM |
| | Ensure that the Athena extensions are properly loaded.
|
| namespace | MuonCalib |
| | CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
|
◆ 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 ) |