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

Constructor & Destructor Documentation

◆ PositionAndError2() [1/2]

ApeEstimator::PositionAndError2::PositionAndError2 ( )
inline

Definition at line 131 of file ApeEstimator.cc.

131 : posX(-999.F), posY(-999.F), errX2(-999.F), errY2(-999.F){};
static uInt32 F(BLOWFISH_CTX *ctx, uInt32 x)
Definition: blowfish.cc:163

◆ PositionAndError2() [2/2]

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

Member Data Documentation

◆ errX2

float ApeEstimator::PositionAndError2::errX2

Definition at line 135 of file ApeEstimator.cc.

◆ errY2

float ApeEstimator::PositionAndError2::errY2

Definition at line 136 of file ApeEstimator.cc.

◆ posX

float ApeEstimator::PositionAndError2::posX

Definition at line 132 of file ApeEstimator.cc.

◆ posY

float ApeEstimator::PositionAndError2::posY

Definition at line 134 of file ApeEstimator.cc.