#include <AlignmentGeometry.h>
Public Attributes | |
double | dx |
double | dy |
double | dz |
x, y and z components of the direction unit vector in global coordinates More... | |
double | s |
projection of (sx, sy) to (dx, dy) More... | |
Definition at line 26 of file AlignmentGeometry.h.
double DetGeometry::DirectionData::dx |
Definition at line 27 of file AlignmentGeometry.h.
double DetGeometry::DirectionData::dy |
Definition at line 27 of file AlignmentGeometry.h.
double DetGeometry::DirectionData::dz |
x, y and z components of the direction unit vector in global coordinates
Definition at line 27 of file AlignmentGeometry.h.
Referenced by Electron.Electron::cutBasedId(), ntupleDataFormat.Track::dzPull(), and StraightTrackAlignment::processEvent().
double DetGeometry::DirectionData::s |
projection of (sx, sy) to (dx, dy)
Definition at line 28 of file AlignmentGeometry.h.