CMS 3D CMS Logo

Classes | Functions
PixelDigi.h File Reference
#include <utility>
#include <algorithm>
#include "DataFormats/SiPixelDetId/interface/PixelChannelIdentifier.h"
#include <iostream>

Go to the source code of this file.

Classes

class  PixelDigi
 

Functions

bool operator< (const PixelDigi &one, const PixelDigi &other)
 
std::ostream & operator<< (std::ostream &o, const PixelDigi &digi)
 

Function Documentation

◆ operator<()

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

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const PixelDigi digi 
)
inline

Definition at line 91 of file PixelDigi.h.

91  {
92  return o << " " << digi.channel() << " " << digi.adc();
93 }

References PixelDigi::adc(), PixelDigi::channel(), and EcalTangentSkim_cfg::o.

pixelchanelidentifierimpl::Packing::rowcol_mask
const PackedDigiType rowcol_mask
Definition: PixelChannelIdentifier.h:46
SiPixelPI::one
Definition: SiPixelPayloadInspectorHelper.h:39
PixelChannelIdentifier::thePacking
constexpr static Packing thePacking
Definition: PixelChannelIdentifier.h:72
PixelDigi::channel
int channel() const
Definition: PixelDigi.h:73
EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:36
trackingPlots.other
other
Definition: trackingPlots.py:1467
PixelDigi::adc
unsigned short adc() const
Definition: PixelDigi.h:60