QwAnalysis
|
Contains tracking-related objects. More...
Data Structures | |
class | nodenode |
A nodenode is used as a pointer which links treenodes to their siblings. More... | |
class | shortnode |
Similar to a nodenode. More... | |
class | shorttree |
Similar to a treenode. More... | |
class | treenode |
A treenode contains the bits that make up a tree pattern. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const shortnode &sn) |
std::ostream & | operator<< (std::ostream &stream, const shorttree &st) |
std::ostream & | operator<< (std::ostream &stream, const treenode &tn) |
Contains tracking-related objects.
The namespace QwTracking contains the classes related to the pattern recognition algorithm and the tree search. This includes the objects treenode, nodenode, shorttree, shortnode, and treeregion.
std::ostream& QwTracking::operator<< | ( | std::ostream & | stream, |
const shortnode & | sn | ||
) |
Stream some info about the short node
stream | Stream as lhs of the operator |
sn | Short node as rhs of the operator |
Definition at line 93 of file shortnode.cc.
References QwTracking::shortnode::GetTree().
std::ostream& QwTracking::operator<< | ( | std::ostream & | stream, |
const shorttree & | st | ||
) |
Stream some info about the short tree
stream | Stream as lhs of the operator |
st | Short tree as rhs of the operator |
Definition at line 93 of file shorttree.cc.
References QwTracking::shorttree::fBit, QwTracking::shorttree::fMinLevel, QwTracking::shorttree::fSize, and QwTracking::shorttree::fWidth.
std::ostream& QwTracking::operator<< | ( | std::ostream & | stream, |
const treenode & | tn | ||
) |
Stream summary info about the tree node
stream | Stream as lhs of the operator |
tn | Tree node as rhs of the operator |
Definition at line 135 of file treenode.cc.
References QwTracking::treenode::fBit, QwTracking::treenode::fMaxLevel, QwTracking::treenode::fMinLevel, QwTracking::treenode::fRef, QwTracking::treenode::fSize, and QwTracking::treenode::fWidth.