Skip to content

Commit

Permalink
turn off warning about shallow tag handle
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonsu108 committed Jun 4, 2024
1 parent d596de1 commit 3b164a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMOffline/Trigger/plugins/BTagAndProbe.cc
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ void BTagAndProbe::analyze(edm::Event const& iEvent, edm::EventSetup const& iSet
edm::Handle<std::vector<reco::ShallowTagInfo> > shallowTagInfos;
iEvent.getByToken(shallowTagInfosToken_, shallowTagInfos);
if (!shallowTagInfos.isValid()) {
edm::LogWarning("BTagAndProbe") << "shallow tag handle not valid, will skip event \n";
//edm::LogWarning("BTagAndProbe") << "shallow tag handle not valid, will skip event \n";
return;
}

Expand Down

0 comments on commit 3b164a7

Please sign in to comment.