Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #include "RecoVertex/VertexPrimitives/interface/BasicVertexState.h"
0002 #include "RecoVertex/VertexPrimitives/interface/VertexState.h"
0003 
0004 std::vector<VertexState> BasicVertexState::components() const {
0005   std::vector<VertexState> result;
0006   result.emplace_back(const_cast<BasicVertexState*>(this));
0007   return result;
0008 }