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 15 of file PndCATarget.h.

Constructor & Destructor Documentation

◆ PndCATarget() [1/2]

PndCATarget::PndCATarget ( )
inline

Definition at line 17 of file PndCATarget.h.

17 : 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 18 of file PndCATarget.h.

19  : 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 31 of file PndCATarget.h.

31 { return fB; }

◆ DQMom()

float PndCATarget::DQMom ( ) const
inline

Definition at line 30 of file PndCATarget.h.

30 { return fDQMom * fDQMom; }

◆ Err2QMom()

float PndCATarget::Err2QMom ( ) const
inline

Definition at line 29 of file PndCATarget.h.

29 { return fDQMom * fDQMom; }

◆ Err2X1()

float PndCATarget::Err2X1 ( ) const
inline

Definition at line 27 of file PndCATarget.h.

27 { return fDX1 * fDX1; }

◆ Err2X2()

float PndCATarget::Err2X2 ( ) const
inline

Definition at line 28 of file PndCATarget.h.

28 { return fDX2 * fDX2; }

◆ NDF()

int PndCATarget::NDF ( ) const
inline

Definition at line 32 of file PndCATarget.h.

32 { return fNDF; }

◆ SetErrQMom()

float PndCATarget::SetErrQMom ( float  v)
inline

Definition at line 21 of file PndCATarget.h.

References v.

21 { return fDQMom = v; }
__m128 v
Definition: P4_F32vec4.h:3

◆ X0()

float PndCATarget::X0 ( ) const
inline

Definition at line 23 of file PndCATarget.h.

23 { return fX0; }

◆ X1()

float PndCATarget::X1 ( ) const
inline

Definition at line 24 of file PndCATarget.h.

24 { return fX1; }

◆ X2()

float PndCATarget::X2 ( ) const
inline

Definition at line 25 of file PndCATarget.h.

25 { return fX2; }

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