CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MultiTrajectoryStateMerger.cc
Go to the documentation of this file.
3 
5  if (!tsos.isValid())
6  std::cout << "Merger called with invalid state" << std::endl;
8  MultiGaussianState<5> mergedStates = theMultiStateMerger->merge(multiState);
10 }
TrajectoryStateOnSurface merge(const TrajectoryStateOnSurface &tsos) const
Mixture of multi-variate gaussian states.
const std::shared_ptr< const MultiGaussianStateMerger< 5 > > theMultiStateMerger
TrajectoryStateOnSurface tsosFromMultiGaussianState(const MultiGaussianState< 5 > &multiState, const TrajectoryStateOnSurface &refTsos)
MultiGaussianState< N > multiState(const std::vector< MultiGaussianState< N >::Vector > &, const std::vector< MultiGaussianState< N >::Matrix > &, const std::vector< double > &)
tuple cout
Definition: gather_cfg.py:144
MultiGaussianState< 5 > multiGaussianStateFromTSOS(const TrajectoryStateOnSurface &tsos)