CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
SiPixelCluster::Shift Class Reference

#include <SiPixelCluster.h>

Public Member Functions

constexpr int dx () const
 
constexpr int dy () const
 
constexpr Shift (int dx, int dy)
 
constexpr Shift ()
 

Private Attributes

int dx_
 
int dy_
 

Detailed Description

Definition at line 42 of file SiPixelCluster.h.

Constructor & Destructor Documentation

◆ Shift() [1/2]

constexpr SiPixelCluster::Shift::Shift ( int  dx,
int  dy 
)
inline

Definition at line 44 of file SiPixelCluster.h.

44 : dx_(dx), dy_(dy) {}
constexpr int dx() const
constexpr int dy() const

◆ Shift() [2/2]

constexpr SiPixelCluster::Shift::Shift ( )
inline

Definition at line 45 of file SiPixelCluster.h.

Member Function Documentation

◆ dx()

constexpr int SiPixelCluster::Shift::dx ( ) const
inline

Definition at line 46 of file SiPixelCluster.h.

References dx_.

46 { return dx_; }

◆ dy()

constexpr int SiPixelCluster::Shift::dy ( ) const
inline

Definition at line 47 of file SiPixelCluster.h.

References dy_.

47 { return dy_; }

Member Data Documentation

◆ dx_

int SiPixelCluster::Shift::dx_
private

Definition at line 50 of file SiPixelCluster.h.

Referenced by dx().

◆ dy_

int SiPixelCluster::Shift::dy_
private

Definition at line 51 of file SiPixelCluster.h.

Referenced by dy().