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
PHTpcClusterMover.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHTpcClusterMover.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
10
#ifndef PHTPCCLUSTERMOVER_H
11
#define PHTPCCLUSTERMOVER_H
12
13
#include <
fun4all/SubsysReco.h
>
14
15
#include <string>
16
#include <vector>
17
18
#include <
trackbase/ActsSurfaceMaps.h
>
19
#include <
trackbase/ActsTrackingGeometry.h
>
20
#include <
trackbase_historic/ActsTransformations.h
>
21
#include <
tpc/TpcDistortionCorrectionContainer.h
>
22
#include <
tpc/TpcDistortionCorrection.h
>
23
24
class
PHCompositeNode
;
25
class
SvtxTrack
;
26
class
SvtxTrackMap
;
27
class
TrkrCluster
;
28
class
TrkrClusterContainer
;
29
30
class
PHTpcClusterMover
:
public
SubsysReco
31
{
32
public
:
33
34
PHTpcClusterMover
(
const
std::string &
name
=
"PHTpcClusterMover"
);
35
36
~PHTpcClusterMover
()
override
;
37
38
int
InitRun
(
PHCompositeNode
*topNode)
override
;
39
int
process_event
(
PHCompositeNode
*topNode)
override
;
40
int
End
(
PHCompositeNode
*topNode)
override
;
41
42
43
private
:
44
45
int
GetNodes
(
PHCompositeNode
* topNode);
46
47
void
CircleFitByTaubin
(std::vector<Acts::Vector3D> clusters,
double
&
R
,
double
&X0,
double
&Y0);
48
void
circle_circle_intersection
(
double
r1
,
double
r2
,
double
x2
,
double
y2
,
double
&xplus,
double
&yplus,
double
&xminus,
double
&yminus);
49
void
line_fit
(std::vector<Acts::Vector3D> clusters,
double
&
a
,
double
&
b
);
50
int
get_circle_circle_intersection
(
double
target_radius,
double
R,
double
X0,
double
Y0,
double
xref,
double
yref,
double
&
x
,
double
&
y
);
51
52
Surface
get_tpc_surface_from_coords
(
TrkrDefs::hitsetkey
hitsetkey
,
53
Acts::Vector3D
world
,
54
ActsSurfaceMaps
*surfMaps,
55
ActsTrackingGeometry
*
tGeometry
,
56
TrkrDefs::subsurfkey
&
subsurfkey
);
57
58
60
ActsTransformations
_transformer
;
61
63
TpcDistortionCorrection
_distortionCorrection
;
64
65
double
_z_start
=0.0;
66
double
_y_start
=0.0;
67
double
_x_start
=0.0;
68
69
double
_z_proj
=0.0;
70
double
_y_proj
=0.0;
71
double
_x_proj
=0.0;
72
73
// range of TPC layers to use in projection to micromegas
74
75
SvtxTrackMap
*
_track_map
{
nullptr
};
76
SvtxTrack
*
_track
{
nullptr
};
77
TrkrClusterContainer
*
_cluster_map
{
nullptr
};
78
TrkrClusterContainer
*
_corrected_cluster_map
{
nullptr
};
79
ActsSurfaceMaps
*
_surfmaps
{
nullptr
};
80
ActsTrackingGeometry
*
_tGeometry
{
nullptr
};
81
TpcDistortionCorrectionContainer
*
_dcc
{
nullptr
};
82
83
double
layer_radius
[48] = {0};
84
double
inner_tpc_min_radius
= 30.0;
85
double
mid_tpc_min_radius
= 40.0;
86
double
outer_tpc_min_radius
= 60.0;
87
double
outer_tpc_max_radius
= 77.0;
88
89
double
inner_tpc_spacing
= 0.0;
90
double
mid_tpc_spacing
= 0.0;
91
double
outer_tpc_spacing
= 0.0;
92
93
};
94
95
#endif // PHTPCCLUSTERMOVER_H
coresoftware
blob
master
offline
packages
trackreco
PHTpcClusterMover.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:39
using
1.8.2 with
ECCE GitHub integration