CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PhotonQualifier.h
Go to the documentation of this file.
1 #ifndef PhotonQualifier_h
2 #define PhotonQualifier_h
3 
4 #include <memory>
5 #include <string>
6 #include <vector>
7 
12 
13 
15 
16  public:
19  bool operator()(const reco::Photon&);
20 
21  private:
22 
23 };
24 
25 inline
27 {
28 }
29 
30 inline bool
32 {
33  return true;
34 }
35 
36 #endif
PhotonQualifier(const edm::ParameterSet &)
bool operator()(const reco::Photon &)