ATLAS Offline Software
Classes | Namespaces | Functions
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

 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 116 of file RtDataFromFile.cxx.

116 { return data.write(os); }

◆ operator>>()

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

Definition at line 114 of file RtDataFromFile.cxx.

114 { return data.read(is); }
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231