Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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::csc
Definition:
OmtfDataWord64.h:16
omtf::DataWord64::operator<<
std::ostream & operator<<(std::ostream &out, const Type &o)
Definition:
OmtfDataWord64.cc:4
omtf::DataWord64::omtf
Definition:
OmtfDataWord64.h:16
class-composition.o
tuple o
Definition:
class-composition.py:65
omtf::DataWord64::Type
Type
Definition:
OmtfDataWord64.h:16
TauDecayModes.dec
tuple dec
Definition:
TauDecayModes.py:142
submitPVResolutionJobs.out
string out
Definition:
submitPVResolutionJobs.py:118
Generated for CMSSW Reference Manual by
1.8.5