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
detail
abort_list_implementation.hpp
action_list_implementation.hpp
Auctioneer.hpp
CovarianceEngine.hpp
GenericDefaultExtension.hpp
GenericDenseEnvironmentExtension.hpp
JacobianEngine.hpp
LoopProtection.hpp
ParameterTraits.hpp
PointwiseMaterialInteraction.hpp
SteppingHelper.hpp
SteppingLogger.hpp
VoidPropagatorComponents.hpp
VolumeMaterialInteraction.hpp
AbortList.hpp
ActionList.hpp
AtlasStepper.hpp
ConstrainedStep.hpp
CovarianceTransport.hpp
DefaultExtension.hpp
DenseEnvironmentExtension.hpp
DirectNavigator.hpp
EigenStepper.hpp
EigenStepper.ipp
EigenStepperError.hpp
MaterialInteractor.hpp
MultiEigenStepperLoop.hpp
MultiEigenStepperLoop.ipp
MultiStepperAborters.hpp
MultiStepperError.hpp
Navigator.hpp
Propagator.hpp
Propagator.ipp
PropagatorError.hpp
RiddersPropagator.hpp
RiddersPropagator.ipp
StandardAborters.hpp
StepperConcept.hpp
StepperExtensionList.hpp
StraightLineStepper.hpp
SurfaceCollector.hpp
VolumeCollector.hpp
Seeding
SpacePointFormation
Surfaces
TrackFinding
TrackFitting
Utilities
Vertexing
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
JacobianEngine.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file JacobianEngine.hpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2021 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
// Workaround for building on clang+libstdc++
12
#include "
Acts/Utilities/detail/ReferenceWrapperAnyCompat.hpp
"
13
14
#include "
Acts/Definitions/Algebra.hpp
"
15
#include "
Acts/EventData/TrackParameters.hpp
"
16
#include "
Acts/Geometry/GeometryContext.hpp
"
17
#include "
Acts/Surfaces/Surface.hpp
"
18
19
namespace
Acts {
20
25
namespace
detail {
26
33
FreeToBoundMatrix
freeToCurvilinearJacobian
(
const
Vector3
& direction);
34
41
BoundToFreeMatrix
curvilinearToFreeJacobian
(
const
Vector3
& direction);
42
49
ActsMatrix<7, 8>
directionToAnglesJacobian
(
const
Vector3
& direction);
50
57
ActsMatrix<8, 7>
anglesToDirectionJacobian
(
const
Vector3
& direction);
58
80
BoundMatrix
boundToBoundTransportJacobian
(
81
const
GeometryContext
&
geoContext
,
const
FreeVector
& freeParameters,
82
const
BoundToFreeMatrix
& boundToFreeJacobian,
83
const
FreeMatrix
& freeTransportJacobian,
84
const
FreeVector
& freeToPathDerivatives,
const
Surface
&
surface
);
85
107
BoundMatrix
boundToCurvilinearTransportJacobian
(
108
const
Vector3
& direction,
const
BoundToFreeMatrix
& boundToFreeJacobian,
109
const
FreeMatrix
& freeTransportJacobian,
110
const
FreeVector
& freeToPathDerivatives);
111
120
BoundToFreeMatrix
boundToFreeTransportJacobian
(
121
const
BoundToFreeMatrix
& boundToFreeJacobian,
122
const
FreeMatrix
& freeTransportJacobian);
123
146
FreeToBoundMatrix
freeToBoundTransportJacobian
(
147
const
GeometryContext
&
geoContext
,
const
FreeVector
& freeParameters,
148
const
ActsMatrix<7, 8>&
directionToAnglesJacobian
,
149
const
ActsMatrix<8, 7>&
anglesToDirectionJacobian
,
150
const
FreeMatrix
& freeTransportJacobian,
151
const
FreeVector
& freeToPathDerivatives,
const
Surface
&
surface
);
152
168
FreeToBoundMatrix
freeToCurvilinearTransportJacobian
(
169
const
Vector3
& direction,
const
ActsMatrix<7, 8>&
directionToAnglesJacobian
,
170
const
ActsMatrix<8, 7>&
anglesToDirectionJacobian
,
171
const
FreeMatrix
& freeTransportJacobian,
172
const
FreeVector
& freeToPathDerivatives);
173
183
FreeMatrix
freeToFreeTransportJacobian
(
184
const
ActsMatrix<7, 8>&
directionToAnglesJacobian
,
185
const
ActsMatrix<8, 7>&
anglesToDirectionJacobian
,
186
const
FreeMatrix
& freeTransportJacobian);
187
188
}
// namespace detail
189
190
}
// namespace Acts
acts
blob
sPHENIX
Core
include
Acts
Propagator
detail
JacobianEngine.hpp
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:33
using
1.8.2 with
sPHENIX GitHub integration