CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoVertex/VertexPrimitives/src/BasicVertexState.cc

Go to the documentation of this file.
00001 #include "RecoVertex/VertexPrimitives/interface/BasicVertexState.h"
00002 #include "RecoVertex/VertexPrimitives/interface/VertexState.h"
00003 
00004 std::vector<VertexState> 
00005 BasicVertexState::components() const {
00006   std::vector<VertexState> result; result.reserve(1);
00007   result.push_back( const_cast<BasicVertexState*>(this));
00008   return result;
00009 }
00010