![]() |
|
|||
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 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |