#include <SmartPointingConstraint.h>
Public Member Functions | |
SmartPointingConstraint * | clone () const override |
std::pair< AlgebraicMatrix, AlgebraicVector > | derivative (const AlgebraicVector &exPoint) const override |
std::pair< AlgebraicMatrix, AlgebraicVector > | derivative (const std::vector< RefCountedKinematicParticle > &par) const override |
AlgebraicVector | deviations (int nStates) const override |
int | numberOfEquations () const override |
SmartPointingConstraint (const GlobalPoint &ref) | |
std::pair< AlgebraicVector, AlgebraicVector > | value (const AlgebraicVector &exPoint) const override |
std::pair< AlgebraicVector, AlgebraicVector > | value (const std::vector< RefCountedKinematicParticle > &par) const override |
Public Member Functions inherited from KinematicConstraint | |
KinematicConstraint () | |
virtual | ~KinematicConstraint () |
Private Member Functions | |
std::pair< AlgebraicMatrix, AlgebraicVector > | makeDerivative (const AlgebraicVector &exPoint) const |
std::pair< AlgebraicVector, AlgebraicVector > | makeValue (const AlgebraicVector &exPoint) const |
Private Attributes | |
GlobalPoint | refPoint |
Topological constraint making a momentum vector to point to the given location in space. Example: if b-meson momentum is reconstructed at b-meson decay position (secondary vertex), making reconstructed momentum pointing the the primary vertex
Multiple track refit is not supported in current version
Kirill Prokofiev, March 2004 MultiState version: July 2004
Definition at line 21 of file SmartPointingConstraint.h.
|
inline |
Definition at line 25 of file SmartPointingConstraint.h.
References derivative(), deviations(), numberOfEquations(), and value().
Referenced by clone().
|
inlineoverridevirtual |
Clone method
Implements KinematicConstraint.
Definition at line 53 of file SmartPointingConstraint.h.
References makeDerivative(), makeValue(), and SmartPointingConstraint().
|
overridevirtual |
Implements KinematicConstraint.
Definition at line 25 of file SmartPointingConstraint.cc.
References runTauDisplay::dr, and makeDerivative().
Referenced by SmartPointingConstraint().
|
overridevirtual |
Vector of values and matrix of derivatives calculated using current state parameters as expansion point
Implements KinematicConstraint.
Definition at line 43 of file SmartPointingConstraint.cc.
References runTauDisplay::dr, and makeDerivative().
|
overridevirtual |
Returns vector of sigma squared associated to the KinematicParameters of refitted particles Initial deviations are given by user for the constraining parameters (mass, momentum components etc). In case of multiple states exactly the same values are added to every particle parameters
Implements KinematicConstraint.
Definition at line 75 of file SmartPointingConstraint.cc.
Referenced by SmartPointingConstraint().
|
private |
Definition at line 116 of file SmartPointingConstraint.cc.
References runTauDisplay::dr, PVValHelper::dx, PVValHelper::dy, PVValHelper::dz, point, funct::pow(), refPoint, mathSSE::sqrt(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by clone(), and derivative().
|
private |
Definition at line 81 of file SmartPointingConstraint.cc.
References PVValHelper::dx, PVValHelper::dy, PVValHelper::dz, point, refPoint, mathSSE::sqrt(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by clone(), and value().
|
overridevirtual |
Returns number of constraint equations used for fitting. Method is relevant for proper NDF calculations.
Implements KinematicConstraint.
Definition at line 78 of file SmartPointingConstraint.cc.
Referenced by SmartPointingConstraint().
|
overridevirtual |
Vector of values and matrix of derivatives calculated at given expansion 7xNumberOfStates point
Implements KinematicConstraint.
Definition at line 5 of file SmartPointingConstraint.cc.
References makeValue().
Referenced by SmartPointingConstraint().
|
overridevirtual |
Methods making value and derivative matrix using current state parameters as expansion 7-point. Constraint can be made equaly for single and multiple states
Implements KinematicConstraint.
Definition at line 60 of file SmartPointingConstraint.cc.
References makeValue().
|
private |
Definition at line 61 of file SmartPointingConstraint.h.
Referenced by makeDerivative(), and makeValue().