|
BOSS 7.1.3
BESIII Offline Software System
|
#include <CDDecay.h>
Inheritance diagram for CDDecay:Public Types | |
| typedef CDCandidate | CandidateClass |
Public Types inherited from CDCandidate | |
| typedef CDDecay | DecayEvidence |
| typedef std::pair< vector< const EvtRecTrack * >, vector< const EvtRecTrack * > > | TracksAndShowers |
Public Member Functions | |
| CDDecay (const CDDecay &aOtherCDDecay) | |
| CDDecay (const CDCandidate &aProduct) | |
| CDDecay (const CDDecay &aProducts, const CDCandidate &aAdditionalProduct) | |
| virtual | ~CDDecay () |
| void | addChild (const CDCandidate &aAdditionalProduct) |
| void | setKinematicData (const DecayChain::KinematicData &aKinematicData) |
| virtual bool | builtFromCDDecay (void) const |
| virtual const CDDecay & | decay (void) const |
| uint32_t | numberChildren () const |
| void | iterateChildren (void(*analyze)(const CDCandidate &)) const |
| void | iterateChildren (DCAnalysisFunction< CDCandidate > &analyze) const |
| const CDCandidate & | child (unsigned int aPosition) const |
| const std::vector< dchain::ReferenceHolder< CDCandidate > > & | children () const |
Public Member Functions inherited from CDCandidate | |
| virtual | ~CDCandidate () |
| const CDCandidate & | operator= (const CDCandidate &aOtherCDCandidate) |
| void | setUserTag (int tag) |
| CDCandidate & | setP4 (const HepLorentzVector &aMomentum) |
| int | userTag () const |
| double | mass () const |
| int | charge () const |
| double | energy () const |
| const Hep3Vector & | momentum () const |
| const HepLorentzVector & | p4 () const |
| const DecayChain::KinematicData * | kinematicData () const |
| TracksAndShowers | finalChildren () const |
| virtual DBCandidate::Hypo | hypo () const |
| virtual bool | builtFromTrack () const |
| virtual const EvtRecTrack * | track () const |
| virtual bool | builtFromCDPhoton () const |
| virtual const EvtRecTrack * | photon () const |
| virtual bool | builtFromCDPi0 () const |
| virtual const EvtRecPi0 * | navPi0 () const |
| virtual bool | builtFromCDEta () const |
| virtual const EvtRecEtaToGG * | navEta () const |
| virtual bool | builtFromCDKs () const |
| virtual const EvtRecVeeVertex * | navKshort () const |
| virtual bool | builtFromCDLambda () const |
| virtual const EvtRecVeeVertex * | navLambda () const |
| bool | overlap (const CDCandidate &aOtherCDCandidate) const |
| const CDFootPrint & | footPrint () const |
Public Member Functions inherited from dchain::ReferenceCount | |
| ReferenceCount () | |
| virtual | ~ReferenceCount () |
| void | addLink () const |
| void | dropLink () const |
Protected Member Functions | |
| CDDecay () | |
| virtual DecayChain::KinematicData * | defaultKinematicData () const |
Protected Member Functions inherited from CDCandidate | |
| CDCandidate (const CDCandidate &aOtherCDCandidate) | |
| CDCandidate (const CDFootPrint &aCDFootPrint) | |
| void | setKinematicData (const DecayChain::KinematicData &aKinematicData) |
| void | setCDFootPrint (const CDFootPrint &aCDFootPrint) |
| void | recurseNode (TracksAndShowers &final, const CDCandidate &cand) const |
| typedef CDCandidate CDDecay::CandidateClass |
| CDDecay::CDDecay | ( | const CDDecay & | aOtherCDDecay | ) |
Definition at line 126 of file CDDecay.cxx.
|
explicit |
Definition at line 136 of file CDDecay.cxx.
| CDDecay::CDDecay | ( | const CDDecay & | aProducts, |
| const CDCandidate & | aAdditionalProduct ) |
Definition at line 147 of file CDDecay.cxx.
|
virtual |
Definition at line 158 of file CDDecay.cxx.
|
protected |
Definition at line 163 of file CDDecay.cxx.
| void CDDecay::addChild | ( | const CDCandidate & | aAdditionalProduct | ) |
Definition at line 187 of file CDDecay.cxx.
Referenced by CDEta::CDEta(), CDKs::CDKs(), CDLambda::CDLambda(), and CDPi0::CDPi0().
|
virtual |
Reimplemented from CDCandidate.
Definition at line 203 of file CDDecay.cxx.
| const CDCandidate & CDDecay::child | ( | unsigned int | aPosition | ) | const |
Definition at line 247 of file CDDecay.cxx.
Referenced by defaultKinematicData(), ChargedDReconstruction::execute(), DsReconstruction::execute(), LambdaCReconstruction::execute(), NeutralDReconstruction::execute(), iterateChildren(), iterateChildren(), LocalChargedSigmaSelector::operator()(), LocalEptoPiPiEta3PiSelector::operator()(), LocalEptoPiPiEtaSelector::operator()(), LocalEptoRhoGamSelector::operator()(), LocalEtatoPiPiPi0Selector::operator()(), LocalomegatoPiPiPi0Selector::operator()(), and LocalRhotoPiPiSelector::operator()().
| const vector< ReferenceHolder< CDCandidate > > & CDDecay::children | ( | ) | const |
Definition at line 256 of file CDDecay.cxx.
|
virtual |
Reimplemented from CDCandidate.
Definition at line 208 of file CDDecay.cxx.
Referenced by LocalChargedSigmaSelector::operator()(), LocalEptoPiPiEta3PiSelector::operator()(), LocalEptoPiPiEtaSelector::operator()(), LocalEptoRhoGamSelector::operator()(), LocalEtatoPiPiPi0Selector::operator()(), LocalomegatoPiPiPi0Selector::operator()(), and LocalRhotoPiPiSelector::operator()().
|
protectedvirtual |
Implements CDCandidate.
Reimplemented in CDEta, CDKs, CDLambda, and CDPi0.
Definition at line 262 of file CDDecay.cxx.
| void CDDecay::iterateChildren | ( | DCAnalysisFunction< CDCandidate > & | analyze | ) | const |
Definition at line 237 of file CDDecay.cxx.
| void CDDecay::iterateChildren | ( | void(* | analyze )(const CDCandidate &) | ) | const |
Definition at line 224 of file CDDecay.cxx.
| uint32_t CDDecay::numberChildren | ( | ) | const |
Definition at line 216 of file CDDecay.cxx.
| void CDDecay::setKinematicData | ( | const DecayChain::KinematicData & | aKinematicData | ) |
Definition at line 193 of file CDDecay.cxx.