Main Page
Namespaces
Classes
Package Documentation
DataFormats
SiPixelDetId
interface
PixelFEDChannel.h
Go to the documentation of this file.
1
#ifndef SiPixelDetId_PixelFEDChannel_H
2
#define SiPixelDetId_PixelFEDChannel_H
3
4
#include "
DataFormats/Common/interface/DetSetVectorNew.h
"
5
6
struct
PixelFEDChannel
{
7
unsigned
int
fed
,
link
,
roc_first
,
roc_last
;
8
};
9
10
inline
bool
operator<
(
const
PixelFEDChannel
&
one
,
const
PixelFEDChannel
&
other
) {
11
if
(one.
fed
== other.
fed
)
return
one.
link
<other.
link
;
12
return
one.
fed
< other.
fed
;
13
}
14
15
typedef
edmNew::DetSetVector<PixelFEDChannel>
PixelFEDChannelCollection
;
16
17
#endif
PixelFEDChannel::fed
unsigned int fed
Definition:
PixelFEDChannel.h:7
DetSetVectorNew.h
one
Definition:
oneDQMEDAnalyzer.h:27
PixelFEDChannel::link
unsigned int link
Definition:
PixelFEDChannel.h:7
PixelFEDChannel::roc_last
unsigned int roc_last
Definition:
PixelFEDChannel.h:7
trackingPlots.other
other
Definition:
trackingPlots.py:1436
edmNew::DetSetVector< PixelFEDChannel >
PixelFEDChannelCollection
edmNew::DetSetVector< PixelFEDChannel > PixelFEDChannelCollection
Definition:
PixelFEDChannel.h:15
PixelFEDChannel
Definition:
PixelFEDChannel.h:6
PixelFEDChannel::roc_first
unsigned int roc_first
Definition:
PixelFEDChannel.h:7
operator<
bool operator<(const PixelFEDChannel &one, const PixelFEDChannel &other)
Definition:
PixelFEDChannel.h:10
Generated for CMSSW Reference Manual by
1.8.11