cmsb2g / B2GAnaFW

Analysis framework for Beyond Two Generations (B2G) Physics Analysis Group (PAG) of the Compact Muon Solenoid (CMS) Experiment
8 stars 33 forks source link

Update Medium Muon ID (Moriond2017) #66

Closed jkarancs closed 7 years ago

jkarancs commented 7 years ago

Updated Medium ID recipe using the short term POG recommendation for Moriond2017: https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideMuonIdRun2?rev=27#MediumID2016_to_be_used_with_Run

dmajumder commented 7 years ago

@jkarancs I will keep this on hold until we are producing a new tag. probably will have some updates by then.

jkarancs commented 7 years ago

Yes, feel free to wait with it if you don't expect merge conflicts later on. This ID is probably an intermittent solution for those who need it and later on will instead be centrally provided (eg. in MiniAODv3 as far as I know). If someone really needs it, they could merge it on top of an existing tag:

cd Analysis/B2GAnaFW git fetch origin pull/66/head:PR66 git checkout PR66 cd ../..

dmajumder commented 7 years ago

@jkarancs are you storing the variables for the new Muon ID? I am not entirely sure. Please see https://hypernews.cern.ch/HyperNews/CMS/get/b2g-selections/328/1/1.html

jkarancs commented 7 years ago

No, this commit only adds the boolean for the ID.

dmajumder commented 7 years ago

would you like to update it with ID variables being stored? would make it all the more useful.

jkarancs commented 7 years ago

I added them

dmajumder commented 7 years ago

@jkarancs thanks a lot.