ATLAS Offline Software
Namespaces | Macros | Functions
RtDataFromFile.cxx File Reference
#include "MdtCalibUtils/RtDataFromFile.h"
#include <TString.h>
#include <string>
#include "MuonCalibStl/DeleteObject.h"
Include dependency graph for RtDataFromFile.cxx:

Go to the source code of this file.

Namespaces

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

Macros

#define M_MAX_RTS   100000
 

Functions

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

Macro Definition Documentation

◆ M_MAX_RTS

#define M_MAX_RTS   100000

Definition at line 14 of file RtDataFromFile.cxx.

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