#include <QcdLowPtDQM.h>
Public Member Functions | |
double | adc () const |
double | eta () const |
double | phi () const |
Pixel (const GlobalPoint &p, double adc=0, double sx=0, double sy=0) | |
Pixel (double x=0, double y=0, double z=0, double eta=0, double phi=0, double adc=0, double sx=0, double sy=0) | |
double | rho () const |
double | sizex () const |
double | sizey () const |
double | x () const |
double | y () const |
double | z () const |
Protected Attributes | |
double | adc_ |
double | eta_ |
double | phi_ |
double | rho_ |
double | sizex_ |
double | sizey_ |
double | x_ |
double | y_ |
double | z_ |
Definition at line 27 of file QcdLowPtDQM.h.
QcdLowPtDQM::Pixel::Pixel | ( | double | x = 0 , |
double | y = 0 , |
||
double | z = 0 , |
||
double | eta = 0 , |
||
double | phi = 0 , |
||
double | adc = 0 , |
||
double | sx = 0 , |
||
double | sy = 0 |
||
) | [inline] |
QcdLowPtDQM::Pixel::Pixel | ( | const GlobalPoint & | p, |
double | adc = 0 , |
||
double | sx = 0 , |
||
double | sy = 0 |
||
) | [inline] |
double QcdLowPtDQM::Pixel::adc | ( | ) | const [inline] |
double QcdLowPtDQM::Pixel::eta | ( | ) | const [inline] |
Definition at line 37 of file QcdLowPtDQM.h.
References eta_.
Referenced by QcdLowPtDQM::Tracklet::eta(), and QcdLowPtDQM::fillPixels().
{ return eta_; }
double QcdLowPtDQM::Pixel::phi | ( | void | ) | const [inline] |
Definition at line 39 of file QcdLowPtDQM.h.
References phi_.
Referenced by QcdLowPtDQM::fillPixels().
{ return phi_; }
double QcdLowPtDQM::Pixel::rho | ( | ) | const [inline] |
Definition at line 38 of file QcdLowPtDQM.h.
References rho_.
Referenced by QcdLowPtDQM::vertexZFromClusters().
{ return rho_; }
double QcdLowPtDQM::Pixel::sizex | ( | ) | const [inline] |
double QcdLowPtDQM::Pixel::sizey | ( | ) | const [inline] |
Definition at line 41 of file QcdLowPtDQM.h.
References sizey_.
Referenced by QcdLowPtDQM::vertexZFromClusters().
{ return sizey_; }
double QcdLowPtDQM::Pixel::x | ( | ) | const [inline] |
double QcdLowPtDQM::Pixel::y | ( | ) | const [inline] |
double QcdLowPtDQM::Pixel::z | ( | ) | const [inline] |
Definition at line 44 of file QcdLowPtDQM.h.
References z_.
Referenced by QcdLowPtDQM::vertexZFromClusters().
{ return z_; }
double QcdLowPtDQM::Pixel::adc_ [protected] |
Definition at line 47 of file QcdLowPtDQM.h.
Referenced by adc().
double QcdLowPtDQM::Pixel::eta_ [protected] |
Definition at line 46 of file QcdLowPtDQM.h.
Referenced by eta().
double QcdLowPtDQM::Pixel::phi_ [protected] |
Definition at line 46 of file QcdLowPtDQM.h.
Referenced by phi().
double QcdLowPtDQM::Pixel::rho_ [protected] |
Definition at line 46 of file QcdLowPtDQM.h.
Referenced by rho().
double QcdLowPtDQM::Pixel::sizex_ [protected] |
Definition at line 47 of file QcdLowPtDQM.h.
Referenced by sizex().
double QcdLowPtDQM::Pixel::sizey_ [protected] |
Definition at line 47 of file QcdLowPtDQM.h.
Referenced by sizey().
double QcdLowPtDQM::Pixel::x_ [protected] |
Definition at line 46 of file QcdLowPtDQM.h.
Referenced by x().
double QcdLowPtDQM::Pixel::y_ [protected] |
Definition at line 46 of file QcdLowPtDQM.h.
Referenced by y().
double QcdLowPtDQM::Pixel::z_ [protected] |
Definition at line 46 of file QcdLowPtDQM.h.
Referenced by z().