Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
KalmanVertexTrackUpdater.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file KalmanVertexTrackUpdater.hpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2019 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
#include "
Acts/Utilities/Logger.hpp
"
12
#include "
Acts/Utilities/Result.hpp
"
13
#include "
Acts/Vertexing/KalmanVertexUpdater.hpp
"
14
#include "
Acts/Vertexing/TrackAtVertex.hpp
"
15
#include "
Acts/Vertexing/Vertex.hpp
"
16
17
namespace
Acts {
18
namespace
KalmanVertexTrackUpdater {
19
27
template
<
typename
input_track_t>
28
void
update
(
TrackAtVertex<input_track_t>
& track,
29
const
Vertex<input_track_t>
& vtx);
30
31
namespace
detail {
32
41
inline
BoundMatrix
createFullTrackCovariance
(
const
SquareMatrix3
& sMat,
42
const
ActsMatrix<4, 3>
& newTrkCov,
43
const
SquareMatrix4
& vtxWeight,
44
const
SquareMatrix4
& vtxCov,
45
const
BoundVector
& newTrkParams);
46
47
}
// Namespace detail
48
49
}
// Namespace KalmanVertexTrackUpdater
50
}
// Namespace Acts
51
52
#include "
Acts/Vertexing/KalmanVertexTrackUpdater.ipp
"
acts
blob
sPHENIX
Core
include
Acts
Vertexing
KalmanVertexTrackUpdater.hpp
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:35
using
1.8.2 with
sPHENIX GitHub integration