Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:07

0001 #ifndef VertexGaussianStateConversions_H_
0002 #define VertexGaussianStateConversions_H_
0003 #include "RecoVertex/VertexPrimitives/interface/VertexState.h"
0004 #include "TrackingTools/GsfTools/interface/MultiGaussianState.h"
0005 
0006 namespace GaussianStateConversions {
0007   MultiGaussianState<3> multiGaussianStateFromVertex(const VertexState aState);
0008   VertexState vertexFromMultiGaussianState(const MultiGaussianState<3>& multiState);
0009 }  // namespace GaussianStateConversions
0010 
0011 #endif