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