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
PHTpcTrackSeedCircleFit.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHTpcTrackSeedCircleFit.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef PHTPCTRACKSEEDCIRCLEFIT_H
4
#define PHTPCTRACKSEEDCIRCLEFIT_H
5
6
#include <
fun4all/SubsysReco.h
>
7
#include <
trackbase/ActsSurfaceMaps.h
>
8
#include <
trackbase/ActsTrackingGeometry.h
>
9
#include <
tpc/TpcDistortionCorrection.h
>
10
11
#include <string>
12
#include <vector>
13
14
class
PHCompositeNode
;
15
class
SvtxTrackMap
;
16
class
SvtxTrack
;
17
class
TrkrCluster
;
18
class
TF1;
19
class
TrkrClusterContainer
;
20
21
class
PHTpcTrackSeedCircleFit
:
public
SubsysReco
22
{
23
public
:
24
25
PHTpcTrackSeedCircleFit
(
const
std::string &
name
=
"PHTpcTrackSeedCircleFit"
);
26
27
~PHTpcTrackSeedCircleFit
()
override
=
default
;
28
29
int
InitRun
(
PHCompositeNode
* topNode)
override
;
30
31
int
process_event
(
PHCompositeNode
*)
override
;
32
33
int
End
(
PHCompositeNode
*)
override
;
34
35
void
use_truth_clusters
(
bool
truth)
36
{
_use_truth_clusters
= truth; }
37
38
void
set_track_map_name
(
const
std::string &map_name) {
_track_map_name
= map_name; }
39
void
SetIteration
(
int
iter){
_n_iteration
= iter;}
40
41
private
:
42
43
int
GetNodes
(
PHCompositeNode
* topNode);
44
std::vector<TrkrCluster*>
getTrackClusters
(
SvtxTrack
*);
45
Acts::Vector3D
getGlobalPosition
(
TrkrCluster
* cluster )
const
;
46
47
ActsSurfaceMaps
*
_surfmaps
{
nullptr
};
48
ActsTrackingGeometry
*
_tGeometry
{
nullptr
};
49
SvtxTrackMap
*
_track_map
{
nullptr
};
50
51
bool
_use_truth_clusters
=
false
;
52
bool
_are_clusters_corrected
=
true
;
53
TrkrClusterContainer
*
_cluster_map
=
nullptr
;
55
TpcDistortionCorrectionContainer
*
_dcc
=
nullptr
;
57
TpcDistortionCorrection
_distortionCorrection
;
58
59
int
_n_iteration
= 0;
60
std::string
_track_map_name
=
"SvtxTrackMap"
;
61
62
};
63
64
#endif // PHTRACKSEEDVERTEXASSOCIATION_H
coresoftware
blob
master
offline
packages
trackreco
PHTpcTrackSeedCircleFit.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:39
using
1.8.2 with
ECCE GitHub integration