src
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
):
7
out
<<
"csc "
;
8
break
;
9
case
(
rpc
):
10
out
<<
"rpc "
;
11
break
;
12
case
(
dt
):
13
out
<<
"dt "
;
14
break
;
15
case
(
omtf
):
16
out
<<
"omtf"
;
17
break
;
18
default
:
19
out
<<
"unkn"
;
20
break
;
21
}
22
out
<<
"(0x"
<< std::hex << static_cast<int>(
o
) <<
std::dec
<<
")"
;
23
return
out
;
24
}
25
}
// namespace omtf
dt
float dt
Definition:
AMPTWrapper.h:136
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
EcalTangentSkim_cfg.o
o
Definition:
EcalTangentSkim_cfg.py:42
csc
Definition:
L1Track.h:19
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
TauDecayModes.dec
dec
Definition:
TauDecayModes.py:142
omtf
Definition:
OmtfCscDataWord64.h:7
omtf::DataWord64::Type
Type
Definition:
OmtfDataWord64.h:16
Generated for CMSSW Reference Manual by
1.8.14