ATLAS Offline Software
Loading...
Searching...
No Matches
RtDataFromFile.h File Reference
#include <iostream>
#include <vector>
#include "AthenaKernel/getMessageSvc.h"
#include "GaudiKernel/MsgStream.h"
#include "MdtCalibData/RtFullInfo.h"
#include "MdtCalibUtils/RtData_t_r_reso.h"
Include dependency graph for RtDataFromFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MuonCalib::RtDataFromFile
 Manages the I/O of the Rt realtions from/to file. More...

Namespaces

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

Functions

std::istream & operator>> (std::istream &is, MuonCalib::RtDataFromFile &data)
std::ostream & operator<< (std::ostream &os, const MuonCalib::RtDataFromFile &data)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const MuonCalib::RtDataFromFile & data )

Definition at line 117 of file RtDataFromFile.cxx.

117{ return data.write(os); }
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11

◆ operator>>()

std::istream & operator>> ( std::istream & is,
MuonCalib::RtDataFromFile & data )

Definition at line 115 of file RtDataFromFile.cxx.

115{ return data.read(is); }