#include <MassConstraint.h>
Inheritance diagram for MassConstraint:


Public Member Functions | |
| MassConstraint (double mass_=0.) | |
| virtual | ~MassConstraint () |
| virtual double | getValue () const |
| Returns the value of the constraint. | |
| virtual void | getDerivatives (int idim, double der[]) const |
| virtual double | getMass (int flag=1) |
| virtual void | setMass (double mass_) |
Protected Attributes | |
| double | mass |
|
|
Definition at line 24 of file MassConstraint.C. |
|
|
Definition at line 27 of file MassConstraint.C. |
|
||||||||||||
|
Get first order derivatives. Call this with a predefined array "der" with the necessary number of entries! Implements ParticleConstraint. Definition at line 53 of file MassConstraint.C. References ParticleConstraint::fitobjects, and ParticleConstraint::flags. |
|
|
Definition at line 87 of file MassConstraint.C. References ParticleConstraint::fitobjects, and ParticleConstraint::flags. Referenced by TopEvent::fitEvent(), and main(). |
|
|
Returns the value of the constraint.
Implements ParticleConstraint. Definition at line 30 of file MassConstraint.C. References ParticleConstraint::fitobjects, ParticleConstraint::flags, and mass. Referenced by main(). |
|
|
Definition at line 26 of file MassConstraint.h. References mass. Referenced by TopEvent::TopEvent(). |
|
|
Definition at line 29 of file MassConstraint.h. Referenced by getValue(), and setMass(). |
1.3.2