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