QwAnalysis
|
#include <iostream>
#include <utility>
#include "QwTypes.h"
#include "QwDetectorInfo.h"
#include "QwGeometry.h"
#include "globals.h"
#include "matrix.h"
Go to the source code of this file.
Data Structures | |
class | QwTrackingTreeCombine |
Combines track segments and performs line fitting. More... | |
Macros | |
#define | HASHSIZE 1024 /* power of 2 */ |
#define | HASHMASK 1023 /* hashsize-1 */ |
#define | MAGNET_CENTER 275.0 |
#define HASHMASK 1023 /* hashsize-1 */ |
Definition at line 20 of file QwTrackingTreeCombine.h.
#define HASHSIZE 1024 /* power of 2 */ |
Definition at line 19 of file QwTrackingTreeCombine.h.
#define MAGNET_CENTER 275.0 |
Definition at line 22 of file QwTrackingTreeCombine.h.
Referenced by QwTrackingTreeCombine::TlCheckForX().