Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
DataFormats
MuonDetId
src
DTSectCollId.cc
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
3
// Class: DTSectCollId.cc
4
//
5
// Description: Definition of sector collectors
6
//
7
//
8
// Author List:
9
// S. Marcellini
10
// Modifications:
11
// 11/12/06 C.Battilana : new SectCollId definitions
12
//
13
//
14
//--------------------------------------------------
15
16
//-----------------------
17
// This Class's Header --
18
//-----------------------
19
#include "
DataFormats/MuonDetId/interface/DTSectCollId.h
"
20
21
//-------------------------------
22
// Collaborating Class Headers --
23
//-------------------------------
24
25
//---------------
26
// C++ Headers --
27
//---------------
28
29
#include <iostream>
30
std::ostream&
operator<<
(std::ostream& os,
const
DTSectCollId
&
id
) {
31
os <<
"Wheel: "
<<
id
.wheel() <<
" Sector: "
<<
id
.sector();
32
return
os;
33
}
DTSectCollId
Definition:
DTSectCollId.h:18
operator<<
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition:
ALILine.cc:167
DTSectCollId.h
Generated for CMSSW Reference Manual by
1.8.5