Go to the source code of this file.
◆ operator<<() [1/8]
Definition at line 43 of file NrpcCablingData.cxx.
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);
◆ operator<<() [2/8]
Definition at line 25 of file NrpcCablingData.cxx.
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);
◆ operator<<() [3/8]
Outstream operators.
Definition at line 7 of file NrpcCablingData.cxx.
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());
◆ operator<<() [4/8]
Definition at line 19 of file NrpcCablingData.cxx.
20 ostr <<
" subDetector: " <<
static_cast<int>(
obj.subDetector);
21 ostr <<
" tdcSector: " <<
static_cast<int>(
obj.tdcSector);
22 ostr <<
" tdc: " <<
static_cast<int>(
obj.tdc);
◆ operator<<() [5/8]
Definition at line 57 of file NrpcCablingData.cxx.
58 ostr << static_cast<const NrpcCablingOnlineID&>(
obj);
59 ostr << static_cast<const NrpcTdcStripRange&>(
obj);
60 ostr << static_cast<const NrpcTdcChannelRange&>(
obj);
◆ operator<<() [6/8]
Definition at line 51 of file NrpcCablingData.cxx.
52 ostr << static_cast<const NrpcCablingOnlineID&>(
obj);
53 ostr << static_cast<const NrpcTdcStripRange&>(
obj);
54 ostr << static_cast<const NrpcTdcChannelRange&>(
obj);
◆ operator<<() [7/8]
Definition at line 38 of file NrpcCablingData.cxx.
39 ostr<<
" first channel: "<<
static_cast<int>(
obj.firstChannel)
40 <<
" last channel: "<<
static_cast<int>(
obj.lastChannel);
◆ operator<<() [8/8]
Definition at line 33 of file NrpcCablingData.cxx.
34 ostr<<
" firstStrip: "<<
static_cast<int>(
obj.firstStrip)
35 <<
" lastStrip: "<<
static_cast<int>(
obj.lastStrip);