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