1 #ifndef RecoCandidate_RecoEcalCandidate_h
2 #define RecoCandidate_RecoEcalCandidate_h
int Charge
electric charge type
reco::SuperClusterRef superCluster() const override
reference to a superCluster
RecoEcalCandidate()
default constructor
~RecoEcalCandidate() override
destructor
void setSuperCluster(const reco::SuperClusterRef &r)
set reference to superCluster
int status() const final
status word
const LorentzVector & p4() const final
four-momentum Lorentz vector
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.
RecoEcalCandidate(Charge q, const LorentzVector &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0)
constructor from values
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
RecoEcalCandidate * clone() const override
returns a clone of the candidate
math::XYZPoint Point
point in the space
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.