CMS 3D CMS Logo

Classes | Typedefs | Functions
PixelFEDChannel.h File Reference
#include "DataFormats/Common/interface/DetSetVectorNew.h"

Go to the source code of this file.

Classes

struct  PixelFEDChannel
 

Typedefs

typedef edmNew::DetSetVector< PixelFEDChannelPixelFEDChannelCollection
 

Functions

bool operator< (const PixelFEDChannel &one, const PixelFEDChannel &other)
 

Typedef Documentation

Definition at line 15 of file PixelFEDChannel.h.

Function Documentation

bool operator< ( const PixelFEDChannel one,
const PixelFEDChannel other 
)
inline

Definition at line 10 of file PixelFEDChannel.h.

References PixelFEDChannel::fed, and PixelFEDChannel::link.

10  {
11  if (one.fed == other.fed) return one.link<other.link;
12  return one.fed < other.fed;
13 }
unsigned int fed
unsigned int link