50 throw cms::Exception(
"Error" ) <<
"can't check overlap internally for CompositeRefBaseCanddate";
virtual size_t numberOfDaughters() const
number of daughters
virtual size_t numberOfMothers() const
number of mothers
candidate::const_iterator const_iterator
virtual const_iterator begin() const
first daughter const_iterator
virtual CompositeRefBaseCandidate * clone() const
returns a clone of the candidate
virtual const Candidate * mother(size_type) const
return mother at a given position, i = 0, ... numberOfMothers() - 1 (read only mode) ...
virtual ~CompositeRefBaseCandidate()
destructor
virtual const_iterator end() const
last daughter const_iterator
virtual bool overlap(const Candidate &) const
check overlap with another candidate
daughters dau
collection of references to daughters
CompositeRefBaseCandidate()
default constructor
virtual const Candidate * daughter(size_type) const
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode) ...
candidate::iterator iterator
candidate::const_iterator_imp_specific< daughters > const_iterator_imp_specific
const iterator implementation