CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
13 
15 
16  public:
17 
18  void select(std::vector<AlgoMuon> & refHitCands, int charge=0);
19 
20  void setNphiBins(unsigned int phiBins) {nPhiBins = phiBins;};
21 
22  private:
23 
24  unsigned int nPhiBins;
25 
26 };
27 #endif
unsigned int nPhiBins
Definition: GhostBuster.h:20
void setNphiBins(unsigned int phiBins)
Definition: GhostBuster.h:20
void select(std::vector< AlgoMuon > &refHitCands, int charge=0)
Definition: GhostBuster.cc:18