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
PHTrackSetCopyMerging.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHTrackSetCopyMerging.h
1
7
#ifndef TRACKRECO_PHTRACKSETCOPYMERGING_H
8
#define TRACKRECO_PHTRACKSETCOPYMERGING_H
9
10
// PHENIX includes
11
#include "
PHTrackSetMerging.h
"
12
13
// forward declarations
14
class
PHCompositeNode
;
15
16
//class SvtxClusterMap;
17
class
SvtxTrackMap
;
18
20
21
class
PHTrackSetCopyMerging
:
public
PHTrackSetMerging
22
{
23
public
:
24
PHTrackSetCopyMerging
(
const
std::string
&
name
=
"PHTrackSetCopyMerging"
);
25
~PHTrackSetCopyMerging
()
override
{}
26
27
int
Process
(
PHCompositeNode
*topNode)
override
;
28
protected
:
29
30
// virtual int Setup(PHCompositeNode *topNode) override;
31
32
//int End() override;
33
34
// private:
35
36
};
37
38
#endif
coresoftware
blob
master
offline
packages
trackreco
PHTrackSetCopyMerging.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:11
using
1.8.2 with
sPHENIX GitHub integration