emanueledimarco / cmg-cmssw

CERN CMG Tools repository. Installation instructions available on the twiki:
https://twiki.cern.ch/twiki/bin/viewauth/CMS/CMGToolsReleasesExperimental
0 stars 0 forks source link

New production on Summer16 MC #3

Open emanueledimarco opened 7 years ago

emanueledimarco commented 7 years ago

Points to be addressed (so far ...)

  1. add the HLT safe-ID in the trees (since we miss the tracker Iso cannot be done on top of trees)
  2. make the skim requiring a fakeable object. So far it required loose MVA ID. It is super-loose, but since we don't use in the numerator, it screws up scale factors
    • fakeable object for electrons should be HLT safe-ID
  3. add the info to compute helicity. Some genParticles will be more flexible to compute it later. Too much space?
  4. reduce content of the trees at the origin
  5. save the HLT bits. Is HLT emulated in Summer16?
  6. which triggers to be required on data? So far the OR of these for SingleElectron: "HLT_Ele25_WPTight_Gsf_v*", # not in column 0
    "HLT_Ele25_eta2p1_WPLoose_Gsf_v*", # not in column 0
    "HLT_Ele25_eta2p1_WPTight_Gsf_v*", "HLT_Ele27_WPTight_Gsf_v*", "HLT_Ele27_eta2p1_WPLoose_Gsf_v*", "HLT_Ele45_WPLoose_Gsf_v*" ]
emanueledimarco commented 7 years ago

Point 3 addressed by PR #4. The other changes will go into CMGTools

emanueledimarco commented 7 years ago

point 1. is already addressed (since 1 year...)