CMS 3D CMS Logo

PixelFEDChannel.h
Go to the documentation of this file.
1 #ifndef SiPixelDetId_PixelFEDChannel_H
2 #define SiPixelDetId_PixelFEDChannel_H
3 
5 
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)
12  return one.link < other.link;
13  return one.fed < other.fed;
14 }
15 
17 
18 #endif
unsigned int fed
unsigned int link
unsigned int roc_last
bool operator<(const PixelFEDChannel &one, const PixelFEDChannel &other)
unsigned int roc_first
edmNew::DetSetVector< PixelFEDChannel > PixelFEDChannelCollection