CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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:
20  RecoStandAloneMuonCandidate( Charge q , const LorentzVector & p4, const Point & vtx = Point( 0, 0, 0 ),
21  int pdgId = 0, int status = 0 ) :
22  RecoCandidate( q, p4, vtx, pdgId, status ) { }
24  RecoStandAloneMuonCandidate( Charge q , const PolarLorentzVector & p4, const Point & vtx = Point( 0, 0, 0 ),
25  int pdgId = 0, int status = 0 ) :
26  RecoCandidate( q, p4, vtx, pdgId, status ) { }
30  virtual RecoStandAloneMuonCandidate * clone() const;
34  virtual reco::TrackRef standAloneMuon() const;
35 
36  private:
38  virtual bool overlap( const Candidate & ) const;
41  };
42 
43 }
44 
45 #endif
int Charge
electric charge type
Definition: Candidate.h:35
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(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
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:37
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
Definition: Candidate.h:41
virtual const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
virtual reco::TrackRef standAloneMuon() const
reference to a track
math::XYZPoint Point
point in the space
Definition: LeafCandidate.h:27
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
Definition: Candidate.h:39