Interactive algorithm debugging
call interpreter (CINT) from compiled code
can use/change any objects which are known to ROOT system (TROOT).
- allows (in principle) changing flow of algorithm by changing its parameters
we used it to debug track finding (pattern recognition) algorithm
- step thorough algorithm
- visualize what algorithm is (was) doing