CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/DataFormats/V0Candidate/src/V0Candidate.cc

Go to the documentation of this file.
00001 #include "DataFormats/V0Candidate/interface/V0Candidate.h"
00002 
00003 using namespace reco;
00004 
00005 void V0Candidate::setVertex( const Vertex & vtxIn ) {
00006   recoVertex = vtxIn;
00007   LeafCandidate::setVertex( vtxIn.position() );
00008 }