cp3-llbb / TTAnalysis

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

Trigger matching #5

Closed swertz closed 8 years ago

blinkseb commented 8 years ago

See https://github.com/swertz/TTAnalysis/compare/secondRound...blinkseb:trigger

blinkseb commented 8 years ago

It seems to work quite well, at least on MC. If there's a trigger fired, I always find a match between the offline lepton and the online one.

Also, PDG id of hlt_objects is not consistent. It's always 0 for electrons, while it's correct for muons. That's why I did not use the information for the matching.

swertz commented 8 years ago

Great :) What values of DeltaR/DeltaPt did you use for the test?

blinkseb commented 8 years ago

I left the default values, so basically no cuts applied. From my test, deltaR is always < 10^-4 while delta Pt / Pt is < 1%

swertz commented 8 years ago

Closed by #11