CMS 3D CMS Logo

List of all members | Public Attributes
DetGeometry::DirectionData Struct Reference

#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...
 

Detailed Description

Definition at line 25 of file AlignmentGeometry.h.

Member Data Documentation

◆ dx

double DetGeometry::DirectionData::dx

Definition at line 26 of file AlignmentGeometry.h.

◆ dy

double DetGeometry::DirectionData::dy

Definition at line 26 of file AlignmentGeometry.h.

◆ dz

double DetGeometry::DirectionData::dz

x, y and z components of the direction unit vector in global coordinates

Definition at line 26 of file AlignmentGeometry.h.

Referenced by Electron.Electron::cutBasedId(), ntupleDataFormat.Track::dzPull(), and StraightTrackAlignment::processEvent().

◆ s

double DetGeometry::DirectionData::s

projection of (sx, sy) to (dx, dy)

Definition at line 27 of file AlignmentGeometry.h.