|
| DCDecayList (bool(*pFunction)(DecayClass &)=0) |
|
| DCDecayList (const DCDecayList< DecayClass, CandidateClass > &aOtherList, bool(*pFunction)(DecayClass &)) |
|
| DCDecayList (DCSelectionFunction< DecayClass > &aFunctionalObject) |
|
| DCDecayList (const DCDecayList< DecayClass, CandidateClass > &iList) |
|
| DCDecayList (const dchain::DecayList< DecayClass, CandidateClass > &iList) |
|
template<class TDecay > |
const DCDecayList< DecayClass, CandidateClass > & | operator= (const DCDecayList< TDecay, CandidateClass > &aOtherList) |
|
template<class TDecay > |
const DCDecayList< DecayClass, CandidateClass > & | operator= (const dchain::DecayList< TDecay, CandidateClass > &aOtherList) |
|
const DCDecayList< DecayClass, CandidateClass > & | operator= (const dchain::CombinatoricList< CandidateClass > &aOtherList) |
|
const DCDecayList< DecayClass, CandidateClass > & | operator= (const DCDecayList< DecayClass, CandidateClass > &aOtherList) |
|
template<class TList > |
void | operator+= (const TList &aOtherList) |
|
void | attempt_insert (DecayClass *pPossible, const dchain::conjugation::Label aLabel) |
|
| DCDecayList (dchain::LabeledParticleList< DecayClass, CandidateClass > &aLabeledDecayList, dchain::conjugation::Label aLabel) |
|
| DecayList () |
|
| DecayList (const self_type &aOtherList) |
|
| DecayList (LabeledParticleList< DecayClass, CandidateClass > &aLabeledDecayList, conjugation::Label aLabel) |
|
virtual | ~DecayList () |
|
const self_type & | operator= (const DecayList< TDecay, CandidateClass > &aOtherList) |
|
const self_type & | operator= (const CombinatoricList< CandidateClass > &aOtherList) |
|
const self_type & | operator= (const DecayList< DecayClass, CandidateClass > &aOtherList) |
|
void | operator+= (const TList &aOtherList) |
|
FillListWithSelection< self_type, TSelector > | operator[] (const TSelector &iSel) |
|
virtual iterator | particle_begin () |
|
virtual const_iterator | particle_begin () const |
|
virtual iterator | particle_end () |
|
virtual const_iterator | particle_end () const |
|
const DecayList< DecayClass, CandidateClass > | bar () const |
|
const DecayList< DecayClass, CandidateClass > & | operator() () const |
|
virtual const_partial_iterator | partial_particle_begin () const |
|
virtual const_partial_iterator | partial_particle_end () const |
|
void | iterate (const TAnalyze &analyze) const |
|
void | iterate (TAnalyze &analyze) const |
|
void | conjugation_iterate (const TAnalyzer &analyzer) const |
|
void | partial_iterate (TAnalyze &analyze) const |
|
void | eraseContents () |
|
void | erase () |
|
bool | attempt_insert (DecayClass *pPossible, const conjugation::Label aLabel, const TSelect &aSelect) |
|
void | insert (THolder &pPossible, const conjugation::Label aLabel) |
|
void | fill (const TDecayList &aList, const TSelector &aSel=SelectAll< DecayClass >()) |
|
| ConjugateList (const conjugation::Label aLabel) |
|
virtual | ~ConjugateList () |
|
virtual bool | isSelfConjugate () const |
|
bool | isConjugateOf (const ConjugateList< CandidateClass > &aList) const |
|
int | partial_size () const |
|
virtual const_partial_iterator | partial_begin () const |
|
virtual const_partial_iterator | partial_end () const |
|
template<class TAnalyzer > |
void | conjugation_iterate (const TAnalyzer &analyzer) const |
|
template<class TAnalyzer > |
void | partial_iterate (const TAnalyzer &analyze) const |
|
const_partial_iterator | conjugate_partial_begin () const |
|
const_partial_iterator | conjugate_partial_end () const |
|
virtual conjugation::Label | label () const |
|
void | setLabel (const conjugation::Label aLabel) |
|
Public Member Functions inherited from dchain::CandidateList< CandidateClass > |
| CandidateList () |
|
virtual | ~CandidateList () |
|
virtual iterator | begin () |
|
virtual iterator | end () |
|
virtual bool | empty () const |
|
virtual int | size () const |
|
virtual const_iterator | begin () const |
|
virtual const_iterator | end () const |
|
template<class TAnalyzer > |
void | iterate (const TAnalyzer &analyze) const |
|
template<class DecayClass, class CandidateClass>
class DCDecayList< DecayClass, CandidateClass >
Definition at line 138 of file DCDecayList.h.