ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrkrClusterContainerv3.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file TrkrClusterContainerv3.h
1 #ifndef TRACKBASE_TRKRCLUSTERCONTAINERV3_H
2 #define TRACKBASE_TRKRCLUSTERCONTAINERV3_H
3 
11 #include "TrkrClusterContainer.h"
12 
13 #include <phool/PHObject.h>
14 
15 class TrkrCluster;
16 
21 {
22  public:
23 
24  TrkrClusterContainerv3() = default;
25 
26  void Reset() override;
27 
28  void identify(std::ostream &os = std::cout) const override;
29 
31 
33 
34  void removeCluster(TrkrDefs::cluskey) override;
35 
36  void removeCluster(TrkrCluster*) override;
37 
39 
41 
43 
44  TrkrCluster* findCluster(TrkrDefs::cluskey) const override;
45 
46  unsigned int size(void) const override;
47 
48  private:
49 
50  std::map<TrkrDefs::hitsetkey, Map> m_clusmap;
51 
52  ClassDefOverride(TrkrClusterContainerv3, 1)
53 
54 };
55 
56 #endif //TRACKBASE_TrkrClusterContainerv3_H