Skip to content

Commit

Permalink
Merge branch 'main' into luminosity_scaling_fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
BFuks committed Aug 26, 2024
2 parents 26497d3 + 6a3ad2e commit a0ce62f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/releases/changelog-v1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
edge case bug fixes.
([#211](https://github.com/MadAnalysis/madanalysis5/pull/211))

* Include c-tagging options.

## Bug fixes

* Permanently fix the zlib version to the latest.
Expand Down Expand Up @@ -147,4 +149,5 @@ This release contains contributions from (in alphabetical order):
[Jack Y. Araz](https://github.com/jackaraz),
[Kyle Fan](https://github.com/kfan326),
[Matthew Feickert](https://github.com/matthewfeickert),
[Benjamin Fuks](https://github.com/bfuks)
[Benjamin Fuks](https://github.com/bfuks),
[Bingxuan Liu](https://github.com/prbbing)
1 change: 1 addition & 0 deletions tools/SampleAnalyzer/Process/JetClustering/bTagger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ void bTagger::Method1 (SampleFormat& mySample, EventFormat& myEvent)

// 100% identification
if (jet->true_btag_) jet->btag_=true;
if (jet->true_ctag_) jet->ctag_=true;
if (!doEfficiency_ && !doMisefficiency_) continue;

// identification efficiency
Expand Down

0 comments on commit a0ce62f

Please sign in to comment.