Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed min pT, vertical range on plots, and stats box #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rosedj1
Copy link
Collaborator

@rosedj1 rosedj1 commented Jul 11, 2018

Also made some comments here and there to myself. I can remove these in the future when doing a pull request.

@lucien1011
Copy link
Owner

@rosedj1 Please fix the stuff that I commented. Also can you fix the indentation? It looks weird on github.

Nmm = 0
Nmp = 0
Nem = 0
Nep = 0
lepids = [lep.id for lep in leps]
for lep_id in lepids:
if lep_id == -13:
# lep_ids were initially wrong. E.g. mm was -13. Shouldn't matter in the end.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this comment, as you have fixed the id already?

@@ -122,6 +122,7 @@ def makeSignalHist(self,collector,plot):
h.SetLineWidth(5)
h.SetLineColor(sampleColorDict[sample])
h.SetFillColorAlpha(ROOT.kRed,0.)
h.SetStats(0)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indentation seems wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants