CMS 3D CMS Logo

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

#include <FTLCluster.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 44 of file FTLCluster.h.

Constructor & Destructor Documentation

◆ Shift() [1/2]

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

Definition at line 46 of file FTLCluster.h.

46 : dx_(dx), dy_(dy) {}
constexpr int dy() const
Definition: FTLCluster.h:49
constexpr int dx() const
Definition: FTLCluster.h:48

◆ Shift() [2/2]

constexpr FTLCluster::Shift::Shift ( )
inline

Definition at line 47 of file FTLCluster.h.

47 : dx_(0), dy_(0) {}

Member Function Documentation

◆ dx()

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

Definition at line 48 of file FTLCluster.h.

References dx_.

48 { return dx_; }

◆ dy()

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

Definition at line 49 of file FTLCluster.h.

References dy_.

49 { return dy_; }

Member Data Documentation

◆ dx_

int FTLCluster::Shift::dx_
private

Definition at line 52 of file FTLCluster.h.

Referenced by dx().

◆ dy_

int FTLCluster::Shift::dy_
private

Definition at line 53 of file FTLCluster.h.

Referenced by dy().