Merge lp:~ma5dev/madanalysis5/pyhf_update into lp:~ma5dev/madanalysis5/v1.9_beta

Proposed by Jack Y. Araz
Status: Merged
Approved by: Benjamin Fuks
Approved revision: 192
Merged at revision: 193
Proposed branch: lp:~ma5dev/madanalysis5/pyhf_update
Merge into: lp:~ma5dev/madanalysis5/v1.9_beta
Diff against target: 13 lines (+2/-1)
1 file modified
tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoFastJet.cpp (+2/-1)
To merge this branch: bzr merge lp:~ma5dev/madanalysis5/pyhf_update
Reviewer Review Type Date Requested Status
Benjamin Fuks Pending
Review via email: mp+412004@code.launchpad.net

Commit message

remove charged cound from isocones

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoFastJet.cpp'
2--- tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoFastJet.cpp 2021-09-16 11:33:45 +0000
3+++ tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoFastJet.cpp 2021-11-17 09:39:58 +0000
4@@ -60,7 +60,8 @@
5 current_isocone->setSelfPT(objects[i].pt());
6 current_isocone->setSelfET(objects[i].et());
7 }
8- if (ischarged) current_isocone->addNtracks(1);
9+ // if (ischarged) current_isocone->addNtracks(1);
10+ // ntracks depends on track matching
11 }
12 }
13 }

Subscribers

People subscribed via source and target branches

to all changes: