EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHActsSiliconSeeding.h File Reference
#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>
+ Include dependency graph for PHActsSiliconSeeding.h:
+ This graph shows which files directly or indirectly include this file:

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 Documentation

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

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

Function Documentation

bool operator== ( SpacePoint  a,
SpacePoint  b 
)
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.