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