|
BOSS 7.1.3
BESIII Offline Software System
|
#include <DCChargedVisibleList.h>
Inheritance diagram for DCChargedVisibleList< Charged, CandidateClass >:Public Types | |
| typedef dchain::MuteWholeItr< Charged > | iterator |
| typedef dchain::WholeItr< Charged > | const_iterator |
| typedef dchain::PartialItr< Charged > | const_partial_iterator |
| typedef Charged | value_type |
Public Types inherited from dchain::ChargedVisibleList< Charged, CandidateClass > | |
| typedef MuteWholeItr< Charged > | iterator |
| typedef WholeItr< Charged > | const_iterator |
| typedef PartialItr< Charged > | const_partial_iterator |
| typedef Charged | value_type |
| typedef ChargedVisibleList< Charged, CandidateClass > | self_type |
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 | |
| DCChargedVisibleList (bool(*pFunction)(Charged &)=0) | |
| DCChargedVisibleList (const DCChargedVisibleList< Charged, CandidateClass > &aOtherList, bool(*pFunction)(Charged &)=0) | |
| DCChargedVisibleList (DCSelectionFunction< Charged > &aFunctionalObject) | |
| DCChargedVisibleList (const DCChargedVisibleList< Charged, CandidateClass > &aOtherList, DCSelectionFunction< Charged > &aFunctionalObject) | |
| virtual | ~DCChargedVisibleList () |
| const DCChargedVisibleList< Charged, CandidateClass > & | operator= (const DCChargedVisibleList< Charged, CandidateClass > &aOtherList) |
Public Member Functions inherited from dchain::ChargedVisibleList< Charged, CandidateClass > | |
| ChargedVisibleList () | |
| ChargedVisibleList (const self_type &aOtherList) | |
| ChargedVisibleList (const self_type &aOtherList, const TSelector &aSel) | |
| ChargedVisibleList (WitnessIterator first, WitnessIterator last) | |
| ChargedVisibleList (WitnessIterator first, WitnessIterator last, const TSelector &aFunctionalObject) | |
| virtual | ~ChargedVisibleList () |
| const self_type & | operator= (const self_type &aOtherList) |
| const self_type & | operator= (const Witness &aWitnessList) |
| FillListWithSelection< self_type, TSelector > | operator[] (const TSelector &iSel) |
| iterator | particle_begin () |
| iterator | particle_end () |
| ChosenChargeList< Charged, CandidateClass > & | plus () const |
| ChosenChargeList< Charged, CandidateClass > & | minus () const |
| const_iterator | particle_begin () const |
| const_iterator | particle_end () const |
| void | iterate (const TAnalyze &analyze) const |
| void | iterate (TAnalyze &analyze) const |
| SelectiveInserter< self_type, TSelect > | selectiveInserter (const TSelect &iSelect) |
| creates an insert iterator that filters based on iSelect | |
| bool | attempt_insert (THolder &pPossible, const TSelect &aSelect) |
| void | insert (THolder &pPossible) |
| void | eraseContents () |
| void | erase () |
| void | fill (const LabeledParticleList< Charged, CandidateClass > &aList, const TMaker &aMaker, const TSelector &aSel) |
| void | fill (Iterator first, Iterator last, const TMaker &aMaker, const TSelector &aSel=SelectAll< Charged >()) |
| ChargedVisibleList () | |
| ChargedVisibleList (const self_type &aOtherList) | |
| ChargedVisibleList (const self_type &aOtherList, const TSelector &aSel) | |
| ChargedVisibleList (WitnessIterator first, WitnessIterator last) | |
| ChargedVisibleList (WitnessIterator first, WitnessIterator last, const TSelector &aFunctionalObject) | |
| virtual | ~ChargedVisibleList () |
| const self_type & | operator= (const self_type &aOtherList) |
| const self_type & | operator= (const Witness &aWitnessList) |
| FillListWithSelection< self_type, TSelector > | operator[] (const TSelector &iSel) |
| iterator | particle_begin () |
| const_iterator | particle_begin () const |
| iterator | particle_end () |
| const_iterator | particle_end () const |
| ChosenChargeList< Charged, CandidateClass > & | plus () const |
| ChosenChargeList< Charged, CandidateClass > & | minus () const |
| void | iterate (const TAnalyze &analyze) const |
| void | iterate (TAnalyze &analyze) const |
| SelectiveInserter< self_type, TSelect > | selectiveInserter (const TSelect &iSelect) |
| creates an insert iterator that filters based on iSelect | |
| bool | attempt_insert (THolder &pPossible, const TSelect &aSelect) |
| void | insert (THolder &pPossible) |
| void | eraseContents () |
| void | erase () |
| void | fill (const LabeledParticleList< Charged, CandidateClass > &aList, const TMaker &aMaker, const TSelector &aSel) |
| void | fill (Iterator first, Iterator last, const TMaker &aMaker, const TSelector &aSel=SelectAll< Charged >()) |
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 | |
| void | fill (const dchain::LabeledParticleList< Charged, CandidateClass > &aList) |
| template<class Iterator> | |
| void | fill (Iterator first, Iterator last) |
Protected Member Functions inherited from dchain::ChargedVisibleList< Charged, CandidateClass > | |
| virtual LabeledParticleList< Charged, CandidateClass > & | labeledCandidateList () |
| virtual const LabeledParticleList< Charged, CandidateClass > & | labeledCandidateList () const |
| virtual LabeledParticleList< Charged, CandidateClass > & | labeledCandidateList () |
| virtual const LabeledParticleList< Charged, CandidateClass > & | labeledCandidateList () const |
Definition at line 97 of file DCChargedVisibleList.h.
| typedef dchain::WholeItr< Charged > DCChargedVisibleList< Charged, CandidateClass >::const_iterator |
Definition at line 104 of file DCChargedVisibleList.h.
| typedef dchain::PartialItr< Charged > DCChargedVisibleList< Charged, CandidateClass >::const_partial_iterator |
Definition at line 105 of file DCChargedVisibleList.h.
| typedef dchain::MuteWholeItr< Charged > DCChargedVisibleList< Charged, CandidateClass >::iterator |
Definition at line 103 of file DCChargedVisibleList.h.
| typedef Charged DCChargedVisibleList< Charged, CandidateClass >::value_type |
Definition at line 107 of file DCChargedVisibleList.h.
| DCChargedVisibleList< Charged, CandidateClass >::DCChargedVisibleList | ( | bool(* | pFunction )(Charged &) = 0 | ) |
Definition at line 119 of file DCChargedVisibleList.cc.
Referenced by DCChargedVisibleList(), DCChargedVisibleList(), DCFillableChargedList< CDChargedKaon >::DCFillableChargedList(), DCFillableChargedList< CDChargedKaon >::DCFillableChargedList(), DCFillableChargedList< CDChargedKaon >::DCFillableChargedList(), and operator=().
| DCChargedVisibleList< Charged, CandidateClass >::DCChargedVisibleList | ( | const DCChargedVisibleList< Charged, CandidateClass > & | aOtherList, |
| bool(* | pFunction )(Charged &) = 0 ) |
Definition at line 127 of file DCChargedVisibleList.cc.
| DCChargedVisibleList< Charged, CandidateClass >::DCChargedVisibleList | ( | DCSelectionFunction< Charged > & | aFunctionalObject | ) |
Definition at line 137 of file DCChargedVisibleList.cc.
| DCChargedVisibleList< Charged, CandidateClass >::DCChargedVisibleList | ( | const DCChargedVisibleList< Charged, CandidateClass > & | aOtherList, |
| DCSelectionFunction< Charged > & | aFunctionalObject ) |
Definition at line 145 of file DCChargedVisibleList.cc.
|
virtual |
Definition at line 155 of file DCChargedVisibleList.cc.
|
protected |
Definition at line 176 of file DCChargedVisibleList.cc.
Referenced by fill(), and DCFillableChargedList< CDChargedKaon >::fill().
|
inlineprotected |
Definition at line 130 of file DCChargedVisibleList.h.
| const DCChargedVisibleList< Charged, CandidateClass > & DCChargedVisibleList< Charged, CandidateClass >::operator= | ( | const DCChargedVisibleList< Charged, CandidateClass > & | aOtherList | ) |
Definition at line 164 of file DCChargedVisibleList.cc.
Referenced by DCFillableChargedList< Charged >::operator=().