CMS 3D CMS Logo

GhostBuster.h
Go to the documentation of this file.
1 #ifndef OMTF_GhostBuster_H
2 #define OMTF_GhostBuster_H
3 
4 #include <vector>
5 #include <ostream>
6 
7 #include <map>
8 #include <set>
9 
10 #include <memory>
11 
14 
15 class GhostBuster : public IGhostBuster {
16 public:
17  ~GhostBuster() override{};
18  std::vector<AlgoMuon> select(std::vector<AlgoMuon> refHitCands, int charge = 0) override;
19 };
20 #endif
std::vector< AlgoMuon > select(std::vector< AlgoMuon > refHitCands, int charge=0) override
Definition: GhostBuster.cc:13
~GhostBuster() override
Definition: GhostBuster.h:17