ATLAS Offline Software
Loading...
Searching...
No Matches
RegionDataFromFile.h File Reference
#include <iosfwd>
#include <vector>
Include dependency graph for RegionDataFromFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MuonCalib::MultilayerId
 Holds the station, eta, phi and multilayer Ids for a given multilayer. More...
class  MuonCalib::RegionDataFromFile
 Manages the I/O of the list of multilayers belonging to a calibration region. More...

Namespaces

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

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 103 of file RegionDataFromFile.cxx.

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

◆ operator>>()

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

Definition at line 101 of file RegionDataFromFile.cxx.

101{ return data.read(is); }