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.
2 
4 
7 {
8  if ( !tsos.isValid() ) std::cout << "Merger called with invalid state" << std::endl;
10  MultiGaussianState<5> mergedStates = theMultiStateMerger->merge(multiState);
12 }
TrajectoryStateOnSurface merge(const TrajectoryStateOnSurface &tsos) const
Mixture of multi-variate gaussian states.
MultiGaussianState< 5 > multiGaussianStateFromTSOS(const TrajectoryStateOnSurface tsos)
const boost::shared_ptr< const MultiGaussianStateMerger< 5 > > theMultiStateMerger
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:121
TrajectoryStateOnSurface tsosFromMultiGaussianState(const MultiGaussianState< 5 > &multiState, const TrajectoryStateOnSurface refTsos)