CMS 3D CMS Logo

RecoEcalCandidate.h
Go to the documentation of this file.
1 #ifndef RecoCandidate_RecoEcalCandidate_h
2 #define RecoCandidate_RecoEcalCandidate_h
3 
12 
13 namespace reco {
14 
16  public:
20  RecoEcalCandidate( Charge q , const LorentzVector & p4, const Point & vtx = Point( 0, 0, 0 ),
21  int pdgId = 0, int status = 0 ) :
22  RecoCandidate( q, p4, vtx, pdgId, status ) { }
24  RecoEcalCandidate( Charge q , const PolarLorentzVector & p4, const Point & vtx = Point( 0, 0, 0 ),
25  int pdgId = 0, int status = 0 ) :
26  RecoCandidate( q, p4, vtx, pdgId, status ) { }
28  ~RecoEcalCandidate() override;
30  RecoEcalCandidate * clone() const override;
34  reco::SuperClusterRef superCluster() const override;
35 
36  private:
38  bool overlap( const Candidate & ) const override;
41  };
42 
43 }
44 
45 #endif
int pdgId() const final
PDG identifier.
int Charge
electric charge type
Definition: Candidate.h:35
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
Definition: LeafCandidate.h:99
reco::SuperClusterRef superCluster() const override
reference to a superCluster
reco::SuperClusterRef superCluster_
reference to a superCluster
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:37
fixed size matrix
Structure Point Contains parameters of Gaussian fits to DMRs.
Definition: DMRtrends.cc:55
bool overlap(const Candidate &) const override
check overlap with another candidate
int status() const final
status word
math::XYZPoint Point
point in the space
Definition: LeafCandidate.h:27
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
Definition: Candidate.h:39