Skip to content

Commit

Permalink
switch to hadron flavour
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Link committed Oct 12, 2021
1 parent 0365c0b commit 533e06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMOffline/RecoB/plugins/MiniAODTaggerAnalyzer.cc
Expand Up @@ -82,7 +82,7 @@ void MiniAODTaggerAnalyzer::analyze(const edm::Event& iEvent, const edm::EventSe
reco::Jet recoJet = *jet;
if(jetTagPlotter_->etaPtBin().inBin(recoJet, jec))
{
jetTagPlotter_->analyzeTag(recoJet, jec, numerator/denominator, jet->partonFlavour());
jetTagPlotter_->analyzeTag(recoJet, jec, numerator/denominator, jet->hadronFlavour());
}
}
}
Expand Down

0 comments on commit 533e06a

Please sign in to comment.