Main Page
Namespaces
Classes
Package Documentation
EventFilter
L1TRawToDigi
src
OmtfDataWord64.cc
Go to the documentation of this file.
1
#include "
DataFormats/L1TMuon/interface/OMTF/OmtfDataWord64.h
"
2
3
namespace
omtf
{
4
std::ostream &
DataWord64::operator<<
(std::ostream &
out
,
const
DataWord64::Type
&
o
) {
5
switch
(o) {
6
case
(
csc
) : out <<
"csc "
;
break
;
7
case
(
rpc
) : out <<
"rpc "
;
break
;
8
case
(
dt
) : out <<
"dt "
;
break
;
9
case
(
omtf
) : out <<
"omtf"
;
break
;
10
default
: out <<
"unkn"
;
break
;
11
}
12
out<<
"(0x"
<<std::hex<<static_cast<int>(
o
)<<
std::dec
<<
")"
;
13
return
out
;
14
}
15
}
dt
float dt
Definition:
AMPTWrapper.h:126
omtf::DataWord64::rpc
Definition:
OmtfDataWord64.h:16
OmtfDataWord64.h
omtf::DataWord64::operator<<
std::ostream & operator<<(std::ostream &out, const Type &o)
Definition:
OmtfDataWord64.cc:4
csc
Definition:
L1Track.h:19
connectstrParser.o
o
Definition:
connectstrParser.py:70
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
TauDecayModes.dec
dec
Definition:
TauDecayModes.py:141
omtf
Definition:
OmtfCscDataWord64.h:7
omtf::DataWord64::Type
Type
Definition:
OmtfDataWord64.h:16
Generated for CMSSW Reference Manual by
1.8.11