Go to the documentation of this file. 1 #ifndef RecoCandidate_CaloRecHitCandidate_h
2 #define RecoCandidate_CaloRecHitCandidate_h
math::XYZPoint Point
point in the space
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
int Charge
electric charge type
CaloRecHitRef caloRecHit_
reference to a CaloRecHit
~CaloRecHitCandidate() override
destructor
CaloRecHitCandidate(const LorentzVector &p4, Charge q=0, const Point &vtx=Point(0, 0, 0))
constructor from values
bool overlap(const Candidate &) const override
check overlap with another candidate
#define GET_DEFAULT_CANDIDATE_COMPONENT(CAND, TYPE, FUN)
Structure Point Contains parameters of Gaussian fits to DMRs.
edm::RefToBase< CaloRecHit > CaloRecHitRef
void setCaloRecHit(const CaloRecHitRef &r)
set CaloRecHit reference
const LorentzVector & p4() const final
four-momentum Lorentz vector
CaloRecHitCandidate(const PolarLorentzVector &p4, Charge q=0, const Point &vtx=Point(0, 0, 0))
constructor from values
CaloRecHitRef caloRecHit() const
reference to a CaloRecHit
math::XYZTLorentzVector LorentzVector
Lorentz vector.
CaloRecHitCandidate * clone() const override
returns a clone of the candidate
CaloRecHitCandidate()
default constructor