EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "ALICEKF.h"
#include "GPUTPCTrackLinearisation.h"
#include "GPUTPCTrackParam.h"
#include <trackbase/TrkrCluster.h>
#include <Geant4/G4SystemOfUnits.hh>
#include <trackbase_historic/ActsTransformations.h>
#include "TFile.h"
#include "TNtuple.h"
#include <TMatrixFfwd.h>
#include <TMatrixT.h>
#include <TMatrixTUtils.h>
Go to the source code of this file.
Macros | |
#define | LogDebug(exp) (void)0 |
#define | LogError(exp) if(Verbosity()>0) std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp |
#define | LogWarning(exp) if(Verbosity()>0) std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp |
Typedefs | |
using | keylist = std::vector< TrkrDefs::cluskey > |
#define LogDebug | ( | exp | ) | (void)0 |
Definition at line 20 of file ALICEKF.cc.
View newest version in sPHENIX GitHub at line 20 of file ALICEKF.cc
Referenced by ALICEKF::ALICEKalmanFilter().
#define LogError | ( | exp | ) | if(Verbosity()>0) std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp |
Definition at line 23 of file ALICEKF.cc.
View newest version in sPHENIX GitHub at line 23 of file ALICEKF.cc
Referenced by ALICEKF::ALICEKalmanFilter().
#define LogWarning | ( | exp | ) | if(Verbosity()>0) std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp |
Definition at line 24 of file ALICEKF.cc.
View newest version in sPHENIX GitHub at line 24 of file ALICEKF.cc
Referenced by ALICEKF::ALICEKalmanFilter().
using keylist = std::vector<TrkrDefs::cluskey> |
Definition at line 26 of file ALICEKF.cc.
View newest version in sPHENIX GitHub at line 26 of file ALICEKF.cc