CMS 3D CMS Logo

V0Candidate.cc
Go to the documentation of this file.
2 
3 using namespace reco;
4 
5 void V0Candidate::setRecoVertex(const Vertex& vtxIn) {
6  recoVertex = vtxIn;
8 }
reco::V0Candidate::setRecoVertex
void setRecoVertex(const Vertex &vtxIn)
Definition: V0Candidate.cc:5
reco::V0Candidate::recoVertex
Vertex recoVertex
Definition: V0Candidate.h:19
V0Candidate.h
reco::Vertex::position
const Point & position() const
position
Definition: Vertex.h:127
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:46
reco::LeafCandidate::setVertex
void setVertex(const Point &vertex) override
set vertex
Definition: LeafCandidate.h:173
reco::Vertex
Definition: Vertex.h:35