Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
EventFilter
L1TRawToDigi
src
OmtfRpcDataWrod64.cc
Go to the documentation of this file.
1
#include "
EventFilter/L1TRawToDigi/interface/OmtfRpcDataWord64.h
"
2
3
#include <bitset>
4
5
namespace
omtf
{
6
std::ostream &
operator<<
(std::ostream &
out
,
const
RpcDataWord64
&
o
) {
7
out <<
"RpcDataWord64: "
8
<<
" type: "
<<
DataWord64::type
(o.
type
()) <<
" bx: "
<< o.
bxNum_
<<
" lnk: "
<< o.
linkNum_
;
9
out << std::hex;
10
out <<
" frame1: 0x"
<< o.
frame1_
;
11
if
(o.
frame1_
!= 0)
12
out <<
" ("
<< std::bitset<16>(o.
frame1_
) <<
")"
;
13
out <<
" frame2: 0x"
<< o.
frame2_
;
14
if
(o.
frame2_
!= 0)
15
out <<
" ("
<< std::bitset<16>(o.
frame2_
) <<
")"
;
16
out <<
" frame3: 0x"
<< o.
frame3_
;
17
if
(o.
frame3_
!= 0)
18
out <<
" ("
<< std::bitset<16>(o.
frame3_
) <<
")"
;
19
out <<
std::dec
;
20
return
out
;
21
}
22
}
// namespace omtf
omtf::RpcDataWord64::frame1_
uint64_t frame1_
Definition:
OmtfRpcDataWord64.h:30
omtf::RpcDataWord64::frame2_
uint64_t frame2_
Definition:
OmtfRpcDataWord64.h:29
omtf::RpcDataWord64::linkNum_
uint64_t linkNum_
Definition:
OmtfRpcDataWord64.h:32
omtf::DataWord64::omtf
Definition:
OmtfDataWord64.h:16
omtf::RpcDataWord64::frame3_
uint64_t frame3_
Definition:
OmtfRpcDataWord64.h:28
if
if(conf_.getParameter< bool >("UseStripCablingDB"))
Definition:
SiStripLAProfileBooker.cc:72
omtf::DataWord64::type
Type type(const T &)
OmtfRpcDataWord64.h
omtf::RpcDataWord64::bxNum_
uint64_t bxNum_
Definition:
OmtfRpcDataWord64.h:33
class-composition.o
tuple o
Definition:
class-composition.py:65
omtf::operator<<
std::ostream & operator<<(std::ostream &out, const CscDataWord64 &o)
Definition:
OmtfCscDataWord64.cc:4
TauDecayModes.dec
tuple dec
Definition:
TauDecayModes.py:142
omtf::RpcDataWord64
Definition:
OmtfRpcDataWord64.h:9
submitPVResolutionJobs.out
string out
Definition:
submitPVResolutionJobs.py:118
omtf::RpcDataWord64::type
unsigned int type() const
Definition:
OmtfRpcDataWord64.h:19
Generated for CMSSW Reference Manual by
1.8.5