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
PH3DVertexing.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PH3DVertexing.h
1
7
#ifndef TRACKRECO_PH3DVERTEXING_H
8
#define TRACKRECO_PH3DVERTEXING_H
9
10
// PHENIX includes
11
#include <
fun4all/SubsysReco.h
>
12
13
// STL includes
14
#include <set>
15
#include <string>
16
17
// forward declarations
18
class
PHCompositeNode
;
19
20
//class SvtxClusterMap;
21
//class TrkrClusterContainer;
22
23
class
SvtxVertexMap
;
24
class
SvtxTrackMap
;
25
30
class
PH3DVertexing
:
public
SubsysReco
31
{
32
public
:
33
PH3DVertexing
(
const
std::string
&
name
=
"PH3DVertexing"
);
34
~PH3DVertexing
()
override
{}
35
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
protected
:
46
virtual
int
Setup
(
PHCompositeNode
*topNode);
47
50
virtual
int
Process
() = 0;
51
52
//SvtxClusterMap *_cluster_map;
53
// TrkrClusterContainer *_cluster_map;
54
55
SvtxVertexMap
*
_vertex_map
;
56
SvtxTrackMap
*
_track_map
;
57
58
private
:
60
int
GetNodes
(
PHCompositeNode
*topNode);
61
};
62
63
#endif
coresoftware
blob
master
offline
packages
trackreco
PH3DVertexing.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:10
using
1.8.2 with
sPHENIX GitHub integration