ATLAS Offline Software
Loading...
Searching...
No Matches
RPC_CondCabling Namespace Reference

Classes

class  CMAcablingdata
class  CMApivotdata
class  EtaCMA
class  EvenPhiCMA
class  OddPhiCMA
class  RPCchamber
class  RPCchamberdata
class  SectorLogicSetup
class  WiredOR
class  WiredORdata

Functions

template<class X>
X & operator<< (X &stream, CMAcablingdata &data)
template<class X>
X & operator<< (X &stream, CMApivotdata &data)
std::ostream & operator<< (std::ostream &stream, const RPCchamber &cham)
MsgStream & operator<< (MsgStream &stream, const RPCchamber &cham)
template<class X>
X & operator<< (X &stream, RPCchamberdata &data)
std::ostream & operator<< (std::ostream &stream, const WiredOR &Wor)
MsgStream & operator<< (MsgStream &stream, const WiredOR &Wor)
template<class X>
X & operator<< (X &stream, WiredORdata &data)

Function Documentation

◆ operator<<() [1/8]

MsgStream & RPC_CondCabling::operator<< ( MsgStream & stream,
const RPCchamber & cham )
inline

Definition at line 143 of file RPCchamber.h.

143 {
144 std::ostringstream oss;
145 cham.Print(oss, false);
146 return (stream << oss.str());
147 }
void Print(std::ostream &, bool) const

◆ operator<<() [2/8]

MsgStream & RPC_CondCabling::operator<< ( MsgStream & stream,
const WiredOR & Wor )
inline

Definition at line 102 of file WiredOR.h.

102 {
103 std::ostringstream oss;
104 Wor.Print(oss, false);
105 return (stream << oss.str());
106 }
void Print(std::ostream &, bool) const
Definition WiredOR.cxx:124

◆ operator<<() [3/8]

std::ostream & RPC_CondCabling::operator<< ( std::ostream & stream,
const RPCchamber & cham )
inline

Definition at line 138 of file RPCchamber.h.

138 {
139 cham.Print(stream, false);
140 return stream;
141 }

◆ operator<<() [4/8]

std::ostream & RPC_CondCabling::operator<< ( std::ostream & stream,
const WiredOR & Wor )
inline

Definition at line 97 of file WiredOR.h.

97 {
98 Wor.Print(stream, false);
99 return stream;
100 }

◆ operator<<() [5/8]

template<class X>
X & RPC_CondCabling::operator<< ( X & stream,
CMAcablingdata & data )

Definition at line 44 of file CMAcablingdata.h.

44 {
45 data.Print(stream, false);
46 return stream;
47 }
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11

◆ operator<<() [6/8]

template<class X>
X & RPC_CondCabling::operator<< ( X & stream,
CMApivotdata & data )

Definition at line 52 of file CMApivotdata.h.

52 {
53 data.Print(stream, false);
54 return stream;
55 }

◆ operator<<() [7/8]

template<class X>
X & RPC_CondCabling::operator<< ( X & stream,
RPCchamberdata & data )

Definition at line 42 of file RPCchamberdata.h.

42 {
43 data.Print(stream, false);
44 return stream;
45 }

◆ operator<<() [8/8]

template<class X>
X & RPC_CondCabling::operator<< ( X & stream,
WiredORdata & data )

Definition at line 40 of file WiredORdata.h.

40 {
41 data.Print(stream, false);
42 return stream;
43 }