ATLAS Offline Software
Functions
NrpcCablingData.cxx File Reference
#include "MuonCablingData/NrpcCablingData.h"
Include dependency graph for NrpcCablingData.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &ostr, const NrpcCablingOfflineID &obj)
 Outstream operators. More...
 
std::ostream & operator<< (std::ostream &ostr, const NrpcCablingOnlineID &obj)
 
std::ostream & operator<< (std::ostream &ostr, const NrpcCablingData &obj)
 
std::ostream & operator<< (std::ostream &ostr, const NrpcTdcStripRange &obj)
 
std::ostream & operator<< (std::ostream &ostr, const NrpcTdcChannelRange &obj)
 
std::ostream & operator<< (std::ostream &ostr, const NrpcCablingCoolData &obj)
 
std::ostream & operator<< (std::ostream &ostr, const NrpcCablOnDataByTdc &obj)
 
std::ostream & operator<< (std::ostream &ostr, const NrpcCablOnDataByStrip &obj)
 

Function Documentation

◆ operator<<() [1/8]

std::ostream& operator<< ( std::ostream &  ostr,
const NrpcCablingCoolData obj 
)

Definition at line 43 of file NrpcCablingData.cxx.

43  {
44  ostr << static_cast<const NrpcCablingOfflineID&>(obj);
45  ostr << static_cast<const NrpcTdcStripRange&>(obj)<< " --- ";
46  ostr << static_cast<const NrpcCablingOnlineID&>(obj);
47  ostr << static_cast<const NrpcTdcChannelRange&>(obj);
48  return ostr;
49 
50 }

◆ operator<<() [2/8]

std::ostream& operator<< ( std::ostream &  ostr,
const NrpcCablingData obj 
)

Definition at line 25 of file NrpcCablingData.cxx.

25  {
26  ostr << static_cast<const NrpcCablingOfflineID&>(obj);
27  ostr << " strip: " << static_cast<int>(obj.strip) << " --- ";
28  ostr << static_cast<const NrpcCablingOnlineID&>(obj);
29  ostr << " channelId: " << static_cast<int>(obj.channelId);
30  return ostr;
31 }

◆ operator<<() [3/8]

std::ostream& operator<< ( std::ostream &  ostr,
const NrpcCablingOfflineID obj 
)

Outstream operators.

Definition at line 7 of file NrpcCablingData.cxx.

7  {
8  ostr << "StationIndex: " << static_cast<int>(obj.stationIndex)
9  << " eta: " << static_cast<int>(obj.eta)
10  << " phi: " << static_cast<int>(obj.phi)
11  << " doubletR: " << static_cast<int>(obj.doubletR)
12  << " doubletPhi: " << static_cast<int>(obj.doubletPhi)
13  << " doubletZ: " << static_cast<int>(obj.doubletZ)
14  << " gasGap: " << static_cast<int>(obj.gasGap)
15  << " measPhi: " << static_cast<int>(obj.measuresPhi())
16  << " stripSide: "<<static_cast<int>(obj.stripSide());
17  return ostr;
18 }

◆ operator<<() [4/8]

std::ostream& operator<< ( std::ostream &  ostr,
const NrpcCablingOnlineID obj 
)

Definition at line 19 of file NrpcCablingData.cxx.

19  {
20  ostr << " subDetector: " << static_cast<int>(obj.subDetector);
21  ostr << " tdcSector: " << static_cast<int>(obj.tdcSector);
22  ostr << " tdc: " << static_cast<int>(obj.tdc);
23  return ostr;
24 }

◆ operator<<() [5/8]

std::ostream& operator<< ( std::ostream &  ostr,
const NrpcCablOnDataByStrip obj 
)

Definition at line 57 of file NrpcCablingData.cxx.

57  {
58  ostr << static_cast<const NrpcCablingOnlineID&>(obj);
59  ostr << static_cast<const NrpcTdcStripRange&>(obj);
60  ostr << static_cast<const NrpcTdcChannelRange&>(obj);
61  return ostr;
62 }

◆ operator<<() [6/8]

std::ostream& operator<< ( std::ostream &  ostr,
const NrpcCablOnDataByTdc obj 
)

Definition at line 51 of file NrpcCablingData.cxx.

51  {
52  ostr << static_cast<const NrpcCablingOnlineID&>(obj);
53  ostr << static_cast<const NrpcTdcStripRange&>(obj);
54  ostr << static_cast<const NrpcTdcChannelRange&>(obj);
55  return ostr;
56 }

◆ operator<<() [7/8]

std::ostream& operator<< ( std::ostream &  ostr,
const NrpcTdcChannelRange obj 
)

Definition at line 38 of file NrpcCablingData.cxx.

38  {
39  ostr<<" first channel: "<<static_cast<int>(obj.firstChannel)
40  <<" last channel: "<<static_cast<int>(obj.lastChannel);
41  return ostr;
42 }

◆ operator<<() [8/8]

std::ostream& operator<< ( std::ostream &  ostr,
const NrpcTdcStripRange obj 
)

Definition at line 33 of file NrpcCablingData.cxx.

33  {
34  ostr<<" firstStrip: "<<static_cast<int>(obj.firstStrip)
35  <<" lastStrip: "<<static_cast<int>(obj.lastStrip);
36  return ostr;
37 }
python.PyAthena.obj
obj
Definition: PyAthena.py:135