Go to the documentation of this file. 1 #ifndef RecoCandidate_RecoCandidate_h
2 #define RecoCandidate_RecoCandidate_h
25 template <
typename P4>
68 return (!
r1.isNull() && !
r2.isNull() &&
r1 ==
r2);
72 template <
typename,
typename,
typename>
conbined muon component tag
math::XYZPoint Point
point in the space
int status() const final
status word
virtual reco::TrackRef combinedMuon() const
reference to a stand-alone muon Track
bool checkOverlap(const R &r1, const R &r2) const
check if two components overlap
RecoCandidate(Charge q, const P4 &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0)
constructor from values
virtual reco::SuperClusterRef superCluster() const
reference to a SuperCluster
float dzError() const override
uncertainty on dz
int Charge
electric charge type
virtual reco::TrackRef standAloneMuon() const
reference to a stand-alone muon Track
virtual reco::GsfTrackRef gsfTrack() const
reference to a GsfTrack
virtual reco::TrackRef track() const
reference to a Track
const Track * bestTrack() const override
best track pointer
stand alone muon component tag
#define GET_DEFAULT_CANDIDATE_MULTIPLECOMPONENTS(CAND, TYPE, FUN, SIZE)
virtual size_t numberOfTracks() const
number of multiple Tracks
#define GET_DEFAULT_CANDIDATE_COMPONENT(CAND, TYPE, FUN)
virtual TrackType bestTrackType() const
track type
Structure Point Contains parameters of Gaussian fits to DMRs.
bool overlap(const Candidate &) const override=0
check overlap with another candidate
float dxyError() const override
uncertainty on dxy
int pdgId() const final
PDG identifier.
virtual CaloTowerRef caloTower() const
reference to a CaloTower
const LorentzVector & p4() const final
four-momentum Lorentz vector
RecoCandidate()
default constructor
#define GET_CANDIDATE_COMPONENT(CAND, TYPE, FUN, TAG)
RecoCandidate * clone() const override
returns a clone of the Candidate object
~RecoCandidate() override
destructor
virtual TrackBaseRef bestTrackRef() const
best track RefToBase