CMS 3D CMS Logo

CompositePtrCandidate.cc
Go to the documentation of this file.
3 
4 using namespace reco;
5 
7 
9 
11  return (i < numberOfDaughters()) ? &*dau[i] : nullptr; // i >= 0, since i is unsigned
12 }
13 
14 const Candidate* CompositePtrCandidate::mother(size_type i) const { return nullptr; }
15 
17 
18 size_t CompositePtrCandidate::numberOfDaughters() const { return dau.size(); }
19 
20 size_t CompositePtrCandidate::numberOfMothers() const { return 0; }
21 
23 
25 
27  throw cms::Exception("Error") << "can't check overlap internally for CompositePtrCanddate";
28 }
size_type numberOfSourceCandidatePtrs() const override
virtual CandidatePtr daughterPtr(size_type i) const
reference to daughter at given position
CompositePtrCandidate()
default constructor
const Candidate * mother(size_t i=0) const override
return pointer to mother
size_t size_type
Definition: Candidate.h:29
CandidatePtr sourceCandidatePtr(size_type i) const override
daughters dau
collection of references to daughters
~CompositePtrCandidate() override
destructor
size_t numberOfDaughters() const override
number of daughters
size_t numberOfMothers() const override
number of mothers
bool overlap(const Candidate &) const override
check overlap with another candidate
fixed size matrix
const Candidate * daughter(size_type) const override
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode) ...
CompositePtrCandidate * clone() const override
returns a clone of the candidate