#include <HitCollection.h>
Public Member Functions | |
Hit (unsigned int _id=0, unsigned int _dirIdx=0, double _pos=0, double _sig=0, double _z=0) | |
Public Attributes | |
double | alpha |
double | beta |
unsigned int | dirIdx |
index of read-out direction (valid are: 1 or 2) More... | |
double | gamma |
unsigned int | id |
sensor id More... | |
double | position |
measurement position; mm More... | |
double | sigma |
measurement position; mm More... | |
float | x |
float | y |
double | z |
global z - AlignmentGeometry::z0, mm More... | |
Definition at line 13 of file HitCollection.h.
|
inline |
Definition at line 29 of file HitCollection.h.
double Hit::alpha |
Definition at line 60 of file SiPixelLorentzAngle.h.
Referenced by analyzer::SiPixelLorentzAngle::analyze(), and SiPixelLorentzAnglePCLWorker::analyze().
double Hit::beta |
Definition at line 61 of file SiPixelLorentzAngle.h.
Referenced by analyzer::SiPixelLorentzAngle::analyze(), and SiPixelLorentzAnglePCLWorker::analyze().
unsigned int Hit::dirIdx |
index of read-out direction (valid are: 1 or 2)
Definition at line 18 of file HitCollection.h.
double Hit::gamma |
Definition at line 62 of file SiPixelLorentzAngle.h.
Referenced by analyzer::SiPixelLorentzAngle::analyze(), and SiPixelLorentzAnglePCLWorker::analyze().
unsigned int Hit::id |
sensor id
Definition at line 15 of file HitCollection.h.
double Hit::position |
measurement position; mm
Definition at line 21 of file HitCollection.h.
double Hit::sigma |
measurement position; mm
Definition at line 24 of file HitCollection.h.
float Hit::x |
Definition at line 58 of file SiPixelLorentzAngle.h.
Referenced by python.rootplot.utilities.Hist::__init_TGraph(), svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), edmStreamStallGrapher.Point::__str__(), python.rootplot.root2matplotlib.Hist::_prepare_xaxis(), python.rootplot.root2matplotlib.Hist::_prepare_yaxis(), analyzer::SiPixelLorentzAngle::analyze(), SiPixelLorentzAnglePCLWorker::analyze(), python.rootplot.root2matplotlib.Hist2D::box(), python.rootplot.root2matplotlib.Hist2D::contour(), python.rootplot.utilities.Hist::delete_bin(), python.rootplot.root2matplotlib.Hist::errorbar(), python.rootplot.root2matplotlib.Hist::errorbarh(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), ntupleDataFormat._HitObject::r3D(), and python.rootplot.utilities.Hist::TGraph().
float Hit::y |
Definition at line 59 of file SiPixelLorentzAngle.h.
Referenced by python.rootplot.utilities.Hist::__getitem__(), python.rootplot.utilities.Hist::__init_TGraph(), python.rootplot.utilities.Hist::__iter__(), svgfig.Ellipse::__repr__(), python.rootplot.utilities.Hist::__setitem__(), edmStreamStallGrapher.Point::__str__(), analyzer::SiPixelLorentzAngle::analyze(), SiPixelLorentzAnglePCLWorker::analyze(), python.rootplot.root2matplotlib.Hist::bar(), python.rootplot.root2matplotlib.Hist::barh(), python.rootplot.root2matplotlib.Hist2D::box(), python.rootplot.root2matplotlib.Hist2D::contour(), python.rootplot.utilities.Hist::delete_bin(), python.rootplot.utilities.Hist::divide_wilson(), python.rootplot.root2matplotlib.Hist::errorbar(), python.rootplot.root2matplotlib.Hist::errorbarh(), python.rootplot.root2matplotlib.Hist::hist(), python.rootplot.utilities.Hist::min(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), ntupleDataFormat._HitObject::r3D(), python.rootplot.utilities.Hist::scale(), python.rootplot.utilities.Hist::TGraph(), and python.rootplot.utilities.Hist::TH1F().
double Hit::z |
global z - AlignmentGeometry::z0, mm
Definition at line 27 of file HitCollection.h.
Referenced by geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().