|
BOSS 7.1.3
BESIII Offline Software System
|
#include <DecayMode.h>
Inheritance diagram for DecayMode:Public Member Functions | |
| DecayMode () | |
| virtual | ~DecayMode () |
| void | getData (int *data, unsigned int size) |
| void | putData (int *data, unsigned int size) |
| virtual const CLID & | clID () const |
| DecayMode (float bf, vector< PdtEntry * > *l) | |
| virtual | ~DecayMode () |
| float | BF () const |
| const vector< PdtEntry * > * | childList () const |
| void | printOn (std::ostream &os) const |
| bool | operator== (const DecayMode &other) |
Static Public Member Functions | |
| static const CLID & | classID () |
Protected Attributes | |
| float | _branchingFraction |
| vector< PdtEntry * > * | _children |
Definition at line 8 of file Event/McTruth/McTruth-00-03-00/McTruth/DecayMode.h.
|
inline |
Definition at line 11 of file Event/McTruth/McTruth-00-03-00/McTruth/DecayMode.h.
Referenced by operator==().
|
inlinevirtual |
Definition at line 16 of file Event/McTruth/McTruth-00-03-00/McTruth/DecayMode.h.
| DecayMode::DecayMode | ( | float | bf, |
| vector< PdtEntry * > * | l ) |
Definition at line 19 of file Reconstruction/MdcPatRec/MdcRecoUtil/MdcRecoUtil-00-01-08/src/DecayMode.cxx.
|
virtual |
|
inline |
Definition at line 33 of file Reconstruction/MdcPatRec/MdcRecoUtil/MdcRecoUtil-00-01-08/MdcRecoUtil/DecayMode.h.
|
inline |
Definition at line 34 of file Reconstruction/MdcPatRec/MdcRecoUtil/MdcRecoUtil-00-01-08/MdcRecoUtil/DecayMode.h.
|
inlinestatic |
Definition at line 20 of file Event/McTruth/McTruth-00-03-00/McTruth/DecayMode.h.
Referenced by clID().
|
inlinevirtual |
Definition at line 19 of file Event/McTruth/McTruth-00-03-00/McTruth/DecayMode.h.
| void DecayMode::getData | ( | int * | data, |
| unsigned int | size ) |
Definition at line 5 of file Event/McTruth/McTruth-00-03-00/src/DecayMode.cxx.
Definition at line 37 of file Reconstruction/MdcPatRec/MdcRecoUtil/MdcRecoUtil-00-01-08/MdcRecoUtil/DecayMode.h.
| void DecayMode::printOn | ( | std::ostream & | os | ) | const |
Definition at line 36 of file Reconstruction/MdcPatRec/MdcRecoUtil/MdcRecoUtil-00-01-08/src/DecayMode.cxx.
| void DecayMode::putData | ( | int * | data, |
| unsigned int | size ) |
Definition at line 11 of file Event/McTruth/McTruth-00-03-00/src/DecayMode.cxx.
Referenced by BesGenModule::callGenerator(), and BesMcTruthWriter::SaveDecayMode().
|
protected |
Definition at line 40 of file Reconstruction/MdcPatRec/MdcRecoUtil/MdcRecoUtil-00-01-08/MdcRecoUtil/DecayMode.h.
Referenced by BF(), DecayMode(), and printOn().
|
protected |
Definition at line 41 of file Reconstruction/MdcPatRec/MdcRecoUtil/MdcRecoUtil-00-01-08/MdcRecoUtil/DecayMode.h.
Referenced by childList(), DecayMode(), and printOn().