QwAnalysis
|
#include "QwTrackingTree.h"
#include "QwLog.h"
#include "QwTypes.h"
#include "QwTrackingTreeRegion.h"
Go to the source code of this file.
Macros | |
#define | OFFS1 2 /* Next Sons have to be linked to offset 1 nodelist */ |
#define | SONEND 3 /* End of son-description */ |
#define | REALSON 4 /* Son and grandson description follows */ |
#define | REFSON 5 /* Son reference follows */ |
#define OFFS1 2 /* Next Sons have to be linked to offset 1 nodelist */ |
Defines are relevant for the storage of the trees in files.
Definition at line 92 of file QwTrackingTree.cc.
#define REALSON 4 /* Son and grandson description follows */ |
Definition at line 94 of file QwTrackingTree.cc.
Referenced by QwTrackingTree::_readtree(), and QwTrackingTree::_writetree().
#define REFSON 5 /* Son reference follows */ |
Definition at line 95 of file QwTrackingTree.cc.
Referenced by QwTrackingTree::_readtree(), and QwTrackingTree::_writetree().
#define SONEND 3 /* End of son-description */ |
Definition at line 93 of file QwTrackingTree.cc.
Referenced by QwTrackingTree::_readtree(), QwTrackingTree::_writetree(), and QwTrackingTree::writetree().