#include <QcdLowPtDQM.h>
Public Member Functions | |
double | deta () const |
double | dphi () const |
double | eta () const |
int | i1 () const |
int | i2 () const |
const Pixel & | p1 () const |
const Pixel & | p2 () const |
void | seti1 (int i1) |
void | seti2 (int i2) |
Tracklet (const Pixel &p1, const Pixel &p2) | |
Tracklet () | |
Protected Attributes | |
double | deta_ |
double | dphi_ |
int | i1_ |
int | i2_ |
Pixel | p1_ |
Pixel | p2_ |
Definition at line 49 of file QcdLowPtDQM.h.
QcdLowPtDQM::Tracklet::Tracklet | ( | ) | [inline] |
double QcdLowPtDQM::Tracklet::deta | ( | ) | const [inline] |
Definition at line 55 of file QcdLowPtDQM.h.
References deta_.
Referenced by compareTracklets().
{ return deta_; }
double QcdLowPtDQM::Tracklet::dphi | ( | ) | const [inline] |
double QcdLowPtDQM::Tracklet::eta | ( | ) | const [inline] |
Definition at line 59 of file QcdLowPtDQM.h.
References QcdLowPtDQM::Pixel::eta(), and p1_.
{ return p1_.eta(); }
int QcdLowPtDQM::Tracklet::i1 | ( | ) | const [inline] |
int QcdLowPtDQM::Tracklet::i2 | ( | ) | const [inline] |
Definition at line 58 of file QcdLowPtDQM.h.
References i2_.
Referenced by QcdLowPtDQM::fillTracklets(), and seti2().
{ return i2_; }
const Pixel& QcdLowPtDQM::Tracklet::p1 | ( | ) | const [inline] |
const Pixel& QcdLowPtDQM::Tracklet::p2 | ( | ) | const [inline] |
void QcdLowPtDQM::Tracklet::seti1 | ( | int | i1 | ) | [inline] |
Definition at line 62 of file QcdLowPtDQM.h.
Referenced by QcdLowPtDQM::fillTracklets().
void QcdLowPtDQM::Tracklet::seti2 | ( | int | i2 | ) | [inline] |
Definition at line 63 of file QcdLowPtDQM.h.
Referenced by QcdLowPtDQM::fillTracklets().
double QcdLowPtDQM::Tracklet::deta_ [protected] |
Definition at line 67 of file QcdLowPtDQM.h.
Referenced by deta().
double QcdLowPtDQM::Tracklet::dphi_ [protected] |
Definition at line 67 of file QcdLowPtDQM.h.
Referenced by dphi().
int QcdLowPtDQM::Tracklet::i1_ [protected] |
Definition at line 66 of file QcdLowPtDQM.h.
int QcdLowPtDQM::Tracklet::i2_ [protected] |
Definition at line 66 of file QcdLowPtDQM.h.
Pixel QcdLowPtDQM::Tracklet::p1_ [protected] |
Definition at line 65 of file QcdLowPtDQM.h.
Pixel QcdLowPtDQM::Tracklet::p2_ [protected] |
Definition at line 65 of file QcdLowPtDQM.h.
Referenced by p2().