Draft: Optimise the FIND_DECAY and FIND_MCDECAY functors
This MR optimises the FIND_DECAY(<decay_descriptor>)
and FIND_MCDECAY(<decay_descriptor>)
functors i.e. it parses the decay descriptor only once avoiding it to be parsed for each candidate in event.
To achieve this Tree.h -> Tree.h, Tree.cpp. Node.h -> Node.h and Node.cpp (in src/Lib).
Edited by Abhijit Mathad