CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:46:13 2009 for CMSSW by  doxygen 1.5.4