ATLAS Offline Software
Loading...
Searching...
No Matches
RtDataFromFile.cxx File Reference
#include "MdtCalibUtils/RtDataFromFile.h"
#include <TString.h>
#include <string>
Include dependency graph for RtDataFromFile.cxx:

Go to the source code of this file.

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