ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrkrClusterHitAssocv3.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file TrkrClusterHitAssocv3.h
1 #ifndef TRACKBASE_TRKRCLUSTERHITASSOCV3_H
2 #define TRACKBASE_TRKRCLUSTERHITASSOCV3_H
3 
11 #include "TrkrDefs.h"
12 #include "TrkrClusterHitAssoc.h"
13 
14 #include <phool/PHObject.h>
15 
16 #include <iostream> // for cout, ostream
17 #include <map>
18 #include <utility> // for pair
19 
26 {
27  public:
28 
29  TrkrClusterHitAssocv3() = default;
30 
31  void Reset() override;
32 
33  void identify(std::ostream &os = std::cout) const override;
34 
35  void addAssoc(TrkrDefs::cluskey, unsigned int) override;
36 
38 
40 
41  unsigned int size(void) const override;
42 
43 private:
44 
45  std::map<TrkrDefs::hitsetkey, Map> m_map;
46 
48 };
49 
50 #endif // TRACKBASE_TRKRCLUSTERHITASSOC_H