Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:23

0001 #include "DataFormats/V0Candidate/interface/V0Candidate.h"
0002 
0003 using namespace reco;
0004 
0005 void V0Candidate::setRecoVertex(const Vertex& vtxIn) {
0006   recoVertex = vtxIn;
0007   LeafCandidate::setVertex(vtxIn.position());
0008 }