CMS 3D CMS Logo

Classes | Functions
SiStripCluster.h File Reference
#include "DataFormats/SiStripDigi/interface/SiStripDigi.h"
#include <vector>
#include <numeric>
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Classes

class  SiStripCluster
 

Functions

bool operator< (const SiStripCluster &cluster, const uint16_t &firstStrip)
 
bool operator< (const SiStripCluster &one, const SiStripCluster &other)
 
bool operator< (const uint16_t &firstStrip, const SiStripCluster &cluster)
 

Function Documentation

◆ operator<() [1/3]

bool operator< ( const SiStripCluster cluster,
const uint16_t &  firstStrip 
)
inline

Definition at line 117 of file SiStripCluster.h.

117  {
118  return cluster.firstStrip() < firstStrip;
119 }

References SiStripCluster::firstStrip().

◆ operator<() [2/3]

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

Definition at line 113 of file SiStripCluster.h.

113  {
114  return one.firstStrip() < other.firstStrip();
115 }

References SiPixelPI::one, and trackingPlots::other.

◆ operator<() [3/3]

bool operator< ( const uint16_t &  firstStrip,
const SiStripCluster cluster 
)
inline

Definition at line 121 of file SiStripCluster.h.

121  {
122  return firstStrip < cluster.firstStrip();
123 }

References SiStripCluster::firstStrip().

SiPixelPI::one
Definition: SiPixelPayloadInspectorHelper.h:39
SiStripCluster::firstStrip
uint16_t firstStrip() const
Definition: SiStripCluster.h:47
trackingPlots.other
other
Definition: trackingPlots.py:1467