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 45 of file FTLCluster.h.

Constructor & Destructor Documentation

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

Definition at line 47 of file FTLCluster.h.

47 : dx_(dx), dy_(dy) {}
constexpr int dy() const
Definition: FTLCluster.h:50
constexpr int dx() const
Definition: FTLCluster.h:49
constexpr FTLCluster::Shift::Shift ( )
inline

Definition at line 48 of file FTLCluster.h.

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

Member Function Documentation

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

Definition at line 49 of file FTLCluster.h.

Referenced by FTLCluster::FTLHitPos::operator+().

49 { return dx_;}
constexpr int FTLCluster::Shift::dy ( ) const
inline

Definition at line 50 of file FTLCluster.h.

Referenced by FTLCluster::FTLHitPos::operator+().

50 { return dy_;}

Member Data Documentation

int FTLCluster::Shift::dx_
private

Definition at line 52 of file FTLCluster.h.

int FTLCluster::Shift::dy_
private

Definition at line 53 of file FTLCluster.h.