EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <cstdio>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <cassert>
#include <TMatrixD.h>
#include <TArrayD.h>
#include <ayk.h>
#include <KfMatrix.h>
Go to the source code of this file.
Classes | |
struct | t_kf_matrix_chain |
Macros | |
#define | _KF_MATRIX_ADD_ 0 |
#define | _KF_MATRIX_SUBTRACT_ 1 |
Functions | |
static void | ResetBusyFlags (void) |
static KfMatrix * | GetBufferMatrix (int dim1, int dim2) |
Variables | |
static t_kf_matrix_chain * | buffer |
static t_kf_matrix_chain ** | btail = &buffer |
#define _KF_MATRIX_ADD_ 0 |
Definition at line 259 of file KfMatrix.cxx.
View newest version in sPHENIX GitHub at line 259 of file KfMatrix.cxx
Referenced by KfMatrix::Add(), KfMatrix::AddCore(), and KfMatrix::SetToSum().
#define _KF_MATRIX_SUBTRACT_ 1 |
Definition at line 260 of file KfMatrix.cxx.
View newest version in sPHENIX GitHub at line 260 of file KfMatrix.cxx
Referenced by KfMatrix::SetToDifference(), and KfMatrix::Subtract().
|
static |
Definition at line 168 of file KfMatrix.cxx.
View newest version in sPHENIX GitHub at line 168 of file KfMatrix.cxx
References t_kf_matrix_chain::busy_flag, KfMatrix::GetDim1(), KfMatrix::GetDim2(), t_kf_matrix_chain::kfm, and t_kf_matrix_chain::next.
Referenced by KfMatrix::Bufferize(), KfMatrix::SetToProductCore(), and KfMatrix::VectorLengthSquare().
|
static |
Definition at line 158 of file KfMatrix.cxx.
View newest version in sPHENIX GitHub at line 158 of file KfMatrix.cxx
References t_kf_matrix_chain::busy_flag, and t_kf_matrix_chain::next.
Referenced by KfMatrix::SetToProduct(), and KfMatrix::VectorLengthSquare().
|
static |
Definition at line 44 of file KfMatrix.cxx.
View newest version in sPHENIX GitHub at line 44 of file KfMatrix.cxx
|
static |
Definition at line 44 of file KfMatrix.cxx.
View newest version in sPHENIX GitHub at line 44 of file KfMatrix.cxx
Referenced by PHLog::_file_exists(), EicToyModel::acceptance(), FairParamList::addObject(), EtmPolygonGroup::AddRectangle(), KfMatrix::Bufferize(), HepMC3::deduce_reader(), expand_to_global_coordinates(), EicCompositeShape::GetBuffer3D(), PHPointerList< T >::grow(), EicStlFactory::ImportAsciiStlSlpFile(), EicMediaHub::importMediaMapFile(), EicGeoParData::InitializeLookupTables(), main(), Acts::Logging::TimedOutputDecorator::now(), CoordSystem::projectToLocalCoordinates(), Mgrid::recalculatePosition(), FairRootManager::RegisterWriteoutBuffer(), and KfMatrix::SetToProductCore().