EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHTrackSeeding.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHTrackSeeding.h
1
7
#ifndef TRACKRECO_PHTRACKSEEDING_H
8
#define TRACKRECO_PHTRACKSEEDING_H
9
10
// PHENIX includes
11
#include <
fun4all/SubsysReco.h
>
12
13
// STL includes
14
#include <string>
15
16
// forward declarations
17
class
PHCompositeNode
;
18
19
//class SvtxClusterMap;
20
class
TrkrClusterContainer
;
21
class
TrkrClusterHitAssoc
;
22
class
TrkrHitSetContainer
;
23
class
TrkrClusterIterationMapv1
;
24
class
SvtxVertexMap
;
25
class
SvtxTrackMap
;
26
class
AssocInfoContainer
;
27
32
class
PHTrackSeeding
:
public
SubsysReco
33
{
34
public
:
35
PHTrackSeeding
(
const
std::string &
name
=
"PHTrackSeeding"
);
36
~PHTrackSeeding
()
override
{}
37
38
int
InitRun
(
PHCompositeNode
*topNode)
override
;
39
int
process_event
(
PHCompositeNode
*topNode)
override
;
40
int
End
(
PHCompositeNode
*topNode)
override
;
41
void
set_track_map_name
(
const
std::string &map_name) {
_track_map_name
= map_name; }
42
void
SetUseTruthClusters
(
bool
setit){
_use_truth_clusters
= setit;}
43
void
SetIteration
(
int
iter){
_n_iteration
= iter;}
44
protected
:
47
virtual
int
Setup
(
PHCompositeNode
*topNode);
48
51
virtual
int
Process
(
PHCompositeNode
*topNode) = 0;
52
54
virtual
int
End
() = 0;
55
56
TrkrClusterContainer
*
_cluster_map
=
nullptr
;
57
TrkrClusterHitAssoc
*
_cluster_hit_map
=
nullptr
;
58
TrkrClusterIterationMapv1
*
_iteration_map
;
59
int
_n_iteration
;
60
SvtxVertexMap
*
_vertex_map
=
nullptr
;
61
SvtxTrackMap
*
_track_map
=
nullptr
;
62
AssocInfoContainer
*
_assoc_container
=
nullptr
;
63
TrkrHitSetContainer
*
_hitsets
=
nullptr
;
64
std::string
_track_map_name
=
"SvtxTrackMap"
;
65
66
bool
_use_truth_clusters
=
false
;
67
68
private
:
69
71
int
CreateNodes
(
PHCompositeNode
*topNode);
72
74
int
GetNodes
(
PHCompositeNode
*topNode);
75
};
76
77
#endif
fun4all_coresoftware
blob
master
offline
packages
trackreco
PHTrackSeeding.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:47
using
1.8.2 with
EIC GitHub integration