21 namespace QwTracking {
nodenode(nodenode *next=0, treenode *tree=0)
Constructor with next and tree pointers.
Definition of nodenode which links treenodes to their siblings.
A logfile class, based on an identical class in the Hermes analyzer.
treenode * fTree
Pointer to the next tree.
nodenode * fNext
Pointer to the next node.
nodenode * next() const
Get the next node (non-standard notation)
A nodenode is used as a pointer which links treenodes to their siblings.
A treenode contains the bits that make up a tree pattern.