CGEM BOSS 6.6.5.i
BESIII Offline Software System
|
Namespaces | |
namespace | candidateitr |
namespace | children |
namespace | conjugation |
Classes | |
class | CandidateList |
class | ChargedVisibleList |
class | ChosenChargeList |
class | ChosenConjugateList |
class | CombinatoricList |
class | CombinatoricLoop |
class | ConjugateList |
class | DCUnaryAdapter |
class | DecayList |
class | DPartialCandidateItr |
class | FillDecayList |
class | FillListWithSelection |
class | IndexedLabeledCandidates |
class | IndexedLabeledDecays |
class | IndexedLabeledParticles |
class | LabeledCandidate |
class | LabeledCandidateList |
class | LabeledDecay |
class | LabeledParticle |
class | LabeledParticleList |
struct | MakerTrait |
class | MutableReferenceHolder |
class | MuteWholeCandidateItr |
class | MuteWholeItr |
class | NeutralNCVisibleList |
class | NeutralVisibleList |
struct | NewMaker |
class | PartialCandidateItr |
class | PartialItr |
struct | ParticleTraits |
class | ReferenceCount |
class | ReferenceHolder |
class | ReferenceHolderBase |
struct | ResultTypeTrait |
struct | ResultTypeTrait< TReturn(*)(const TArg &)> |
struct | SelectAll |
struct | SelectiveInserter |
class | WholeCandidateItr |
class | WholeItr |
Functions | |
conjugation::Label | otherLabel (const conjugation::Label &aLabel) |
template<class CandidateClass > | |
LabeledCandidate< CandidateClass > * | value_type (const MuteWholeCandidateItr< CandidateClass > &) |
template<class T > | |
int | charge_sign (const T &iCharged) |
template<class T > | |
int | charge_sign (const T *iCharged) |
template<class T > | |
int | charge_sign (T *iCharged) |
template<class T > | |
int | charge_sign (const std::auto_ptr< T > &iCharged) |
template<class TPtr , class TRef > | |
int | charge_sign (const ReferenceHolderBase< TPtr, TRef > &iHolder) |
template<class TIList , class TSelector , class T , class U > | |
void | fill_using_selector (const TIList &iList, const TSelector &iSel, ChargedVisibleList< T, U > &oList) |
template<class CandidateClass > | |
CombinatoricList< CandidateClass > | operator* (const ConjugateList< CandidateClass > &lhs, const ConjugateList< CandidateClass > &rhs) |
template<class CandidateClass > | |
CombinatoricList< CandidateClass > | operator* (const CombinatoricList< CandidateClass > &lhs, const ConjugateList< CandidateClass > &rhs) |
template<class CandidateClass > | |
CombinatoricList< CandidateClass > | operator* (const ConjugateList< CandidateClass > &lhs, const CombinatoricList< CandidateClass > &rhs) |
template<class CandidateClass > | |
CombinatoricList< CandidateClass > | operator* (const CombinatoricList< CandidateClass > &lhs, const CombinatoricList< CandidateClass > &rhs) |
template<class DecayClass , class CandidateClass > | |
DecayList< DecayClass, CandidateClass > | operator+ (const DecayList< DecayClass, CandidateClass > &iList1, const DecayList< DecayClass, CandidateClass > &iList2) |
template<class DecayClass , class CandidateClass , class NeutralClass > | |
DecayList< DecayClass, CandidateClass > | operator+ (const DecayList< DecayClass, CandidateClass > &iList1, const NeutralVisibleList< NeutralClass > &iList2) |
template<class DecayClass , class CandidateClass , class NeutralClass > | |
DecayList< DecayClass, CandidateClass > | operator+ (const NeutralVisibleList< NeutralClass > &iList1, const DecayList< DecayClass, CandidateClass > &iList2) |
template<class TIList , class TSelector , class TOList > | |
void | fill_using_selector (const TIList &iList, const TSelector &iSelector, TOList &oList) |
template<class T > | |
int | is_bar (const T &iNeutralNC) |
template<class T > | |
int | is_bar (const T *iNeutralNC) |
template<class T > | |
int | is_bar (T *iNeutralNC) |
template<class TPtr , class TRef > | |
int | is_bar (const ReferenceHolderBase< TPtr, TRef > &iHolder) |
template<class TIList , class TSelector , class T , class U > | |
void | fill_using_selector (const TIList &iList, const TSelector &iSel, NeutralNCVisibleList< T, U > &oList) |
template<class TIList , class TSelector , class T , class U > | |
void | fill_using_selector (const TIList &iList, const TSelector &iSel, NeutralVisibleList< T, U > &oList) |
int dchain::charge_sign | ( | const ReferenceHolderBase< TPtr, TRef > & | iHolder | ) |
Definition at line 131 of file ChargedVisibleList.h.
int dchain::charge_sign | ( | const std::auto_ptr< T > & | iCharged | ) |
Definition at line 126 of file ChargedVisibleList.h.
int dchain::charge_sign | ( | const T & | iCharged | ) |
Definition at line 111 of file ChargedVisibleList.h.
Referenced by charge_sign(), and dchain::ChargedVisibleList< Charged, CandidateClass >::insert().
int dchain::charge_sign | ( | const T * | iCharged | ) |
Definition at line 116 of file ChargedVisibleList.h.
int dchain::charge_sign | ( | T * | iCharged | ) |
Definition at line 121 of file ChargedVisibleList.h.
void dchain::fill_using_selector | ( | const TIList & | iList, |
const TSelector & | iSel, | ||
ChargedVisibleList< T, U > & | oList ) |
Definition at line 328 of file ChargedVisibleList.h.
Referenced by dchain::FillListWithSelection< TList, TSelector >::operator=(), dchain::FillListWithSelection< TList, TSelector >::operator=(), and dchain::FillListWithSelection< TList, TSelector >::operator=().
void dchain::fill_using_selector | ( | const TIList & | iList, |
const TSelector & | iSel, | ||
NeutralNCVisibleList< T, U > & | oList ) |
Definition at line 249 of file NeutralNCVisibleList.h.
void dchain::fill_using_selector | ( | const TIList & | iList, |
const TSelector & | iSel, | ||
NeutralVisibleList< T, U > & | oList ) |
Definition at line 261 of file NeutralVisibleList.h.
void dchain::fill_using_selector | ( | const TIList & | iList, |
const TSelector & | iSelector, | ||
TOList & | oList ) |
Definition at line 45 of file FillListWithSelection.h.
int dchain::is_bar | ( | const ReferenceHolderBase< TPtr, TRef > & | iHolder | ) |
Definition at line 67 of file NeutralNCVisibleList.h.
int dchain::is_bar | ( | const T & | iNeutralNC | ) |
Definition at line 52 of file NeutralNCVisibleList.h.
Referenced by dchain::NeutralNCVisibleList< NeutralNC, CandidateClass >::insert(), and is_bar().
int dchain::is_bar | ( | const T * | iNeutralNC | ) |
Definition at line 57 of file NeutralNCVisibleList.h.
int dchain::is_bar | ( | T * | iNeutralNC | ) |
Definition at line 62 of file NeutralNCVisibleList.h.
|
inline |
Definition at line 268 of file CombinatoricList.h.
|
inline |
Definition at line 250 of file CombinatoricList.h.
|
inline |
Definition at line 259 of file CombinatoricList.h.
|
inline |
Definition at line 241 of file CombinatoricList.h.
|
inline |
Definition at line 258 of file DecayList.h.
|
inline |
Definition at line 275 of file DecayList.h.
|
inline |
Definition at line 298 of file DecayList.h.
|
inline |
Definition at line 51 of file conjugation.h.
Referenced by dchain::CombinatoricList< CandidateClass >::bar(), dchain::ConjugateList< CandidateClass >::conjugate_partial_begin(), dchain::ConjugateList< CandidateClass >::conjugate_partial_end(), and dchain::ConjugateList< CandidateClass >::isConjugateOf().
|
inline |
Definition at line 319 of file MuteWholeCandidateItr.h.