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
edm::ObjectWithDict
Definition: ObjectWithDict.h:17
writedatasetfile.parser
parser
Definition: writedatasetfile.py:7
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
reco::parser::AnyObjSelector::operator()
bool operator()(const edm::ObjectWithDict &c) const override
return true if the object is selected
Definition: AnyObjSelector.h:8
HltBtagPostValidation_cff.c
c
Definition: HltBtagPostValidation_cff.py:31
reco::parser::SelectorBase
Definition: SelectorBase.h:19
SelectorBase.h
reco::parser::AnyObjSelector
Definition: AnyObjSelector.h:7