Analysis Software
Documentation for sPHENIX simulation software
|
#include "PHTrackSeeding.h"
#include "ALICEKF.h"
#include <tpc/TpcDistortionCorrection.h>
#include <trackbase/TrkrDefs.h>
#include <trackbase/ActsGeometry.h>
#include <phool/PHTimer.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>
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::Vector3 > |
Definition at line 54 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 54 of file PHCASeeding.h
using coordKey = std::pair<std::array<float,3>, TrkrDefs::cluskey> |
Definition at line 56 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 56 of file PHCASeeding.h
Definition at line 57 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 57 of file PHCASeeding.h
using keylist = std::vector<TrkrDefs::cluskey> |
Definition at line 58 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 58 of file PHCASeeding.h
using point = bg::model::point<float, 3, bg::cs::cartesian> |
Definition at line 53 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 53 of file PHCASeeding.h
using pointKey = std::pair<point, TrkrDefs::cluskey> |
Definition at line 55 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 55 of file PHCASeeding.h
using PositionMap = std::map<TrkrDefs::cluskey, Acts::Vector3> |
Definition at line 59 of file PHCASeeding.h.
View newest version in sPHENIX GitHub at line 59 of file PHCASeeding.h