elaird / supy

analyze events stored in TTrees in parallel
8 stars 7 forks source link

Secondary calc cache reporting #88

Closed betchart closed 12 years ago

betchart commented 12 years ago

This is a cool new feature for those of you using secondary calculables (I guess it's just me).

Each secondary calculable has a cache file for histograms. The supy option --update will take the current iteration of histograms and update the cache for all secondary calcs, whereas --updates only updates the cache for the specified secondary calcs.

That feature has been around for a while.

The new feature is the supy option --report, which will make a report of the cache file for each secondary calc (reporting function defined within each secondary calc), and analogously, --reports makes reports for just those listed.

gerbaudo commented 12 years ago

Neat! Looking forward to using secondary calculables :-) Ok with me.

elaird commented 12 years ago

Ok, merging now.