Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
DataFormats
DTRecHit
src
DTEnums.cc
Go to the documentation of this file.
1
6
#include "
DataFormats/DTRecHit/interface/DTEnums.h
"
7
8
using namespace
std;
9
10
ostream&
operator<<
(ostream&
s
,
DTEnums::DTCellSide
p
) {
11
switch
(p) {
12
case
DTEnums::undefLR
:
13
return
s <<
"undefined"
;
14
case
DTEnums::Right
:
15
return
s <<
"Right"
;
16
case
DTEnums::Left
:
17
return
s <<
"Left"
;
18
}
19
return
s
;
20
}
std::operator<<
std::ostream & operator<<(std::ostream &out, const std::tuple< Types...> &value)
Definition:
Utilities.h:32
DTEnums::Right
Definition:
DTEnums.h:15
DTEnums::DTCellSide
DTCellSide
Which side of the DT cell.
Definition:
DTEnums.h:15
DTEnums::undefLR
Definition:
DTEnums.h:15
DTEnums.h
DTEnums::Left
Definition:
DTEnums.h:15
alignCSCRings.s
list s
Definition:
alignCSCRings.py:92
AlCaHLTBitMon_ParallelJobs.p
tuple p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
Generated for CMSSW Reference Manual by
1.8.5