Main Page
Namespaces
Classes
Package Documentation
DataFormats
SiPixelDetId
src
PXFDetId.cc
Go to the documentation of this file.
1
#include "
DataFormats/SiPixelDetId/interface/PXFDetId.h
"
2
3
PXFDetId::PXFDetId
() :
DetId
() {
4
}
5
6
PXFDetId::PXFDetId
(uint32_t rawid) :
DetId
(rawid) {
7
}
8
PXFDetId::PXFDetId
(
const
DetId
&
id
) :
DetId
(id.
rawId
()) {
9
}
10
11
std::ostream&
operator<<
(std::ostream& os,
const
PXFDetId
&
id
) {
12
return
os <<
"(PixelEndcap "
13
<<
id
.disk() <<
','
14
<<
id
.blade() <<
','
15
<<
id
.panel() <<
','
16
<<
id
.module() <<
')'
;
17
}
operator<<
std::ostream & operator<<(std::ostream &os, const PXFDetId &id)
Definition:
PXFDetId.cc:11
DetId::rawId
uint32_t rawId() const
get the raw id
Definition:
DetId.h:43
PXFDetId.h
DetId
Definition:
DetId.h:18
PXFDetId::PXFDetId
PXFDetId()
Definition:
PXFDetId.cc:3
PXFDetId
Definition:
PXFDetId.h:15
Generated for CMSSW Reference Manual by
1.8.11