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 16 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)
12  return one.link < other.link;
13  return one.fed < other.fed;
14 }
unsigned int fed
unsigned int link