Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DKinFitParticle.h File Reference
#include <set>
#include <math.h>
#include <memory>
#include "DResettable.h"
#include "TVector3.h"
#include "TLorentzVector.h"
#include "TMatrixFSym.h"

Go to the source code of this file.

Classes

class  DKinFitParticle
 

Enumerations

enum  DKinFitParticleType {
  d_DetectedParticle = 0, d_BeamParticle, d_TargetParticle, d_DecayingParticle,
  d_MissingParticle
}
 
enum  DKinFitPullType {
  d_EPull = 0, d_PxPull, d_PyPull, d_PzPull,
  d_XxPull, d_XyPull, d_XzPull, d_TPull
}
 

Enumeration Type Documentation

Enumerator
d_DetectedParticle 
d_BeamParticle 
d_TargetParticle 
d_DecayingParticle 
d_MissingParticle 

Definition at line 15 of file DKinFitParticle.h.

Enumerator
d_EPull 
d_PxPull 
d_PyPull 
d_PzPull 
d_XxPull 
d_XyPull 
d_XzPull 
d_TPull 

Definition at line 24 of file DKinFitParticle.h.