bonanomi / FiducialXSFWK

4 stars 7 forks source link

Update the framework for jet-variables #10

Closed AlessandroTarabini closed 3 years ago

bonanomi commented 3 years ago

Currently under test measurement for nJets. Variables currently used:

obs_reco = 'nCleanedJetsPt30'
obs_gen  = 'nCleanedGenJetPt30'

In both cases cleaned jets with pT > 30 GeV are considered. nCleanedGenJetPt30 newly introduced in the skimmer. Check also for pT leading jet. All the variables are available in CJLST framework. Possibly need a new round of production to include them in final TTrees, otherwise need to extend skim_MC.

Implement properly JES in RunCoefficients propagate through the rest of the code.

AlessandroTarabini commented 3 years ago

GEN jets variables BBF-style included in CJLST (framework already updated, committed, and tested -> https://github.com/AlessandroTarabini/ZZAnalysis/tree/Run2_CutBased_BTag16_BBF)

bonanomi commented 3 years ago

Done. See this pull request