PandaRoot
PndCATarget Class Reference

#include <PndCATarget.h>

Public Member Functions

 PndCATarget ()
 
 PndCATarget (float x0, float x1, float x2, float dx1, float dx2, float dqmom, PndCAFieldValue b, int ndf)
 
float SetErrQMom (float v)
 
float X0 () const
 
float X1 () const
 
float X2 () const
 
float Err2X1 () const
 
float Err2X2 () const
 
float Err2QMom () const
 
float DQMom () const
 
const PndCAFieldValueB () const
 
int NDF () const
 

Detailed Description

Definition at line 27 of file PndCATarget.h.

Constructor & Destructor Documentation

◆ PndCATarget() [1/2]

PndCATarget::PndCATarget ( )
inline

Definition at line 29 of file PndCATarget.h.

29 : fX0(0), fX1(0), fX2(0), fDX1(-1), fDX2(-1), fDQMom(-1), fB(), fNDF(-1){};

◆ PndCATarget() [2/2]

PndCATarget::PndCATarget ( float  x0,
float  x1,
float  x2,
float  dx1,
float  dx2,
float  dqmom,
PndCAFieldValue  b,
int  ndf 
)
inline

Definition at line 30 of file PndCATarget.h.

31  : fX0(x0), fX1(x1), fX2(x2), fDX1(dx1), fDX2(dx2), fDQMom(dqmom), fB(b), fNDF(ndf){};

Member Function Documentation

◆ B()

const PndCAFieldValue& PndCATarget::B ( ) const
inline

Definition at line 43 of file PndCATarget.h.

43 { return fB; }

◆ DQMom()

float PndCATarget::DQMom ( ) const
inline

Definition at line 42 of file PndCATarget.h.

42 { return fDQMom * fDQMom; }

◆ Err2QMom()

float PndCATarget::Err2QMom ( ) const
inline

Definition at line 41 of file PndCATarget.h.

41 { return fDQMom * fDQMom; }

◆ Err2X1()

float PndCATarget::Err2X1 ( ) const
inline

Definition at line 39 of file PndCATarget.h.

39 { return fDX1 * fDX1; }

◆ Err2X2()

float PndCATarget::Err2X2 ( ) const
inline

Definition at line 40 of file PndCATarget.h.

40 { return fDX2 * fDX2; }

◆ NDF()

int PndCATarget::NDF ( ) const
inline

Definition at line 44 of file PndCATarget.h.

44 { return fNDF; }

◆ SetErrQMom()

float PndCATarget::SetErrQMom ( float  v)
inline

Definition at line 33 of file PndCATarget.h.

References v.

33 { return fDQMom = v; }
__m128 v
Definition: P4_F32vec4.h:15

◆ X0()

float PndCATarget::X0 ( ) const
inline

Definition at line 35 of file PndCATarget.h.

35 { return fX0; }

◆ X1()

float PndCATarget::X1 ( ) const
inline

Definition at line 36 of file PndCATarget.h.

36 { return fX1; }

◆ X2()

float PndCATarget::X2 ( ) const
inline

Definition at line 37 of file PndCATarget.h.

37 { return fX2; }

The documentation for this class was generated from the following file: