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