Skip to content

New baobab update

Hugo Delannoy requested to merge hdelanno/shears:newBaobabAndInstrMET into master

This update touches several points:

  1. The structure has been changed as described in #21 (closed) Now functions in Common are common to both HZZ and InstrMET pruners.

  2. The trigger function has been adapted to be usable in both HZZ and InstrMET pruner cases. Also the new baobabs have trigger bits going above 32. Therefore, when checking the bit value, one has to change "1 << 32" by "1LL << 32". This is done centrally in the new trigger function. Note than we cannot (never) exceed 64 trigger bits of a type ;)

  3. Updated the event tree both for Bonzais and Analysis

  4. Cleaning also some old comments

  5. And stuff with the InstrMET part that you don't care ^^ The only missing part in the InstrMET from the baobab point of view is the status of the mother for a the gen lepton collection. This is also useful for ewk corrections and should be implemented.

Merge request reports