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 (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_
 

Detailed Description

Definition at line 28 of file QcdLowPtDQM.h.

Constructor & Destructor Documentation

◆ Pixel() [1/2]

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

38  : x_(x),
39  y_(y),
40  z_(z),
41  rho_(TMath::Sqrt(x_ * x_ + y_ * y_)),
42  eta_(eta),
43  phi_(phi),
44  adc_(adc),
45  sizex_(sx),
46  sizey_(sy) {}

◆ Pixel() [2/2]

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

Definition at line 47 of file QcdLowPtDQM.h.

48  : x_(p.x()),
49  y_(p.y()),
50  z_(p.z()),
51  rho_(TMath::Sqrt(x_ * x_ + y_ * y_)),
52  eta_(p.eta()),
53  phi_(p.phi()),
54  adc_(adc),
55  sizex_(sx),
56  sizey_(sy) {}

Member Function Documentation

◆ adc()

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

Definition at line 57 of file QcdLowPtDQM.h.

57 { return adc_; }

References adc_.

◆ eta()

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

◆ phi()

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

Definition at line 60 of file QcdLowPtDQM.h.

60 { return phi_; }

References phi_.

Referenced by Particle.Particle::__str__(), QcdLowPtDQM::fillPixels(), and ntupleDataFormat.Track::phiPull().

◆ rho()

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

Definition at line 59 of file QcdLowPtDQM.h.

59 { return rho_; }

References rho_.

Referenced by Lepton.Lepton::absIsoFromEA(), and Muon.Muon::absIsoWithFSR().

◆ sizex()

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

Definition at line 61 of file QcdLowPtDQM.h.

61 { return sizex_; }

References sizex_.

◆ sizey()

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

Definition at line 62 of file QcdLowPtDQM.h.

62 { return sizey_; }

References sizey_.

◆ x()

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

◆ y()

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

◆ z()

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

Definition at line 65 of file QcdLowPtDQM.h.

65 { return z_; }

References z_.

Referenced by geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().

Member Data Documentation

◆ adc_

double QcdLowPtDQM::Pixel::adc_
protected

Definition at line 69 of file QcdLowPtDQM.h.

Referenced by adc().

◆ eta_

double QcdLowPtDQM::Pixel::eta_
protected

Definition at line 68 of file QcdLowPtDQM.h.

Referenced by eta().

◆ phi_

double QcdLowPtDQM::Pixel::phi_
protected

Definition at line 68 of file QcdLowPtDQM.h.

Referenced by phi().

◆ rho_

double QcdLowPtDQM::Pixel::rho_
protected

Definition at line 68 of file QcdLowPtDQM.h.

Referenced by rho().

◆ sizex_

double QcdLowPtDQM::Pixel::sizex_
protected

Definition at line 69 of file QcdLowPtDQM.h.

Referenced by sizex().

◆ sizey_

double QcdLowPtDQM::Pixel::sizey_
protected

Definition at line 69 of file QcdLowPtDQM.h.

Referenced by sizey().

◆ x_

double QcdLowPtDQM::Pixel::x_
protected

Definition at line 68 of file QcdLowPtDQM.h.

Referenced by x().

◆ y_

double QcdLowPtDQM::Pixel::y_
protected

Definition at line 68 of file QcdLowPtDQM.h.

Referenced by y().

◆ z_

double QcdLowPtDQM::Pixel::z_
protected

Definition at line 68 of file QcdLowPtDQM.h.

Referenced by z().

AlCaHLTBitMon_ParallelJobs.p
p
Definition: AlCaHLTBitMon_ParallelJobs.py:153
QcdLowPtDQM::Pixel::eta
double eta() const
Definition: QcdLowPtDQM.h:58
QcdLowPtDQM::Pixel::rho_
double rho_
Definition: QcdLowPtDQM.h:68
QcdLowPtDQM::Pixel::y
double y() const
Definition: QcdLowPtDQM.h:64
QcdLowPtDQM::Pixel::sizex_
double sizex_
Definition: QcdLowPtDQM.h:69
QcdLowPtDQM::Pixel::eta_
double eta_
Definition: QcdLowPtDQM.h:68
QcdLowPtDQM::Pixel::y_
double y_
Definition: QcdLowPtDQM.h:68
fftjetcommon_cfi.sy
sy
Definition: fftjetcommon_cfi.py:203
QcdLowPtDQM::Pixel::z_
double z_
Definition: QcdLowPtDQM.h:68
QcdLowPtDQM::Pixel::z
double z() const
Definition: QcdLowPtDQM.h:65
QcdLowPtDQM::Pixel::adc
double adc() const
Definition: QcdLowPtDQM.h:57
QcdLowPtDQM::Pixel::phi_
double phi_
Definition: QcdLowPtDQM.h:68
QcdLowPtDQM::Pixel::phi
double phi() const
Definition: QcdLowPtDQM.h:60
QcdLowPtDQM::Pixel::adc_
double adc_
Definition: QcdLowPtDQM.h:69
QcdLowPtDQM::Pixel::x
double x() const
Definition: QcdLowPtDQM.h:63
QcdLowPtDQM::Pixel::x_
double x_
Definition: QcdLowPtDQM.h:68
QcdLowPtDQM::Pixel::sizey_
double sizey_
Definition: QcdLowPtDQM.h:69
fftjetcommon_cfi.sx
sx
Definition: fftjetcommon_cfi.py:202