QwAnalysis
QwTrackingTree.cc File Reference
#include "QwTrackingTree.h"
#include "QwLog.h"
#include "QwTypes.h"
#include "QwTrackingTreeRegion.h"
+ Include dependency graph for QwTrackingTree.cc:

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 */
 

Macro Definition Documentation

#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 */