CMS 3D CMS Logo

GhostBusterPreferRefDt.h
Go to the documentation of this file.
1 #ifndef OMTF_GhostBusterPreferRefDt_H
2 #define OMTF_GhostBusterPreferRefDt_H
3 
4 #include <vector>
5 #include <ostream>
6 
7 #include <map>
8 #include <set>
9 
10 #include <memory>
11 
15 
17 private:
19 public:
20  GhostBusterPreferRefDt(OMTFConfiguration* omtfConfig):omtfConfig(omtfConfig) {};
21 
22  ~GhostBusterPreferRefDt() override {};
23 
24  std::vector<AlgoMuon> select(std::vector<AlgoMuon> refHitCands, int charge=0) override;
25 
26 };
27 #endif
const OMTFConfiguration * omtfConfig
GhostBusterPreferRefDt(OMTFConfiguration *omtfConfig)
std::vector< AlgoMuon > select(std::vector< AlgoMuon > refHitCands, int charge=0) override