CMS 3D CMS Logo

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  bool operator()(const edm::ObjectWithDict& c) const override { return true; }
9  };
10  } // namespace parser
11 } // namespace reco
12 
13 #endif
bool operator()(const edm::ObjectWithDict &c) const override
return true if the object is selected
Definition: AnyObjSelector.h:8
fixed size matrix