ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHSimpleKFProp.cc File Reference

kalman filter based propagator More...

#include "PHSimpleKFProp.h"
#include "ALICEKF.h"
#include "AssocInfoContainer.h"
#include "nanoflann.hpp"
#include "GPUTPCTrackParam.h"
#include "GPUTPCTrackLinearisation.h"
#include <fun4all/Fun4AllReturnCodes.h>
#include <g4detectors/PHG4CylinderCellGeom.h>
#include <g4detectors/PHG4CylinderCellGeomContainer.h>
#include <phfield/PHField.h>
#include <phfield/PHFieldUtility.h>
#include <phool/getClass.h>
#include <phool/phool.h>
#include <tpc/TpcDistortionCorrectionContainer.h>
#include <trackbase_historic/ActsTransformations.h>
#include <trackbase_historic/SvtxTrackMap.h>
#include <trackbase_historic/SvtxTrack_v2.h>
#include <trackbase/TrkrCluster.h>
#include <trackbase/TrkrClusterContainer.h>
#include <trackbase/TrkrHitSetContainer.h>
#include <trackbase/TrkrDefs.h>
#include <trackbase/TrkrClusterIterationMapv1.h>
#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 >
 

Detailed Description

kalman filter based propagator

Author
Michael Peters & Christof Roland

Definition in file PHSimpleKFProp.cc.

Macro Definition Documentation

#define LogDebug (   exp)    (void)0

Definition at line 52 of file PHSimpleKFProp.cc.

View newest version in sPHENIX GitHub at line 52 of file PHSimpleKFProp.cc

#define LogError (   exp)    std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp

Definition at line 55 of file PHSimpleKFProp.cc.

View newest version in sPHENIX GitHub at line 55 of file PHSimpleKFProp.cc

#define LogWarning (   exp)    std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp

Definition at line 56 of file PHSimpleKFProp.cc.

View newest version in sPHENIX GitHub at line 56 of file PHSimpleKFProp.cc

Typedef Documentation

using keylist = std::vector<TrkrDefs::cluskey>

Definition at line 234 of file PHSimpleKFProp.cc.

View newest version in sPHENIX GitHub at line 234 of file PHSimpleKFProp.cc