16 #ifndef QWTRACKINGSHORTNODE_H
17 #define QWTRACKINGSHORTNODE_H
26 namespace QwTracking {
90 void Print(
bool recursive =
false,
int indent = 0);
98 #endif // QWTRACKINGSHORTNODE_H
int fNTrees
Number of trees pointed at by the pointer above.
void SetNext(shortnode *next)
Set the next node.
shortnode * fNext
Link to the next node.
shortnode * next() const
Get the next node (non-standard notation)
shortnode()
Default constructor.
Memory management structure to count objects.
void SetNumberOfTrees(int ntrees)
Set the number of trees (if allocated as an array)
int GetNumberOfTrees() const
Get the number of trees.
A logfile class, based on an identical class in the Hermes analyzer.
Memory management class to count object instantiations.
static int fDebug
Debug level.
shorttree * GetTree(int i=0) const
Get the tree.
static std::ostream & endl(std::ostream &)
End of the line.
shortnode * GetNext() const
Get the next node.
void SetTree(shorttree *tree, int ntrees=1)
Set the tree.
void Print(bool recursive=false, int indent=0)
Print some debugging information.
friend std::ostream & operator<<(std::ostream &stream, const shortnode &sn)
Output stream operator.
#define QwError
Predefined log drain for errors.