CMS 3D CMS Logo

RecoStandAloneMuonCandidate.h
Go to the documentation of this file.
1 #ifndef RecoCandidate_RecoStandAloneMuonCandidate_h
2 #define RecoCandidate_RecoStandAloneMuonCandidate_h
3 
12 
13 namespace reco {
14 
16  public:
21  Charge q, const LorentzVector& p4, const Point& vtx = Point(0, 0, 0), int pdgId = 0, int status = 0)
22  : RecoCandidate(q, p4, vtx, pdgId, status) {}
25  Charge q, const PolarLorentzVector& p4, const Point& vtx = Point(0, 0, 0), int pdgId = 0, int status = 0)
26  : RecoCandidate(q, p4, vtx, pdgId, status) {}
30  RecoStandAloneMuonCandidate* clone() const override;
34  reco::TrackRef standAloneMuon() const override;
35 
36  private:
38  bool overlap(const Candidate&) const override;
41  };
42 
43 } // namespace reco
44 
45 #endif
reco::LeafCandidate::Point
math::XYZPoint Point
point in the space
Definition: LeafCandidate.h:27
reco::LeafCandidate::status
int status() const final
status word
Definition: LeafCandidate.h:180
reco::Candidate::PolarLorentzVector
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
Definition: Candidate.h:38
data-class-funcs.q
q
Definition: data-class-funcs.py:169
reco::Candidate::Charge
int Charge
electric charge type
Definition: Candidate.h:34
reco::RecoStandAloneMuonCandidate::~RecoStandAloneMuonCandidate
~RecoStandAloneMuonCandidate() override
destructor
Definition: RecoStandAloneMuonCandidate.cc:5
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
RecoCandidate.h
edm::Ref< TrackCollection >
reco::RecoStandAloneMuonCandidate::standAloneMuon
reco::TrackRef standAloneMuon() const override
reference to a track
Definition: RecoStandAloneMuonCandidate.cc:11
reco::RecoStandAloneMuonCandidate::clone
RecoStandAloneMuonCandidate * clone() const override
returns a clone of the candidate
Definition: RecoStandAloneMuonCandidate.cc:7
badGlobalMuonTaggersAOD_cff.vtx
vtx
Definition: badGlobalMuonTaggersAOD_cff.py:5
Point
Structure Point Contains parameters of Gaussian fits to DMRs.
Definition: DMRtrends.cc:57
reco::RecoStandAloneMuonCandidate::RecoStandAloneMuonCandidate
RecoStandAloneMuonCandidate()
default constructor
Definition: RecoStandAloneMuonCandidate.h:18
reco::LeafCandidate::pdgId
int pdgId() const final
PDG identifier.
Definition: LeafCandidate.h:176
reco::RecoStandAloneMuonCandidate::RecoStandAloneMuonCandidate
RecoStandAloneMuonCandidate(Charge q, const PolarLorentzVector &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0)
constructor from values
Definition: RecoStandAloneMuonCandidate.h:24
reco::RecoStandAloneMuonCandidate
Definition: RecoStandAloneMuonCandidate.h:15
reco::LeafCandidate::p4
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:114
reco::RecoStandAloneMuonCandidate::RecoStandAloneMuonCandidate
RecoStandAloneMuonCandidate(Charge q, const LorentzVector &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0)
constructor from values
Definition: RecoStandAloneMuonCandidate.h:20
reco::RecoCandidate
Definition: RecoCandidate.h:20
reco::Candidate
Definition: Candidate.h:27
alignCSCRings.r
r
Definition: alignCSCRings.py:93
reco::RecoStandAloneMuonCandidate::standAloneMuonTrack_
reco::TrackRef standAloneMuonTrack_
reference to a track
Definition: RecoStandAloneMuonCandidate.h:40
reco::RecoStandAloneMuonCandidate::setTrack
void setTrack(const reco::TrackRef &r)
set reference to track
Definition: RecoStandAloneMuonCandidate.h:32
reco::Candidate::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:36
reco::RecoStandAloneMuonCandidate::overlap
bool overlap(const Candidate &) const override
check overlap with another candidate
Definition: RecoStandAloneMuonCandidate.cc:13