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

◆ PositionAndError2() [1/2]

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){};

◆ PositionAndError2() [2/2]

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

Definition at line 133 of file ApeEstimator.cc.

133 : posX(x), posY(y), errX2(eX), errY2(eY){};

Member Data Documentation

◆ errX2

float ApeEstimator::PositionAndError2::errX2

Definition at line 136 of file ApeEstimator.cc.

◆ errY2

float ApeEstimator::PositionAndError2::errY2

Definition at line 137 of file ApeEstimator.cc.

◆ posX

float ApeEstimator::PositionAndError2::posX

Definition at line 133 of file ApeEstimator.cc.

◆ posY

float ApeEstimator::PositionAndError2::posY

Definition at line 135 of file ApeEstimator.cc.

DDAxes::y
DDAxes::x
F
static uInt32 F(BLOWFISH_CTX *ctx, uInt32 x)
Definition: blowfish.cc:163
ApeEstimator::PositionAndError2::errX2
float errX2
Definition: ApeEstimator.cc:136
ApeEstimator::PositionAndError2::posY
float posY
Definition: ApeEstimator.cc:135
ApeEstimator::PositionAndError2::errY2
float errY2
Definition: ApeEstimator.cc:137
ApeEstimator::PositionAndError2::posX
float posX
Definition: ApeEstimator.cc:133