11 template <
typename ObjType,
typename ObjCollType>
23 template <
typename ObjType,
typename ObjCollType>
27 produces<edm::ValueMap<bool> >();
30 template <
typename ObjType,
typename ObjCollType>
35 descriptions.
add(
"hltDQMObjSelector",
desc);
38 template <
typename ObjType,
typename ObjCollType>
41 event.getByToken(token_,
handle);
46 std::vector<bool> selResults;
48 selResults.push_back(selection_(
obj));
50 auto valMap = std::make_unique<edm::ValueMap<bool> >();
52 filler.insert(
handle, selResults.begin(), selResults.end());
void produce(edm::Event &, edm::EventSetup const &) override
HLTDQMObjSelector(const edm::ParameterSet &config)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
#define DEFINE_FWK_MODULE(type)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
StringCutObjectSelector< ObjType, true > selection_
edm::EDGetTokenT< ObjCollType > token_