Go to the documentation of this file. 1 #ifndef RecoCandidate_RecoEcalCandidate_h
2 #define RecoCandidate_RecoEcalCandidate_h
math::XYZPoint Point
point in the space
int status() const final
status word
RecoEcalCandidate(Charge q, const LorentzVector &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0)
constructor from values
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
int Charge
electric charge type
~RecoEcalCandidate() override
destructor
reco::SuperClusterRef superCluster() const override
reference to a superCluster
void setSuperCluster(const reco::SuperClusterRef &r)
set reference to superCluster
Structure Point Contains parameters of Gaussian fits to DMRs.
RecoEcalCandidate(Charge q, const PolarLorentzVector &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0)
constructor from values
int pdgId() const final
PDG identifier.
const LorentzVector & p4() const final
four-momentum Lorentz vector
RecoEcalCandidate * clone() const override
returns a clone of the candidate
reco::SuperClusterRef superCluster_
reference to a superCluster
RecoEcalCandidate()
default constructor
bool overlap(const Candidate &) const override
check overlap with another candidate
math::XYZTLorentzVector LorentzVector
Lorentz vector.