ATLAS Offline Software
|
#include <iostream>
#include <vector>
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) |
std::ostream& operator<< | ( | std::ostream & | os, |
const MuonCalib::RegionDataFromFile & | data | ||
) |
Definition at line 102 of file RegionDataFromFile.cxx.
std::istream& operator>> | ( | std::istream & | is, |
MuonCalib::RegionDataFromFile & | data | ||
) |
Definition at line 100 of file RegionDataFromFile.cxx.