ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
database
framework
packages
CaloBase
CaloReco
centrality
ClusterIso
compressor
Half
HelixHough
intt
jetbackground
KFParticle_sPHENIX
micromegas
mvtx
NodeDump
particleflow
PHField
PHGenFitPkg
PHGeometry
PHTpcTracker
tpc
tpccalib
tpcdaq
trackbase
trackbase_historic
trackreco
ActsEvaluator.cc
ActsEvaluator.h
ALICEKF.cc
ALICEKF.h
AssocInfoContainer.cc
AssocInfoContainer.h
AssocInfoContainerLinkDef.h
AssocInfoContainerv1.cc
AssocInfoContainerv1.h
AssocInfoContainerv1LinkDef.h
CellularAutomaton.h
CellularAutomaton_v1.cc
CellularAutomaton_v1.h
GPUTPCBaseTrackParam.h
GPUTPCTrackLinearisation.h
GPUTPCTrackParam.cxx
GPUTPCTrackParam.h
HelixHoughBin.cc
HelixHoughBin.h
HelixHoughBin_v1.cc
HelixHoughBin_v1.h
HelixHoughBin_v1LinkDef.h
HelixHoughBinLinkDef.h
HelixHoughFuncs.h
HelixHoughFuncs_v1.cc
HelixHoughFuncs_v1.h
HelixHoughFuncs_v1LinkDef.h
HelixHoughFuncsLinkDef.h
HelixHoughSpace.h
HelixHoughSpace_v1.cc
HelixHoughSpace_v1.h
HelixHoughSpace_v1LinkDef.h
HelixHoughSpaceLinkDef.h
HelixKalmanFilter.cc
HelixKalmanFilter.h
MakeActsGeometry.cc
MakeActsGeometry.h
nanoflann.hpp
PH3DVertexing.cc
PH3DVertexing.h
PHActsInitialVertexFinder.cc
PHActsInitialVertexFinder.h
PHActsSiliconSeeding.cc
PHActsSiliconSeeding.h
PHActsToSvtxTracks.cc
PHActsToSvtxTracks.h
PHActsTrackProjection.cc
PHActsTrackProjection.h
PHActsTrkFitter.cc
PHActsTrkFitter.h
PHActsVertexFinder.cc
PHActsVertexFinder.h
PHActsVertexFitter.cc
PHActsVertexFitter.h
PHActsVertexPropagator.cc
PHActsVertexPropagator.h
PHCASeeding.cc
PHCASeeding.h
PHGenFitTrackProjection.cc
PHGenFitTrackProjection.h
PHGenFitTrkFitter.cc
PHGenFitTrkFitter.h
PHGenFitTrkProp.cc
PHGenFitTrkProp.h
PHGhostRejection.cc
PHGhostRejection.h
PHHoughSeeding.cc
PHHoughSeeding.h
PHHybridSeeding.cc
PHHybridSeeding.h
PHInitVertexing.cc
PHInitVertexing.h
PHInitZVertexing.cc
PHInitZVertexing.h
PHMicromegasTpcTrackMatching.cc
PHMicromegasTpcTrackMatching.h
PHPatternReco.cc
PHPatternReco.h
PHRaveVertexing.cc
PHRaveVertexing.h
PHRTreeSeeding.cc
PHRTreeSeeding.h
PHSiliconTpcTrackMatching.cc
PHSiliconTpcTrackMatching.h
PHSiliconTruthTrackSeeding.cc
PHSiliconTruthTrackSeeding.h
PHSimpleKFProp.cc
PHSimpleKFProp.h
PHSimpleVertexFinder.cc
PHSimpleVertexFinder.h
PHTpcClusterMover.cc
PHTpcClusterMover.h
PHTpcDeltaZCorrection.cc
PHTpcDeltaZCorrection.h
PHTpcTrackSeedCircleFit.cc
PHTpcTrackSeedCircleFit.h
PHTrackCleaner.cc
PHTrackCleaner.h
PHTrackFitting.cc
PHTrackFitting.h
PHTrackPropagating.cc
PHTrackPropagating.h
PHTrackSeeding.cc
PHTrackSeeding.h
PHTrackSelector.cc
PHTrackSelector.h
PHTrackSetCopyMerging.cc
PHTrackSetCopyMerging.h
PHTrackSetMerging.cc
PHTrackSetMerging.h
PHTruthClustering.cc
PHTruthClustering.h
PHTruthSiliconAssociation.cc
PHTruthSiliconAssociation.h
PHTruthTrackSeeding.cc
PHTruthTrackSeeding.h
PHTruthVertexing.cc
PHTruthVertexing.h
VertexFitter.cc
VertexFitter.h
trigger
vararray
QA
simulation
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHActsToSvtxTracks.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHActsToSvtxTracks.h
1
#ifndef TRACKRECO_PHACTSTOSVTXTRACKS_H
2
#define TRACKRECO_PHACTSTOSVTXTRACKS_H
3
4
#include <
fun4all/SubsysReco.h
>
5
#include <
trackbase/TrkrDefs.h
>
6
8
#include <
Acts/Utilities/BinnedArray.hpp
>
9
#include <
Acts/Utilities/Definitions.hpp
>
10
#include <
Acts/Utilities/Logger.hpp
>
11
12
#include <
Acts/EventData/TrackParameters.hpp
>
13
14
#include <ActsExamples/EventData/Track.hpp>
15
#include <ActsExamples/EventData/TrkrClusterSourceLink.hpp>
16
#include <ActsExamples/EventData/TrkrClusterMultiTrajectory.hpp>
17
18
#include <
trackbase/ActsTrackingGeometry.h
>
19
20
#include <boost/bimap.hpp>
21
22
#include <map>
23
#include <string>
24
#include <vector>
25
26
class
PHCompositeNode
;
27
class
SvtxTrackMap
;
28
class
SvtxTrack
;
29
class
SvtxVertexMap
;
30
class
MakeActsGeometry
;
31
32
using
SourceLink
= ActsExamples::TrkrClusterSourceLink;
33
using
Trajectory
= ActsExamples::TrkrClusterMultiTrajectory;
34
35
class
PHActsToSvtxTracks
:
public
SubsysReco
36
{
37
public
:
39
PHActsToSvtxTracks
(
const
std::string &
name
=
"PHActsToSvtxTracks"
);
40
~PHActsToSvtxTracks
()
override
{}
41
43
int
End
(
PHCompositeNode
*topNode)
override
;
44
int
Init
(
PHCompositeNode
*topNode)
override
;
45
int
InitRun
(
PHCompositeNode
*topNode)
override
;
46
int
process_event
(
PHCompositeNode
*topNode)
override
;
47
int
ResetEvent
(
PHCompositeNode
*topNode)
override
;
48
49
void
setSvtxTrackMapName
(std::string &
name
)
50
{
m_svtxMapName
=
name
;}
51
52
private
:
53
55
int
createNodes
(
PHCompositeNode
*topNode);
56
58
int
getNodes
(
PHCompositeNode
*topNode);
59
60
void
createSvtxTrack
(
const
unsigned
int
trackKey,
Trajectory
traj);
61
62
SvtxTrackMap
*
m_svtxTrackMap
=
nullptr
;
63
SvtxVertexMap
*
m_svtxVertexMap
=
nullptr
;
64
ActsTrackingGeometry
*
m_tGeometry
=
nullptr
;
65
std::map<const unsigned int, Trajectory> *
m_actsFitResults
=
nullptr
;
66
67
std::string
m_svtxMapName
=
"SvtxTrackMap"
;
68
69
};
70
71
#endif
coresoftware
blob
master
offline
packages
trackreco
PHActsToSvtxTracks.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:38
using
1.8.2 with
ECCE GitHub integration