CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
MomentumConstraint Struct Reference

#include <TrackConstraintAssociation.h>

Public Member Functions

 MomentumConstraint ()
 
 MomentumConstraint (const double &f, const double &s)
 

Public Attributes

double error
 
double momentum
 

Detailed Description

Definition at line 11 of file TrackConstraintAssociation.h.

Constructor & Destructor Documentation

◆ MomentumConstraint() [1/2]

MomentumConstraint::MomentumConstraint ( const double &  f,
const double &  s 
)
inline

Definition at line 12 of file TrackConstraintAssociation.h.

12 : momentum(f), error(s) {}

◆ MomentumConstraint() [2/2]

MomentumConstraint::MomentumConstraint ( )
inline

Definition at line 13 of file TrackConstraintAssociation.h.

13 : momentum(0), error(0) {}

Member Data Documentation

◆ error

double MomentumConstraint::error

◆ momentum

double MomentumConstraint::momentum

Definition at line 15 of file TrackConstraintAssociation.h.

MomentumConstraint::momentum
double momentum
Definition: TrackConstraintAssociation.h:15
f
double f[11][100]
Definition: MuScleFitUtils.cc:78
alignCSCRings.s
s
Definition: alignCSCRings.py:92
MomentumConstraint::error
double error
Definition: TrackConstraintAssociation.h:16