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