CMS 3D CMS Logo

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 131 of file ApeEstimator.cc.

Constructor & Destructor Documentation

ApeEstimator::PositionAndError2::PositionAndError2 ( )
inline

Definition at line 132 of file ApeEstimator.cc.

132 : posX(-999.F), posY(-999.F), errX2(-999.F), errY2(-999.F){};
static uInt32 F(BLOWFISH_CTX *ctx, uInt32 x)
Definition: blowfish.cc:281
ApeEstimator::PositionAndError2::PositionAndError2 ( float  x,
float  y,
float  eX,
float  eY 
)
inline

Member Data Documentation

float ApeEstimator::PositionAndError2::errX2

Definition at line 136 of file ApeEstimator.cc.

float ApeEstimator::PositionAndError2::errY2

Definition at line 137 of file ApeEstimator.cc.

float ApeEstimator::PositionAndError2::posX

Definition at line 133 of file ApeEstimator.cc.

float ApeEstimator::PositionAndError2::posY

Definition at line 135 of file ApeEstimator.cc.