CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AnyObjSelector.h
Go to the documentation of this file.
1 #ifndef CommonTools_Utils_AnyObjSelector_h
2 #define CommonTools_Utils_AnyObjSelector_h
4 
5 namespace reco {
6  namespace parser {
7  class AnyObjSelector : public SelectorBase {
8  virtual bool operator()(const edm::ObjectWithDict & c) const { return true; }
9  };
10  }
11 }
12 
13 #endif
virtual bool operator()(const edm::ObjectWithDict &c) const
return true if the object is selected
Definition: AnyObjSelector.h:8