CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
ApeEstimator::PositionAndError2 Struct Reference

Public Member Functions

 PositionAndError2 ()
 
 PositionAndError2 (float x, float y, float eX, float eY)
 

Public Attributes

float errX2
 
float errY2
 
float posX
 
float posY
 

Detailed Description

Definition at line 137 of file ApeEstimator.cc.

Constructor & Destructor Documentation

ApeEstimator::PositionAndError2::PositionAndError2 ( )
inline

Definition at line 138 of file ApeEstimator.cc.

ApeEstimator::PositionAndError2::PositionAndError2 ( float  x,
float  y,
float  eX,
float  eY 
)
inline

Definition at line 139 of file ApeEstimator.cc.

Member Data Documentation

float ApeEstimator::PositionAndError2::errX2

Definition at line 142 of file ApeEstimator.cc.

float ApeEstimator::PositionAndError2::errY2

Definition at line 143 of file ApeEstimator.cc.

float ApeEstimator::PositionAndError2::posX

Definition at line 139 of file ApeEstimator.cc.

float ApeEstimator::PositionAndError2::posY

Definition at line 141 of file ApeEstimator.cc.