ATLAS Offline Software
Classes | Namespaces | Functions
RegionDataFromFile.h File Reference
#include <iostream>
#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

 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 102 of file RegionDataFromFile.cxx.

102 { return data.write(os); }

◆ operator>>()

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

Definition at line 100 of file RegionDataFromFile.cxx.

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