![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "PHTrackSeeding.h"#include "ALICEKF.h"#include <tpc/TpcDistortionCorrection.h>#include <trackbase/TrkrDefs.h>#include <trackbase_historic/ActsTransformations.h>#include <Eigen/Core>#include <Eigen/Dense>#include <boost/geometry/geometries/box.hpp>#include <boost/geometry/geometries/point.hpp>#include <boost/geometry/index/rtree.hpp>#include <cmath>#include <cstdint>#include <map>#include <memory>#include <set>#include <string>#include <utility>#include <unordered_set>#include <vector>
Include dependency graph for PHCASeeding.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PHCASeeding |
Typedefs | |
| using | point = bg::model::point< float, 3, bg::cs::cartesian > |
| using | box = bg::model::box< point > |
| using | pointKey = std::pair< point, TrkrDefs::cluskey > |
| using | coordKey = std::pair< std::array< float, 3 >, TrkrDefs::cluskey > |
| using | keylink = std::array< coordKey, 2 > |
| using | keylist = std::vector< TrkrDefs::cluskey > |
| using | PositionMap = std::map< TrkrDefs::cluskey, Acts::Vector3F > |
Definition at line 50 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 50 of file PHCASeeding.h
| using coordKey = std::pair<std::array<float,3>, TrkrDefs::cluskey> |
Definition at line 52 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 52 of file PHCASeeding.h
Definition at line 53 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 53 of file PHCASeeding.h
| using keylist = std::vector<TrkrDefs::cluskey> |
Definition at line 54 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 54 of file PHCASeeding.h
| using point = bg::model::point<float, 3, bg::cs::cartesian> |
Definition at line 49 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 49 of file PHCASeeding.h
| using pointKey = std::pair<point, TrkrDefs::cluskey> |
Definition at line 51 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 51 of file PHCASeeding.h
| using PositionMap = std::map<TrkrDefs::cluskey, Acts::Vector3F> |
Definition at line 55 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 55 of file PHCASeeding.h