ECCE @ EIC Software
 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 
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