|
BOSS 7.1.3
BESIII Offline Software System
|
#include <CDPhoton.h>
Inheritance diagram for CDPhoton:Public Types | |
| typedef CDCandidate | CandidateClass |
| typedef EvtRecTrack | VisibleEvidence |
Public Types inherited from CDCandidate | |
| typedef CDDecay | DecayEvidence |
| typedef std::pair< vector< const EvtRecTrack * >, vector< const EvtRecTrack * > > | TracksAndShowers |
Public Member Functions | |
| CDPhoton (const VisibleEvidence *aVisible) | |
| CDPhoton (const CDPhoton &aOtherCDPhoton) | |
| virtual | ~CDPhoton () |
| virtual bool | builtFromCDPhoton () const |
| virtual const EvtRecTrack * | photon () const |
| virtual DBCandidate::Hypo | hypo () 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 bool | builtFromTrack () const |
| virtual const EvtRecTrack * | track () 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 |
| virtual bool | builtFromCDDecay () const |
| virtual const DecayEvidence & | decay () 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 |
Static Public Member Functions | |
| static bool | setIP (double x, double y, double z) |
Protected Member Functions | |
| 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 |
Definition at line 76 of file CDPhoton.h.
| typedef CDCandidate CDPhoton::CandidateClass |
Definition at line 82 of file CDPhoton.h.
| typedef EvtRecTrack CDPhoton::VisibleEvidence |
Definition at line 83 of file CDPhoton.h.
| CDPhoton::CDPhoton | ( | const VisibleEvidence * | aVisible | ) |
Definition at line 110 of file CDPhoton.cxx.
Referenced by CDPhoton(), and CDPhoton().
| CDPhoton::CDPhoton | ( | const CDPhoton & | aOtherCDPhoton | ) |
Definition at line 119 of file CDPhoton.cxx.
|
virtual |
Definition at line 128 of file CDPhoton.cxx.
|
virtual |
Reimplemented from CDCandidate.
Definition at line 136 of file CDPhoton.cxx.
|
protectedvirtual |
Implements CDCandidate.
Definition at line 153 of file CDPhoton.cxx.
|
inlinevirtual |
Reimplemented from CDCandidate.
Definition at line 134 of file CDPhoton.h.
|
virtual |
Reimplemented from CDCandidate.
Definition at line 145 of file CDPhoton.cxx.
Referenced by LocalPhotonSelector::operator()().
|
inlinestatic |
Definition at line 99 of file CDPhoton.h.