|
BOSS 7.1.3
BESIII Offline Software System
|
#include <DecayList.h>
Inheritance diagram for dchain::DecayList< DecayClass, CandidateClass >:Public Types | |
| typedef MuteWholeItr< DecayClass > | iterator |
| typedef WholeItr< DecayClass > | const_iterator |
| typedef PartialItr< DecayClass > | const_partial_iterator |
| typedef DecayClass | value_type |
| typedef DecayList< DecayClass, CandidateClass > | self_type |
Public Types inherited from dchain::ConjugateList< typename DecayClass::CandidateClass > | |
| typedef dchain::MuteWholeCandidateItr< CandidateClass > | iterator |
| typedef dchain::WholeCandidateItr< CandidateClass > | const_iterator |
| typedef dchain::PartialCandidateItr< CandidateClass > | const_partial_iterator |
Public Types inherited from dchain::CandidateList< CandidateClass > | |
| typedef dchain::MuteWholeCandidateItr< CandidateClass > | iterator |
| typedef dchain::WholeCandidateItr< CandidateClass > | const_iterator |
| typedef dchain::PartialCandidateItr< CandidateClass > | const_partial_iterator |
| typedef dchain::LabeledCandidate< CandidateClass > | value_type |
Public Member Functions | |
| DecayList () | |
| DecayList (const self_type &aOtherList) | |
| virtual | ~DecayList () |
| template<class TDecay> | |
| 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) |
| template<class TList> | |
| void | operator+= (const TList &aOtherList) |
| template<class TSelector> | |
| FillListWithSelection< self_type, TSelector > | operator[] (const TSelector &iSel) |
| virtual iterator | particle_begin () |
| virtual iterator | particle_end () |
| const DecayList< DecayClass, CandidateClass > | bar () const |
| const DecayList< DecayClass, CandidateClass > & | operator() () const |
| virtual const_iterator | particle_begin () const |
| virtual const_iterator | particle_end () const |
| virtual const_partial_iterator | partial_particle_begin () const |
| virtual const_partial_iterator | partial_particle_end () const |
| template<class TAnalyze> | |
| void | iterate (const TAnalyze &analyze) const |
| template<class TAnalyzer> | |
| void | conjugation_iterate (const TAnalyzer &analyzer) const |
| template<class TAnalyze> | |
| void | iterate (TAnalyze &analyze) const |
| template<class TAnalyze> | |
| void | partial_iterate (TAnalyze &analyze) const |
| void | eraseContents () |
| void | erase () |
| DecayList (LabeledParticleList< DecayClass, CandidateClass > &aLabeledDecayList, conjugation::Label aLabel) | |
| template<class TSelect> | |
| bool | attempt_insert (DecayClass *pPossible, const conjugation::Label aLabel, const TSelect &aSelect) |
| template<class THolder> | |
| void | insert (THolder &pPossible, const conjugation::Label aLabel) |
| template<class TDecayList, class TSelector> | |
| void | fill (const TDecayList &aList, const TSelector &aSel=SelectAll< DecayClass >()) |
Public Member Functions inherited from dchain::ConjugateList< typename DecayClass::CandidateClass > | |
| 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 |
| void | conjugation_iterate (const TAnalyzer &analyzer) const |
| 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 |
Protected Member Functions | |
| virtual LabeledCandidateList< CandidateClass > & | labeledCandidateList () |
| virtual LabeledParticleList< DecayClass, CandidateClass > & | labeledParticleList () |
| virtual const LabeledCandidateList< CandidateClass > & | labeledCandidateList () const |
| virtual const LabeledParticleList< DecayClass, CandidateClass > & | labeledParticleList () const |
Friends | |
| DecayList< DecayClass, CandidateClass > | operator+ (const DecayList< DecayClass, CandidateClass > &iList1, const DecayList< DecayClass, CandidateClass > &iList2) |
Definition at line 79 of file DecayList.h.
| typedef WholeItr< DecayClass > dchain::DecayList< DecayClass, CandidateClass >::const_iterator |
Definition at line 89 of file DecayList.h.
| typedef PartialItr< DecayClass > dchain::DecayList< DecayClass, CandidateClass >::const_partial_iterator |
Definition at line 90 of file DecayList.h.
| typedef MuteWholeItr< DecayClass > dchain::DecayList< DecayClass, CandidateClass >::iterator |
Definition at line 88 of file DecayList.h.
| typedef DecayList< DecayClass , CandidateClass > dchain::DecayList< DecayClass, CandidateClass >::self_type |
Definition at line 94 of file DecayList.h.
| typedef DecayClass dchain::DecayList< DecayClass, CandidateClass >::value_type |
Definition at line 92 of file DecayList.h.
| dchain::DecayList< DecayClass, CandidateClass >::DecayList | ( | ) |
Definition at line 116 of file DecayList.cc.
Referenced by bar(), DCDecayList< CDDecay, CDDecay::CandidateClass >::DCDecayList(), DCDecayList< CDDecay, CDDecay::CandidateClass >::DCDecayList(), operator()(), operator=(), and operator=().
| dchain::DecayList< DecayClass, CandidateClass >::DecayList | ( | const self_type & | aOtherList | ) |
|
virtual |
Definition at line 139 of file DecayList.cc.
| dchain::DecayList< DecayClass, CandidateClass >::DecayList | ( | LabeledParticleList< DecayClass, CandidateClass > & | aLabeledDecayList, |
| conjugation::Label | aLabel ) |
Definition at line 132 of file DecayList.cc.
|
inline |
Definition at line 211 of file DecayList.h.
Referenced by dchain::iterator< DecayClass, CandidateClass >::fill(), and dchain::operator+().
| const DecayList< DecayClass, CandidateClass > dchain::DecayList< DecayClass, CandidateClass >::bar | ( | ) | const |
Definition at line 199 of file DecayList.cc.
|
inline |
Definition at line 159 of file DecayList.h.
Referenced by dchain::CombinatoricList< CandidateClass >::conjugation_iterate().
|
inline |
Definition at line 192 of file DecayList.h.
Referenced by DCDecayList< CDDecay, CDDecay::CandidateClass >::DCDecayList(), dchain::LabeledParticleList< ParticleClass, CandidateClass >::erase_elements(), eraseContents(), operator=(), and dchain::iterator< DecayClass, CandidateClass >::operator=().
| void dchain::DecayList< DecayClass, CandidateClass >::eraseContents | ( | ) |
Definition at line 243 of file DecayList.cc.
Referenced by dchain::iterator< DecayClass, CandidateClass >::erase().
|
inline |
Definition at line 232 of file DecayList.h.
Referenced by dchain::iterator< DecayClass, CandidateClass >::operator+, dchain::iterator< DecayClass, CandidateClass >::operator+=(), and dchain::iterator< DecayClass, CandidateClass >::operator=().
|
inline |
Definition at line 223 of file DecayList.h.
Referenced by dchain::iterator< DecayClass, CandidateClass >::attempt_insert().
|
inline |
Definition at line 149 of file DecayList.h.
Referenced by dchain::CombinatoricList< CandidateClass >::iterate().
|
inline |
Definition at line 170 of file DecayList.h.
|
protectedvirtual |
Implements dchain::CandidateList< CandidateClass >.
Reimplemented in dchain::CombinatoricList< CandidateClass >.
Definition at line 182 of file DecayList.cc.
Referenced by dchain::CombinatoricList< CandidateClass >::labeledCandidateList(), and dchain::CombinatoricList< CandidateClass >::labeledCandidateList().
|
protectedvirtual |
Implements dchain::CandidateList< CandidateClass >.
Reimplemented in dchain::CombinatoricList< CandidateClass >.
Definition at line 251 of file DecayList.cc.
|
protectedvirtual |
Definition at line 188 of file DecayList.cc.
|
protectedvirtual |
Definition at line 258 of file DecayList.cc.
| const DecayList< DecayClass, CandidateClass > & dchain::DecayList< DecayClass, CandidateClass >::operator() | ( | ) | const |
Definition at line 206 of file DecayList.cc.
|
inline |
Definition at line 117 of file DecayList.h.
| const DecayList< DecayClass, CandidateClass > & dchain::DecayList< DecayClass, CandidateClass >::operator= | ( | const CombinatoricList< CandidateClass > & | aOtherList | ) |
Definition at line 158 of file DecayList.cc.
| const DecayList< DecayClass, CandidateClass > & dchain::DecayList< DecayClass, CandidateClass >::operator= | ( | const DecayList< DecayClass, CandidateClass > & | aOtherList | ) |
Definition at line 148 of file DecayList.cc.
|
inline |
Definition at line 105 of file DecayList.h.
|
inline |
Definition at line 130 of file DecayList.h.
|
inline |
Definition at line 181 of file DecayList.h.
Referenced by dchain::CombinatoricList< CandidateClass >::partial_iterate().
|
virtual |
Reimplemented in dchain::CombinatoricList< CandidateClass >.
Definition at line 227 of file DecayList.cc.
Referenced by dchain::iterator< DecayClass, CandidateClass >::partial_iterate(), and dchain::CombinatoricList< CandidateClass >::partial_particle_begin().
|
virtual |
Reimplemented in dchain::CombinatoricList< CandidateClass >.
Definition at line 234 of file DecayList.cc.
Referenced by dchain::iterator< DecayClass, CandidateClass >::partial_iterate(), and dchain::CombinatoricList< CandidateClass >::partial_particle_end().
|
virtual |
Reimplemented in dchain::CombinatoricList< CandidateClass >.
Definition at line 169 of file DecayList.cc.
Referenced by dchain::iterator< DecayClass, CandidateClass >::conjugation_iterate(), ChargedDReconstruction::execute(), DsReconstruction::execute(), LambdaCReconstruction::execute(), NeutralDReconstruction::execute(), dchain::iterator< DecayClass, CandidateClass >::iterate(), dchain::iterator< DecayClass, CandidateClass >::iterate(), dchain::CombinatoricList< CandidateClass >::particle_begin(), and dchain::CombinatoricList< CandidateClass >::particle_begin().
|
virtual |
Reimplemented in dchain::CombinatoricList< CandidateClass >.
Definition at line 212 of file DecayList.cc.
|
virtual |
Reimplemented in dchain::CombinatoricList< CandidateClass >.
Definition at line 176 of file DecayList.cc.
Referenced by dchain::iterator< DecayClass, CandidateClass >::conjugation_iterate(), ChargedDReconstruction::execute(), DsReconstruction::execute(), LambdaCReconstruction::execute(), NeutralDReconstruction::execute(), dchain::iterator< DecayClass, CandidateClass >::iterate(), dchain::iterator< DecayClass, CandidateClass >::iterate(), dchain::CombinatoricList< CandidateClass >::particle_end(), and dchain::CombinatoricList< CandidateClass >::particle_end().
|
virtual |
Reimplemented in dchain::CombinatoricList< CandidateClass >.
Definition at line 220 of file DecayList.cc.
|
friend |
Definition at line 263 of file DecayList.h.