EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "PHTpcTracker.h"
#include "PHTpcEventExporter.h"
#include "PHTpcLookup.h"
#include "PHTpcSeedFinder.h"
#include "PHTpcTrackFollower.h"
#include "PHTpcVertexFinder.h"
#include "Fitter.h"
#include "Track.h"
#include "externals/kdfinder.hpp"
#include <phfield/PHField.h>
#include <phfield/PHFieldConfigv2.h>
#include <phfield/PHFieldUtility.h>
#include <phgeom/PHGeomUtility.h>
#include <trackbase/TrkrClusterContainer.h>
#include <trackbase/TrkrHitSetContainer.h>
#include <trackbase/TrkrDefs.h>
#include <trackbase_historic/SvtxTrackMap.h>
#include <trackbase_historic/SvtxTrack_v2.h>
#include <trackreco/PHTrackSeeding.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <phool/PHLog.h>
#include <phool/getClass.h>
#include <log4cpp/CategoryStream.hh>
#include <CLHEP/Units/SystemOfUnits.h>
#include <TMatrixDSymfwd.h>
#include <TMatrixTSym.h>
#include <TMatrixTUtils.h>
#include <TVector3.h>
#include <TVectorDfwd.h>
#include <TVectorT.h>
#include <iostream>
#include <limits>
#include <memory>
#include <vector>
Go to the source code of this file.
Definition in file PHTpcTracker.cc.