cp3-llbb / TTAnalysis

TTbar analysis for CP3 llbb framework
0 stars 4 forks source link

To-dos for next production (II) #35

Open swertz opened 8 years ago

swertz commented 8 years ago

List of (non-critical) stuff that might go into the next prod:

blinkseb commented 8 years ago

Generated W info for the W smearing? It may be hard to add because I'm not sure the W is in the decay history for all the samples. If we consider it is, then we can clean the code checking if the b is coming from the top decay or if it's a radiation.

We can also maybe think of adding the scale factors directly inside the objects in addition to the HLT ones? Not sure it's useful, be it can reduce the size of the cut string :)

Anyway, thanks for the list :)

swertz commented 8 years ago

For the W, I had forgotten about this issue, but we can continue doing what I'm doing right now, which is to add the p4's of the lepton (before FSR) and the neutrino...

What I meant about the HLT is that right now we access the SFs from a file included in the plotter, not from the anlyzer's output, and I don't see an easy way to access them without adding some information inside the TTAnalysis::DiLepton object (but I might be mistaken, I'm not 100% clear on how the HLT SFs are accessed in the framework)...