Go to the documentation of this file. 1 #ifndef Candidate_ShallowCloneCandidate_h
2 #define Candidate_ShallowCloneCandidate_h
58 bool isMuon()
const override;
65 bool isJet()
const override;
size_t numberOfMothers() const override
number of daughters
math::XYZPoint Point
point in the space
bool isMuon() const override
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
int Charge
electric charge type
const Candidate * mother(size_type i) const override
return daughter at a given position (throws an exception)
bool isConvertedPhoton() const override
CandidateCollection daughters
collection of daughter candidates
bool isGlobalMuon() const override
size_t numberOfDaughters() const override
number of daughters
bool overlap(const Candidate &c) const override
check overlap with another Candidate
ShallowCloneCandidate(const CandidateBaseRef &masterClone, Charge q, const LorentzVector &p4, const Point &vtx=Point(0, 0, 0))
constructor from values
bool isCaloMuon() const override
Structure Point Contains parameters of Gaussian fits to DMRs.
const Candidate * daughter(size_type) const override
return daughter at a given position (throws an exception)
ShallowCloneCandidate(const CandidateBaseRef &masterClone, Charge q, const PolarLorentzVector &p4, const Point &vtx=Point(0, 0, 0))
constructor from values
bool isPhoton() const override
bool hasMasterClone() const override
has master clone
CandidateBaseRef masterClone_
CandidateBaseReference to master clone.
const LorentzVector & p4() const final
four-momentum Lorentz vector
bool isTrackerMuon() const override
bool isJet() const override
ShallowCloneCandidate * clone() const override
returns a clone of the Candidate object
ShallowCloneCandidate()
default constructor
ShallowCloneCandidate(const CandidateBaseRef &masterClone)
constructor from Particle
bool isElectron() const override
bool isStandAloneMuon() const override
math::XYZTLorentzVector LorentzVector
Lorentz vector.
~ShallowCloneCandidate() override
destructor
const Candidate * daughter(size_type i) const override
return daughter at a given position (throws an exception)
const CandidateBaseRef & masterClone() const override
returns reference to master clone