ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "PHTpcTrackFollower.h"
#include "PHTpcConst.h"
#include "Fitter.h"
#include "PHTpcLookup.h"
#include "SpacepointMeasurement2.h"
#include "Track.h"
#include "externals/kdfinder.hpp"
#include <trackbase/TrkrDefs.h>
#include <phool/PHLog.h>
#include <GenFit/FieldManager.h>
#include <GenFit/KalmanFitStatus.h>
#include <GenFit/KalmanFitterInfo.h>
#include <GenFit/MeasuredStateOnPlane.h>
#include <GenFit/RKTrackRep.h>
#include <GenFit/Track.h>
#include <GenFit/TrackPoint.h>
#include <TMatrixDSymfwd.h>
#include <TMatrixTSym.h>
#include <TVector3.h>
#include <log4cpp/CategoryStream.hh>
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <unordered_set>
Go to the source code of this file.
Namespaces | |
namespace | PHGenFit |
namespace | genfit |
Definition in file PHTpcTrackFollower.cc.