ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "Track.h"
#include "Measurement.h"
#include <trackbase/TrkrDefs.h>
#include <GenFit/AbsFitterInfo.h>
#include <GenFit/AbsHMatrix.h>
#include <GenFit/AbsMeasurement.h>
#include <GenFit/AbsTrackRep.h>
#include <GenFit/DetPlane.h>
#include <GenFit/Exception.h>
#include <GenFit/FitStatus.h>
#include <GenFit/KalmanFittedStateOnPlane.h>
#include <GenFit/KalmanFitterInfo.h>
#include <GenFit/MeasuredStateOnPlane.h>
#include <GenFit/MeasurementOnPlane.h>
#include <GenFit/SharedPlanePtr.h>
#include <GenFit/Tools.h>
#include <GenFit/TrackPoint.h>
#include <TMatrixDfwd.h>
#include <TMatrixDSymfwd.h>
#include <TMatrixT.h>
#include <TMatrixTSym.h>
#include <TVectorDfwd.h>
#include <TVector3.h>
#include <TVectorT.h>
#include <cassert>
#include <cstddef>
#include <limits>
#include <iostream>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | PHGenFit |
Macros | |
#define | LogDebug(exp) std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
#define | LogError(exp) std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
#define | LogWarning(exp) std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
#define | WILD_DOUBLE -999999 |
#define LogDebug | ( | exp | ) | std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Definition at line 45 of file Track.cc.
View newest version in sPHENIX GitHub at line 45 of file Track.cc
Referenced by PHGenFit::Track::updateOneMeasurementKalman().
#define LogError | ( | exp | ) | std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Definition at line 46 of file Track.cc.
View newest version in sPHENIX GitHub at line 46 of file Track.cc
Referenced by PHGenFit::Track::extrapolateToCylinder().
#define LogWarning | ( | exp | ) | std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Definition at line 47 of file Track.cc.
View newest version in sPHENIX GitHub at line 47 of file Track.cc
Referenced by PHGenFit::Track::extrapolateToCylinder(), and PHGenFit::Track::updateOneMeasurementKalman().
#define WILD_DOUBLE -999999 |
Definition at line 49 of file Track.cc.
View newest version in sPHENIX GitHub at line 49 of file Track.cc
Referenced by PHGenFit::Track::extrapolateToCylinder(), PHGenFit::Track::extrapolateToLine(), PHGenFit::Track::extrapolateToPlane(), and PHGenFit::Track::extrapolateToPoint().