CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Attributes
QcdLowPtDQM::Tracklet Class Reference

#include <QcdLowPtDQM.h>

Public Member Functions

double deta () const
 
double dphi () const
 
double eta () const
 
int i1 () const
 
int i2 () const
 
const Pixelp1 () const
 
const Pixelp2 () const
 
void seti1 (int i1)
 
void seti2 (int i2)
 
 Tracklet ()
 
 Tracklet (const Pixel &p1, const Pixel &p2)
 

Protected Attributes

double deta_
 
double dphi_
 
int i1_
 
int i2_
 
Pixel p1_
 
Pixel p2_
 

Detailed Description

Definition at line 74 of file QcdLowPtDQM.h.

Constructor & Destructor Documentation

◆ Tracklet() [1/2]

QcdLowPtDQM::Tracklet::Tracklet ( )
inline

Definition at line 76 of file QcdLowPtDQM.h.

◆ Tracklet() [2/2]

QcdLowPtDQM::Tracklet::Tracklet ( const Pixel p1,
const Pixel p2 
)
inline

Definition at line 77 of file QcdLowPtDQM.h.

Member Function Documentation

◆ deta()

double QcdLowPtDQM::Tracklet::deta ( ) const
inline

Definition at line 79 of file QcdLowPtDQM.h.

References deta_.

79 { return deta_; }

◆ dphi()

double QcdLowPtDQM::Tracklet::dphi ( ) const
inline

Definition at line 80 of file QcdLowPtDQM.h.

References dphi_.

80 { return dphi_; }

◆ eta()

double QcdLowPtDQM::Tracklet::eta ( ) const
inline

◆ i1()

int QcdLowPtDQM::Tracklet::i1 ( ) const
inline

Definition at line 81 of file QcdLowPtDQM.h.

References i1_.

Referenced by seti1().

81 { return i1_; }

◆ i2()

int QcdLowPtDQM::Tracklet::i2 ( ) const
inline

Definition at line 82 of file QcdLowPtDQM.h.

References i2_.

Referenced by QcdLowPtDQM::fillTracklets(), and seti2().

82 { return i2_; }

◆ p1()

const Pixel& QcdLowPtDQM::Tracklet::p1 ( ) const
inline

Definition at line 84 of file QcdLowPtDQM.h.

References p1_.

84 { return p1_; }

◆ p2()

const Pixel& QcdLowPtDQM::Tracklet::p2 ( ) const
inline

Definition at line 85 of file QcdLowPtDQM.h.

References p2_.

85 { return p2_; }

◆ seti1()

void QcdLowPtDQM::Tracklet::seti1 ( int  i1)
inline

Definition at line 86 of file QcdLowPtDQM.h.

References i1(), and i1_.

Referenced by QcdLowPtDQM::fillTracklets().

86 { i1_ = i1; }

◆ seti2()

void QcdLowPtDQM::Tracklet::seti2 ( int  i2)
inline

Definition at line 87 of file QcdLowPtDQM.h.

References i2(), and i2_.

Referenced by QcdLowPtDQM::fillTracklets().

87 { i2_ = i2; }

Member Data Documentation

◆ deta_

double QcdLowPtDQM::Tracklet::deta_
protected

Definition at line 92 of file QcdLowPtDQM.h.

Referenced by deta().

◆ dphi_

double QcdLowPtDQM::Tracklet::dphi_
protected

Definition at line 92 of file QcdLowPtDQM.h.

Referenced by dphi().

◆ i1_

int QcdLowPtDQM::Tracklet::i1_
protected

Definition at line 91 of file QcdLowPtDQM.h.

Referenced by i1(), and seti1().

◆ i2_

int QcdLowPtDQM::Tracklet::i2_
protected

Definition at line 91 of file QcdLowPtDQM.h.

Referenced by i2(), and seti2().

◆ p1_

Pixel QcdLowPtDQM::Tracklet::p1_
protected

Definition at line 90 of file QcdLowPtDQM.h.

Referenced by eta(), and p1().

◆ p2_

Pixel QcdLowPtDQM::Tracklet::p2_
protected

Definition at line 90 of file QcdLowPtDQM.h.

Referenced by p2().