EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <trackbase/ActsTrackingGeometry.h>
#include <fun4all/SubsysReco.h>
#include <trackbase/TrkrDefs.h>
#include <trackbase/ActsSurfaceMaps.h>
#include <Acts/Utilities/Definitions.hpp>
#include <Acts/Geometry/GeometryIdentifier.hpp>
#include <Acts/Seeding/Seedfinder.hpp>
#include <Acts/Utilities/Units.hpp>
#include <Acts/Seeding/BinFinder.hpp>
#include <Acts/Seeding/SpacePointGrid.hpp>
#include <ActsExamples/EventData/TrkrClusterSourceLink.hpp>
#include <boost/bimap.hpp>
#include <string>
#include <map>
#include <TFile.h>
#include <TH1.h>
#include <TH2.h>
Go to the source code of this file.
Classes | |
struct | SpacePoint |
class | PHActsSiliconSeeding |
Typedefs | |
using | SourceLink = ActsExamples::TrkrClusterSourceLink |
typedef boost::bimap < TrkrDefs::cluskey, unsigned int > | CluskeyBimap |
using | SpacePointPtr = std::unique_ptr< SpacePoint > |
using | GridSeeds = std::vector< std::vector< Acts::Seed< SpacePoint >>> |
Functions | |
bool | operator== (SpacePoint a, SpacePoint b) |
This is needed by the Acts seedfinder. | |
typedef boost::bimap<TrkrDefs::cluskey, unsigned int> CluskeyBimap |
Definition at line 38 of file PHActsSiliconSeeding.h.
View newest version in sPHENIX GitHub at line 38 of file PHActsSiliconSeeding.h
using GridSeeds = std::vector<std::vector<Acts::Seed<SpacePoint>>> |
Definition at line 69 of file PHActsSiliconSeeding.h.
View newest version in sPHENIX GitHub at line 69 of file PHActsSiliconSeeding.h
Definition at line 37 of file PHActsSiliconSeeding.h.
View newest version in sPHENIX GitHub at line 37 of file PHActsSiliconSeeding.h
using SpacePointPtr = std::unique_ptr<SpacePoint> |
Definition at line 68 of file PHActsSiliconSeeding.h.
View newest version in sPHENIX GitHub at line 68 of file PHActsSiliconSeeding.h
|
inline |
This is needed by the Acts seedfinder.
Definition at line 64 of file PHActsSiliconSeeding.h.
View newest version in sPHENIX GitHub at line 64 of file PHActsSiliconSeeding.h
References SpacePoint::m_clusKey.