#include <PFV0.h>
Public Member Functions | |
const reco::VertexCompositeCandidateRef & | originalV0 () const |
Ref to the original V0. More... | |
const std::vector< reco::PFRecTrackRef > & | pfTracks () const |
Vector of a Refs of PFRecTrack. More... | |
PFV0 () | |
Default constructor. More... | |
PFV0 (const reco::VertexCompositeCandidateRef V0, const std::vector< reco::PFRecTrackRef > &pftr, const std::vector< reco::TrackRef > &tr) | |
const std::vector< reco::TrackRef > & | Tracks () const |
Vector of a Refs of Track. More... | |
~PFV0 () | |
destructor More... | |
Private Attributes | |
reco::VertexCompositeCandidateRef | originalV0_ |
std::vector< reco::PFRecTrackRef > | pfTracks_ |
std::vector< reco::TrackRef > | tracks_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 47 of file PFV0.h.
Referenced by originalV0().
|
private |
Definition at line 48 of file PFV0.h.
Referenced by pfTracks().
|
private |