![]() |
ATLAS Offline Software
|
A convenience namespace to make the client code easier to understand. More...
Enumerations | |
enum | VertexType { NoVtx = 0, PriVtx = 1, SecVtx = 2, PileUp = 3, ConvVtx = 4, V0Vtx = 5, KinkVtx = 6, NotSpecified = -99 } |
Vertex types. More... | |
A convenience namespace to make the client code easier to understand.
Vertex types.
Different vertex types that can be created in the offline reconstruction.
This file defines the enums in the Trk namespace for the different vertex types. The VxCandidate and the TrackParticleBase class store such an enum to signal which vertex it is or from which vertex it comes from (in the case of the TrackParticleBase object).
Enumerator | |
---|---|
NoVtx | Dummy vertex. TrackParticle was not used in vertex fit. |
PriVtx | Primary vertex. |
SecVtx | Secondary vertex. |
PileUp | Pile-up vertex. |
ConvVtx | Conversion vertex. |
V0Vtx | Vertex from V0 decay. |
KinkVtx | Kink vertex. |
NotSpecified | Default value, no explicit type set. |
Definition at line 570 of file TrackingPrimitives.h.