CMS 3D CMS Logo

BasicVertexState.cc
Go to the documentation of this file.
3 
4 std::vector<VertexState> BasicVertexState::components() const {
5  std::vector<VertexState> result;
6  result.emplace_back(const_cast<BasicVertexState*>(this));
7  return result;
8 }
virtual std::vector< VertexState > components() const