CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MultiTrajectoryStateMerger.cc
Go to the documentation of this file.
3 
6 {
7  if ( !tsos.isValid() ) std::cout << "Merger called with invalid state" << std::endl;
9  MultiGaussianState<5> mergedStates = theMultiStateMerger->merge(multiState);
11 }
const std::shared_ptr< const MultiGaussianStateMerger< 5 > > theMultiStateMerger
TrajectoryStateOnSurface merge(const TrajectoryStateOnSurface &tsos) const
Mixture of multi-variate gaussian states.
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:145
MultiGaussianState< 5 > multiGaussianStateFromTSOS(const TrajectoryStateOnSurface &tsos)