Skip to content

Commit a0ce62f

Browse files
authored
Merge branch 'main' into luminosity_scaling_fix2
2 parents 26497d3 + 6a3ad2e commit a0ce62f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/releases/changelog-v1.10.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
edge case bug fixes.
6767
([#211](https://github.com/MadAnalysis/madanalysis5/pull/211))
6868

69+
* Include c-tagging options.
70+
6971
## Bug fixes
7072

7173
* Permanently fix the zlib version to the latest.
@@ -147,4 +149,5 @@ This release contains contributions from (in alphabetical order):
147149
[Jack Y. Araz](https://github.com/jackaraz),
148150
[Kyle Fan](https://github.com/kfan326),
149151
[Matthew Feickert](https://github.com/matthewfeickert),
150-
[Benjamin Fuks](https://github.com/bfuks)
152+
[Benjamin Fuks](https://github.com/bfuks),
153+
[Bingxuan Liu](https://github.com/prbbing)

tools/SampleAnalyzer/Process/JetClustering/bTagger.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ void bTagger::Method1 (SampleFormat& mySample, EventFormat& myEvent)
108108

109109
// 100% identification
110110
if (jet->true_btag_) jet->btag_=true;
111+
if (jet->true_ctag_) jet->ctag_=true;
111112
if (!doEfficiency_ && !doMisefficiency_) continue;
112113

113114
// identification efficiency

0 commit comments

Comments
 (0)