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
SvtxAlignmentState.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file SvtxAlignmentState.cc
1
#include "
SvtxAlignmentState.h
"
2
3
namespace
4
{
5
SvtxAlignmentState::GlobalMatrix
globalMatrix = SvtxAlignmentState::GlobalMatrix::Zero();
6
SvtxAlignmentState::LocalMatrix
localMatrix = SvtxAlignmentState::LocalMatrix::Zero();
7
SvtxAlignmentState::ResidualVector
residual = SvtxAlignmentState::ResidualVector::Zero();
8
}
// namespace
9
10
const
SvtxAlignmentState::ResidualVector
&
SvtxAlignmentState::get_residual
()
const
11
{
12
return
residual;
13
}
14
15
const
SvtxAlignmentState::LocalMatrix
&
SvtxAlignmentState::get_local_derivative_matrix
()
const
16
{
17
return
localMatrix;
18
}
19
20
const
SvtxAlignmentState::GlobalMatrix
&
SvtxAlignmentState::get_global_derivative_matrix
()
const
21
{
22
return
globalMatrix;
23
}
coresoftware
blob
master
offline
packages
trackbase_historic
SvtxAlignmentState.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:09
using
1.8.2 with
sPHENIX GitHub integration