HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Macros
HarpoRecoEvent.h File Reference
#include "TObject.h"
#include "TClonesArray.h"
#include "TVector3.h"

Go to the source code of this file.

Data Structures

class  HarpoRecoClusters
 Cluster object, containing position, charge and quality information. More...
 
class  HarpoRecoTracks
 Track object, containing position, angle, charge and quality information. More...
 
class  HarpoRecoHoughTracks
 HarpoRecoTracks object, obtained with Hough tracking method. More...
 
class  HarpoRecoKalmanTracks
 HarpoRecoTracks object, Obtained with Kalman filter. More...
 
class  HarpoRecoVertex
 2D vertex object, containing position, angle and associated track numbers, and quality info More...
 
class  HarpoRecoVertex3D
 3D vertex object, containing position, angle and associated 2D vertexes, and quality info More...
 
class  HarpoRecoMatching
 Matching object, containing matched track number, and quality info. More...
 
class  HarpoRecoReco3D
 
class  HarpoRecoEvent
 Object containing the reconstruction information for one event (with array of HarpoRecoClusters HarpoRecoTracks HarpoRecoMatching HarpoRecoReco3D) More...
 

Macros

#define MAXTRPERCL   20
 
#define NCLUSTERMAX   6000
 
#define NCLUSTERTYPES   3
 
#define CCLUSTER   0
 
#define TCLUSTER   1
 
#define BLOCCLUSTER   2
 
#define HOUGH   1
 
#define KALMAN   2
 

Macro Definition Documentation

#define BLOCCLUSTER   2

Definition at line 24 of file HarpoRecoEvent.h.

#define CCLUSTER   0

Definition at line 22 of file HarpoRecoEvent.h.

#define HOUGH   1

Definition at line 25 of file HarpoRecoEvent.h.

#define KALMAN   2

Definition at line 26 of file HarpoRecoEvent.h.

#define MAXTRPERCL   20

Definition at line 18 of file HarpoRecoEvent.h.

#define NCLUSTERMAX   6000

Definition at line 19 of file HarpoRecoEvent.h.

#define NCLUSTERTYPES   3

Definition at line 21 of file HarpoRecoEvent.h.

#define TCLUSTER   1

Definition at line 23 of file HarpoRecoEvent.h.