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