Algorithms 2
initialize:
- sets algorithm parameters (e.g. tracking PR criteria, histogram ranges, …)
- implemented by executing a CINT macro which calls algorithm class ‘setter’ member functions
- create sub-algorithms
execute:
- typically process one event, or track
finalize:
- output results (to screen, file…)
- cleanup algorithm