Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
blob
sPHENIX
Alignment
CI
cmake
Core
include
Acts
AmbiguityResolution
Clusterization
Definitions
Detector
Digitization
EventData
Geometry
MagneticField
Material
Navigation
Propagator
Seeding
SpacePointFormation
Surfaces
TrackFinding
TrackFitting
Utilities
Vertexing
AdaptiveGridDensityVertexFinder.hpp
AdaptiveGridDensityVertexFinder.ipp
AdaptiveGridTrackDensity.hpp
AdaptiveGridTrackDensity.ipp
AdaptiveMultiVertexFinder.hpp
AdaptiveMultiVertexFinder.ipp
AdaptiveMultiVertexFitter.hpp
AdaptiveMultiVertexFitter.ipp
AMVFInfo.hpp
DummyVertexFitter.hpp
FsmwMode1dFinder.hpp
FullBilloirVertexFitter.hpp
FullBilloirVertexFitter.ipp
GaussianGridTrackDensity.hpp
GaussianGridTrackDensity.ipp
GaussianTrackDensity.hpp
GaussianTrackDensity.ipp
GridDensityVertexFinder.hpp
GridDensityVertexFinder.ipp
HelicalTrackLinearizer.hpp
HelicalTrackLinearizer.ipp
ImpactPointEstimator.hpp
ImpactPointEstimator.ipp
IterativeVertexFinder.hpp
IterativeVertexFinder.ipp
KalmanVertexTrackUpdater.hpp
KalmanVertexTrackUpdater.ipp
KalmanVertexUpdater.hpp
KalmanVertexUpdater.ipp
LinearizedTrack.hpp
LinearizerConcept.hpp
LinearizerTrackParameters.hpp
NumericalTrackLinearizer.hpp
NumericalTrackLinearizer.ipp
SingleSeedVertexFinder.hpp
SingleSeedVertexFinder.ipp
TrackAtVertex.hpp
TrackDensityVertexFinder.hpp
TrackDensityVertexFinder.ipp
Vertex.hpp
Vertex.ipp
VertexFinderConcept.hpp
VertexFitterConcept.hpp
VertexingError.hpp
VertexingOptions.hpp
ZScanVertexFinder.hpp
ZScanVertexFinder.ipp
Visualization
scripts
src
docs
Examples
Fatras
Plugins
Tests
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
LinearizerTrackParameters.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file LinearizerTrackParameters.hpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2023 CERN for the benefit of the Acts project
4
//
5
// This Source Code Form is subject to the terms of the Mozilla Public
6
// License, v. 2.0. If a copy of the MPL was not distributed with this
7
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
9
#pragma once
10
11
namespace
Acts {
12
22
enum
LinIndices
:
unsigned
int
{
23
// Global spatial position of a point on the track, must be stored as one
24
// continuous block.
25
eLinPos0
= 0
u
,
26
eLinPos1
=
eLinPos0
+ 1
u
,
27
eLinPos2
=
eLinPos0
+ 2
u
,
28
// Global time when particle is at the point
29
eLinTime
= 3
u
,
30
// Angles of the particle momentum in the global frame at the point
31
eLinPhi
= 4
u
,
32
eLinTheta
=
eLinPhi
+ 1
u
,
33
// Global inverse-momentum-like parameter, i.e. q/p or 1/p, at the point
34
// The naming is inconsistent for the case of neutral track parameters where
35
// the value is interpreted as 1/p not as q/p. This is intentional to avoid
36
// having multiple aliases for the same element and for lack of an acceptable
37
// common name.
38
eLinQOverP
= 6
u
,
39
// Total number of components
40
eLinSize
= 7
u
,
41
// Number of space-time components (3+1)
42
eLinPosSize
= 4
u
,
43
// Number of momentum components
44
eLinMomSize
= 3
u
,
45
};
46
47
}
// namespace Acts
acts
blob
sPHENIX
Core
include
Acts
Vertexing
LinearizerTrackParameters.hpp
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:35
using
1.8.2 with
sPHENIX GitHub integration