Analysis Software
Documentation for sPHENIX simulation software
 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 
11 {
12  return residual;
13 }
14 
16 {
17  return localMatrix;
18 }
19 
21 {
22  return globalMatrix;
23 }