ATLAS Offline Software
Loading...
Searching...
No Matches
RegionDataFromFile.cxx File Reference
#include "MdtCalibUtils/RegionDataFromFile.h"
#include "AthenaKernel/getMessageSvc.h"
#include "GaudiKernel/MsgStream.h"
#include <iostream>
Include dependency graph for RegionDataFromFile.cxx:

Go to the source code of this file.

Namespaces

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

Macros

#define MAX_VALUE   100000

Functions

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

Macro Definition Documentation

◆ MAX_VALUE

#define MAX_VALUE   100000

Definition at line 11 of file RegionDataFromFile.cxx.

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