![]() |
![]() |
00001 #ifndef VertexGaussianStateConversions_H_ 00002 #define VertexGaussianStateConversions_H_ 00003 #include "RecoVertex/VertexPrimitives/interface/VertexState.h" 00004 #include "TrackingTools/GsfTools/interface/MultiGaussianState.h" 00005 00006 namespace GaussianStateConversions { 00007 MultiGaussianState<3> multiGaussianStateFromVertex (const VertexState aState); 00008 VertexState vertexFromMultiGaussianState (const MultiGaussianState<3>& multiState); 00009 } 00010 00011 #endif