Go to the documentation of this file. 1 #ifndef RecoCandidate_RecoChargedCandidate_h
2 #define RecoCandidate_RecoChargedCandidate_h
reco::TrackRef track() const override
reference to a track
math::XYZPoint Point
point in the space
int status() const final
status word
~RecoChargedCandidate() override
destructor
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
RecoChargedCandidate(Charge q, const PolarLorentzVector &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0)
constructor from values
int Charge
electric charge type
void setTrack(const reco::TrackRef &r)
set reference to track
RecoChargedCandidate()
default constructor
Structure Point Contains parameters of Gaussian fits to DMRs.
int pdgId() const final
PDG identifier.
bool overlap(const Candidate &) const override
check overlap with another candidate
const LorentzVector & p4() const final
four-momentum Lorentz vector
reco::TrackRef track_
reference to a track
RecoChargedCandidate(Charge q, const LorentzVector &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0)
constructor from values
RecoChargedCandidate * clone() const override
returns a clone of the candidate
math::XYZTLorentzVector LorentzVector
Lorentz vector.