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) return one.link<other.link;
12  return one.fed < other.fed;
13 }
14 
16 
17 #endif
unsigned int fed
unsigned int link
unsigned int roc_last
edmNew::DetSetVector< PixelFEDChannel > PixelFEDChannelCollection
unsigned int roc_first
bool operator<(const PixelFEDChannel &one, const PixelFEDChannel &other)