src
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
}
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
DTEnums::Right
Definition:
DTEnums.h:15
DTEnums::DTCellSide
DTCellSide
Which side of the DT cell.
Definition:
DTEnums.h:15
std
Definition:
JetResolutionObject.h:76
DTEnums::undefLR
Definition:
DTEnums.h:15
DTEnums.h
DTEnums::Left
Definition:
DTEnums.h:15
std::operator<<
std::ostream & operator<<(std::ostream &out, const std::tuple< Types... > &value)
Definition:
Utilities.h:32
AlCaHLTBitMon_ParallelJobs.p
def p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
Generated for CMSSW Reference Manual by
1.8.14