ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHTpcTrackerUtil.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHTpcTrackerUtil.h
1 
7 #ifndef PHTPCTRACKERUTIL_H_
8 #define PHTPCTRACKERUTIL_H_
9 
10 #include <vector>
11 
14 
15 namespace PHTpcTrackerUtil
16 {
17  std::vector<std::vector<double> > convert_clusters_to_hits(TrkrClusterContainer* cluster_map, TrkrHitSetContainer *hitsets);
18 
19 } // namespace PHTpcTrackerUtil
20 
21 #endif // PHTPCTRACKERUTIL_H_