cp3-llbb / TTAnalysis

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

Store jet & b-jet infos in a more practical way #8

Closed swertz closed 8 years ago

swertz commented 8 years ago

Currently I'm implementing that the pair of b-jets be stored as map<string, DiJet> where DiJet is a structure containing the di-b-jet p4 and indices pointing to the jets produced by the framework, and string would be "LL", "MM" and "TT"...

Question: do we want to investigate asymmetric working points for the b-jets? It really makes things easier to just have LL, MM and TT working points. Unless someone has a good idea to do this?

swertz commented 8 years ago

9 shows the work in progress.

swertz commented 8 years ago

After discussing with Olivier & Seb we agreed to not use maps but vectors of structures, with booleans in the structure indicating the tag.

swertz commented 8 years ago

Closed by #11