CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Attributes
QcdLowPtDQM::Pixel Class Reference

#include <QcdLowPtDQM.h>

Public Member Functions

double adc () const
 
double eta () const
 
double phi () const
 
 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)
 
 Pixel (const GlobalPoint &p, 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_
 

Detailed Description

Definition at line 25 of file QcdLowPtDQM.h.

Constructor & Destructor Documentation

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

Definition at line 27 of file QcdLowPtDQM.h.

QcdLowPtDQM::Pixel::Pixel ( const GlobalPoint p,
double  adc = 0,
double  sx = 0,
double  sy = 0 
)
inline

Definition at line 38 of file QcdLowPtDQM.h.

Member Function Documentation

double QcdLowPtDQM::Pixel::adc ( ) const
inline

Definition at line 48 of file QcdLowPtDQM.h.

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

Definition at line 49 of file QcdLowPtDQM.h.

Referenced by Particle.Particle::__str__().

double QcdLowPtDQM::Pixel::phi ( void  ) const
inline

Definition at line 51 of file QcdLowPtDQM.h.

Referenced by Particle.Particle::__str__().

double QcdLowPtDQM::Pixel::rho ( ) const
inline

Definition at line 50 of file QcdLowPtDQM.h.

Referenced by Lepton.Lepton::absIsoFromEA().

double QcdLowPtDQM::Pixel::sizex ( ) const
inline

Definition at line 52 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::sizey ( ) const
inline

Definition at line 53 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::x ( ) const
inline

Definition at line 54 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::y ( ) const
inline

Definition at line 55 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::z ( ) const
inline

Definition at line 56 of file QcdLowPtDQM.h.

Member Data Documentation

double QcdLowPtDQM::Pixel::adc_
protected

Definition at line 60 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::eta_
protected

Definition at line 59 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::phi_
protected

Definition at line 59 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::rho_
protected

Definition at line 59 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::sizex_
protected

Definition at line 60 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::sizey_
protected

Definition at line 60 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::x_
protected

Definition at line 59 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::y_
protected

Definition at line 59 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::z_
protected

Definition at line 59 of file QcdLowPtDQM.h.