#include <KinematicVertexFactory.h>
Public Member Functions | |
KinematicVertexFactory () | |
Static Public Member Functions | |
static RefCountedKinematicVertex | vertex (const VertexState &state, float totalChiSq, float degreesOfFr) |
static RefCountedKinematicVertex | vertex (const VertexState state, const ReferenceCountingPointer< KinematicVertex > pVertex, float totalChiSq, float degreesOfFr) |
static RefCountedKinematicVertex | vertex (const CachingVertex< 6 > &vertex) |
static RefCountedKinematicVertex | vertex () |
Factory to create Reference counting pointers to KinematicVertex objects. Can be used both to create object and pointers or simple pointers to existing object.
Kirill Prokofiev December 2002
Definition at line 15 of file KinematicVertexFactory.h.
|
inline |
Definition at line 17 of file KinematicVertexFactory.h.
|
inlinestatic |
Constructor with vertex state, chi2 and ndf. Previous state of the vertex pointer is set to 0.
Definition at line 23 of file KinematicVertexFactory.h.
Referenced by ConstrainedTreeBuilderT::buildRealTree(), FinalTreeBuilder::buildTree(), ConstrainedTreeBuilder::buildTree(), Tau.Tau::dxy(), LagrangeParentParticleFitter::fit(), and KinematicConstrainedVertexUpdator::update().
|
inlinestatic |
Constructor with previous (before constraint) state of the vertex
Definition at line 31 of file KinematicVertexFactory.h.
Referenced by Tau.Tau::dxy().
|
inlinestatic |
Direct conversion from caching vertex
Definition at line 41 of file KinematicVertexFactory.h.
References vertex().
Referenced by Tau.Tau::dxy().
|
inlinestatic |
Method producing invalid kinematic vertices to mark top production and final state decay vertices
Definition at line 49 of file KinematicVertexFactory.h.
Referenced by Tau.Tau::dxy(), and vertex().