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
PHSiliconHelicalPropagator.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHSiliconHelicalPropagator.h
1
#include <
fun4all/SubsysReco.h
>
2
#include <
trackbase/ActsGeometry.h
>
3
#include <
trackbase/TrackFitUtils.h
>
4
#include <
trackbase/TrkrClusterCrossingAssoc.h
>
5
#include <
trackbase_historic/SvtxTrackMap.h
>
6
#include <
trackbase_historic/TrackSeedContainer.h
>
7
8
class
PHSiliconHelicalPropagator
:
public
SubsysReco
9
{
10
public
:
11
PHSiliconHelicalPropagator
(
const
std::string
&
name
=
"PHSiliconHelicalPropagator"
);
12
~PHSiliconHelicalPropagator
();
13
14
int
InitRun
(
PHCompositeNode
* topNode)
override
;
15
int
process_event
(
PHCompositeNode
* topNode)
override
;
16
int
End
(
PHCompositeNode
* topNode)
override
;
17
18
void
set_track_map_name
(
const
std::string
&
name
) {
_track_map_name
=
name
; }
19
20
private
:
21
int
createSeedContainer
(
TrackSeedContainer
*&
container
,
const
std::string
&container_name,
PHCompositeNode
* topNode);
22
23
ActsGeometry
*
_tgeometry
=
nullptr
;
24
TrackSeedContainer
*
_si_seeds
=
nullptr
;
25
TrackSeedContainer
*
_tpc_seeds
=
nullptr
;
26
TrackSeedContainer
*
_svtx_seeds
=
nullptr
;
27
TrkrClusterContainer
*
_cluster_map
=
nullptr
;
28
TrkrClusterCrossingAssoc
*
_cluster_crossing_map
=
nullptr
;
29
30
std::string
_track_map_name
=
"SvtxTrackSeedContainer"
;
31
};
coresoftware
blob
master
offline
packages
trackreco
PHSiliconHelicalPropagator.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:11
using
1.8.2 with
sPHENIX GitHub integration