ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <fun4all/SubsysReco.h>
#include <trackbase/TrkrDefs.h>
#include <trackbase/ActsTrackingGeometry.h>
#include <trackbase/ActsSurfaceMaps.h>
#include <Acts/Utilities/Helpers.hpp>
#include <ActsExamples/EventData/TrkrClusterMultiTrajectory.hpp>
#include <ActsExamples/EventData/TrkrClusterSourceLink.hpp>
#include <ActsExamples/Fitting/TrkrClusterFittingAlgorithm.hpp>
#include <boost/bimap.hpp>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | ActsEvaluator |
Typedefs | |
using | SourceLink = ActsExamples::TrkrClusterSourceLink |
using | FitResult = Acts::KalmanFitterResult< SourceLink > |
using | Trajectory = ActsExamples::TrkrClusterMultiTrajectory |
using | Measurement = Acts::Measurement< ActsExamples::TrkrClusterSourceLink, Acts::BoundIndices, Acts::eBoundLoc0, Acts::eBoundLoc1 > |
typedef boost::bimap < TrkrDefs::cluskey, unsigned int > | CluskeyBimap |
typedef boost::bimap<TrkrDefs::cluskey, unsigned int> CluskeyBimap |
Definition at line 45 of file ActsEvaluator.h.
View newest version in sPHENIX GitHub at line 45 of file ActsEvaluator.h
using FitResult = Acts::KalmanFitterResult<SourceLink> |
Definition at line 34 of file ActsEvaluator.h.
View newest version in sPHENIX GitHub at line 34 of file ActsEvaluator.h
using Measurement = Acts::Measurement<ActsExamples::TrkrClusterSourceLink, Acts::BoundIndices, Acts::eBoundLoc0, Acts::eBoundLoc1> |
Definition at line 39 of file ActsEvaluator.h.
View newest version in sPHENIX GitHub at line 39 of file ActsEvaluator.h
using SourceLink = ActsExamples::TrkrClusterSourceLink |
Definition at line 33 of file ActsEvaluator.h.
View newest version in sPHENIX GitHub at line 33 of file ActsEvaluator.h
using Trajectory = ActsExamples::TrkrClusterMultiTrajectory |
Definition at line 35 of file ActsEvaluator.h.
View newest version in sPHENIX GitHub at line 35 of file ActsEvaluator.h