diff --git a/HLTrigger/HLTcore/plugins/TriggerSummaryProducerAOD.cc b/HLTrigger/HLTcore/plugins/TriggerSummaryProducerAOD.cc index bac8eb0f3a350..53f83a65c95d7 100644 --- a/HLTrigger/HLTcore/plugins/TriggerSummaryProducerAOD.cc +++ b/HLTrigger/HLTcore/plugins/TriggerSummaryProducerAOD.cc @@ -262,8 +262,8 @@ void TriggerSummaryProducerAOD::produce(edm::StreamID, edm::Event& iEvent, const /// Record the InputTags of those L3 filters and L3 collections std::vector maskFilters; maskFilters.resize(nfob); - InputTagSet filterTagsEvent(pn_ != "*"); - InputTagSet collectionTagsEvent(pn_ != "*"); + InputTagSet filterTagsEvent(pn_ == "*"); + InputTagSet collectionTagsEvent(pn_ == "*"); unsigned int nf(0); for (unsigned int ifob = 0; ifob != nfob; ++ifob) {