![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
kalman filter based propagator More...
#include "PHSimpleKFProp.h"#include "PHGhostRejection.h"#include "ALICEKF.h"#include "nanoflann.hpp"#include "GPUTPCTrackParam.h"#include "GPUTPCTrackLinearisation.h"#include <fun4all/Fun4AllReturnCodes.h>#include <g4detectors/PHG4TpcCylinderGeom.h>#include <g4detectors/PHG4TpcCylinderGeomContainer.h>#include <phfield/PHField.h>#include <phfield/PHFieldUtility.h>#include <phfield/PHFieldConfig.h>#include <phfield/PHFieldConfigv1.h>#include <phool/PHTimer.h>#include <phool/getClass.h>#include <phool/phool.h>#include <tpc/TpcDistortionCorrectionContainer.h>#include <trackbase/TrackFitUtils.h>#include <trackbase/TrkrCluster.h>#include <trackbase/TrkrClusterContainer.h>#include <trackbase/TrkrDefs.h>#include <trackbase/TrkrClusterIterationMapv1.h>#include <trackbase/ActsGeometry.h>#include <trackbase_historic/ActsTransformations.h>#include <trackbase_historic/TrackSeedContainer.h>#include <trackbase_historic/TrackSeed_v1.h>#include <Acts/MagneticField/MagneticFieldProvider.hpp>#include <Acts/MagneticField/InterpolatedBFieldMap.hpp>#include <Geant4/G4SystemOfUnits.hh>#include <Eigen/Core>#include <Eigen/Dense>#include <iostream>#include <vector>
Include dependency graph for PHSimpleKFProp.cc:Go to the source code of this file.
Macros | |
| #define | LogDebug(exp) (void)0 |
| #define | LogError(exp) std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp |
| #define | LogWarning(exp) std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp |
Typedefs | |
| using | keylist = std::vector< TrkrDefs::cluskey > |
kalman filter based propagator
Definition in file PHSimpleKFProp.cc.
| #define LogDebug | ( | exp | ) | (void)0 |
Definition at line 57 of file PHSimpleKFProp.cc.
View newest version in sPHENIX GitHub at line 57 of file PHSimpleKFProp.cc
| #define LogError | ( | exp | ) | std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp |
Definition at line 60 of file PHSimpleKFProp.cc.
View newest version in sPHENIX GitHub at line 60 of file PHSimpleKFProp.cc
| #define LogWarning | ( | exp | ) | std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp |
Definition at line 61 of file PHSimpleKFProp.cc.
View newest version in sPHENIX GitHub at line 61 of file PHSimpleKFProp.cc
| using keylist = std::vector<TrkrDefs::cluskey> |
Definition at line 70 of file PHSimpleKFProp.cc.
View newest version in sPHENIX GitHub at line 70 of file PHSimpleKFProp.cc