A2-Collaboration / ant

Just another analysis toolkit for A2
3 stars 20 forks source link

Extend MC True particle matching to trees #22

Open neiser opened 8 years ago

neiser commented 8 years ago

The utils::match1to1 is far from being easily usable when applied to particle trees, in particular in combination with the utils::TreeFitter. Basically, one wants to compare and match three different things:

  1. the ParticleTypeTree from MCTrue
  2. The reconstructed particle leaves
  3. The best combination from the tree fitter

This could be done with iterators, see also #21