Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHTrackFitting.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHTrackFitting.h
1
7
#ifndef TRACKRECO_PHTRACKFITTING_H
8
#define TRACKRECO_PHTRACKFITTING_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
TrkrHitSetContainer
;
22
class
SvtxVertexMap
;
23
class
SvtxTrackMap
;
24
29
class
PHTrackFitting
:
public
SubsysReco
30
{
31
public
:
32
PHTrackFitting
(
const
std::string
&
name
=
"PHTrackFitting"
);
33
~PHTrackFitting
()
override
{}
34
35
int
Init
(
PHCompositeNode
*topNode)
override
;
36
int
InitRun
(
PHCompositeNode
*topNode)
override
;
37
int
process_event
(
PHCompositeNode
*topNode)
override
;
38
39
//virtual const std::set<unsigned int> &get_seeding_layers() const = 0;
40
41
//virtual void set_seeding_layers(const unsigned int a[], const unsigned int n) = 0;
42
43
//void set_track_map_name(const std::string &map_name) { _track_map_name = map_name; }
44
45
protected
:
48
virtual
int
Setup
(
PHCompositeNode
*topNode);
49
52
virtual
int
Process
() = 0;
53
54
//SvtxClusterMap *_cluster_map;
55
TrkrClusterContainer
*
_cluster_map
;
56
TrkrHitSetContainer
*
_hitsets
=
nullptr
;
57
SvtxVertexMap
*
_vertex_map
;
58
SvtxTrackMap
*
_track_map
;
59
60
std::string
_track_map_name
;
61
62
private
:
64
int
GetNodes
(
PHCompositeNode
*topNode);
65
};
66
67
#endif
coresoftware
blob
master
offline
packages
trackreco
PHTrackFitting.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:11
using
1.8.2 with
sPHENIX GitHub integration