#include <MultiVertexStateCombiner.h>
Public Types | |
typedef std::vector< VertexState > | VSC |
Public Member Functions | |
VertexState | combine (const VSC &theMixture) const |
Class to collapse (combine) a Gaussian mixture of VertexStates into one. (c.f. R. Fruewirth et.al., Comp.Phys.Comm 100 (1997) 1
Definition at line 14 of file MultiVertexStateCombiner.h.
typedef std::vector<VertexState> MultiVertexStateCombiner::VSC |
Definition at line 18 of file MultiVertexStateCombiner.h.
VertexState MultiVertexStateCombiner::combine | ( | const VSC & | theMixture | ) | const |
Definition at line 6 of file MultiVertexStateCombiner.cc.
References asciidump::s, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by BasicMultiVertexState::checkCombinedState().