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

Do we need ele_mvaEleID_Trig_preselection(x) for Zee? #652

Open
degrutto opened this issue Jan 27, 2017 · 3 comments
Open

Do we need ele_mvaEleID_Trig_preselection(x) for Zee? #652

degrutto opened this issue Jan 27, 2017 · 3 comments

Comments

@degrutto
Copy link

If we move to DoubleElectron I guess we do not need

zEleSelection = lambda x : x.pt() > 15 and getattr(x,"mvaIdSpring16GeneralPurposePOG80",False) and ele_mvaEleID_Trig_preselection(x),

but just

zEleSelection = lambda x : x.pt() > 15 and getattr(x,"mvaIdSpring16GeneralPurposePOG80",False)     

right?

@veelken
Copy link

veelken commented Jan 28, 2017

Hi Michele,

I agree. I am using the "selLeptons" collection only. Does the zEleSelection have an effect on "selLeptons" also or is it stored in a different branch ?

Cheers,

Christian

@degrutto
Copy link
Author

Hi @veelken

zEleSelection is used to define "vLeptons" in Vtype 1 case (Zee), no impact on selLeptons

@degrutto
Copy link
Author

degrutto commented Feb 4, 2017

see #663

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

No branches or pull requests

2 participants