CMS 3D CMS Logo

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 29 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 31 of file QcdLowPtDQM.h.

33  : x_(x),
34  y_(y),
35  z_(z),
36  rho_(TMath::Sqrt(x_ * x_ + y_ * y_)),
37  eta_(eta),
38  phi_(phi),
39  adc_(adc),
40  sizex_(sx),
41  sizey_(sy) {}
double z() const
Definition: QcdLowPtDQM.h:60
double y() const
Definition: QcdLowPtDQM.h:59
double phi() const
Definition: QcdLowPtDQM.h:55
double x() const
Definition: QcdLowPtDQM.h:58
double eta() const
Definition: QcdLowPtDQM.h:53
double adc() const
Definition: QcdLowPtDQM.h:52
QcdLowPtDQM::Pixel::Pixel ( const GlobalPoint p,
double  adc = 0,
double  sx = 0,
double  sy = 0 
)
inline

Definition at line 42 of file QcdLowPtDQM.h.

43  : x_(p.x()),
44  y_(p.y()),
45  z_(p.z()),
46  rho_(TMath::Sqrt(x_ * x_ + y_ * y_)),
47  eta_(p.eta()),
48  phi_(p.phi()),
49  adc_(adc),
50  sizex_(sx),
51  sizey_(sy) {}
Geom::Phi< T > phi() const
Definition: PV3DBase.h:69
T y() const
Definition: PV3DBase.h:63
T z() const
Definition: PV3DBase.h:64
T eta() const
Definition: PV3DBase.h:76
double adc() const
Definition: QcdLowPtDQM.h:52
T x() const
Definition: PV3DBase.h:62

Member Function Documentation

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

Definition at line 52 of file QcdLowPtDQM.h.

52 { return adc_; }
double QcdLowPtDQM::Pixel::eta ( ) const
inline
double QcdLowPtDQM::Pixel::phi ( void  ) const
inline
double QcdLowPtDQM::Pixel::rho ( ) const
inline
double QcdLowPtDQM::Pixel::sizex ( ) const
inline

Definition at line 56 of file QcdLowPtDQM.h.

56 { return sizex_; }
double QcdLowPtDQM::Pixel::sizey ( ) const
inline

Definition at line 57 of file QcdLowPtDQM.h.

Referenced by QcdLowPtDQM::vertexZFromClusters().

57 { return sizey_; }
double QcdLowPtDQM::Pixel::x ( ) const
inline
double QcdLowPtDQM::Pixel::y ( ) const
inline
double QcdLowPtDQM::Pixel::z ( ) const
inline

Member Data Documentation

double QcdLowPtDQM::Pixel::adc_
protected

Definition at line 64 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::eta_
protected

Definition at line 63 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::phi_
protected

Definition at line 63 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::rho_
protected

Definition at line 63 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::sizex_
protected

Definition at line 64 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::sizey_
protected

Definition at line 64 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::x_
protected

Definition at line 63 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::y_
protected

Definition at line 63 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Pixel::z_
protected

Definition at line 63 of file QcdLowPtDQM.h.