Declares class ParticleConstraint.
More...
#include <vector>
#include <cassert>
#include "BaseHardConstraint.h"
Go to the source code of this file.
Declares class ParticleConstraint.
Changelog:
CVS Log messages:
- Log:
- ParticleConstraint.h,v
- Revision 1.2 2008/02/12 16:43:26 blist
- First Version of Soft Constraints
- Revision 1.1 2008/02/12 10:19:06 blist
- First version of MarlinKinfit
- Revision 1.8 2008/02/04 17:30:54 blist
- NewtonFitter works now!
- Revision 1.7 2008/01/30 21:48:03 blist
- Newton Fitter still doesnt work :-(
- Revision 1.6 2008/01/30 09:14:54 blist
- Preparations for NewtonFitter
- Revision 1.5 2008/01/29 17:21:12 blist
- added methods secondDerivatives and firstDerivatives
- Revision 1.4 2007/09/14 10:58:42 blist
- Better documentation,
- added PyConstraint::add1stDerivativesToMatrix,
- fixed bug in PzConstraint::add1stDerivativesToMatrix
- Revision 1.3 2007/09/13 13:09:04 blist
- Better docs for ParticleConstraint
- Revision 1.2 2007/09/13 08:09:51 blist
- Updated 2nd derivatives for px,py,pz,E constraints, improved header documentation