cp3-llbb / TTAnalysis

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

Store matched GEN level information #6

Closed swertz closed 8 years ago

blinkseb commented 8 years ago

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

swertz commented 8 years ago

Awesome, thanks! :)

Just a question: did it still compile when removing https://github.com/swertz/TTAnalysis/compare/secondRound...blinkseb:tt_gen#diff-d127343f772c12c80a14c1cbf816741aL8 ? I had to add it because std::min( { } ) is only available in C++11...

Also, it's a bit of annoying copy paste, but can we also store DeltaPhi and DeltaEta between the tops and antitops?

blinkseb commented 8 years ago

Yep it compile fines, since CMSSW is built with C++11 since v6 :smile:

I'll add DeltaPhi and DeltaEta too. Do you think we need also between the Bs?

swertz commented 8 years ago

Addressed by #11 but still a small bug when trying to identify the ttbar decay channel. @blinkseb taking a look.

blinkseb commented 8 years ago

Hopefully fixed by #14

blinkseb commented 8 years ago

Apparently #14 is not enough, reopening

blinkseb commented 8 years ago

And closed again by #17, for good this time :pray: