dmwm / cmssh

Interactive shell for CMS experiment
http://cms.cern.ch/
7 stars 2 forks source link

Setup magic functions for edm utilties #4

Closed vkuznet closed 12 years ago

vkuznet commented 12 years ago

I need to add a hook to add into magic functions a list of CMSSW utitilies, e.g. edmDump, etc. when user switch from one release to another. The hook should keep track of them, and discard old ones. Can be done via internal dict.

vkuznet commented 12 years ago

I can make a nice trick, add magic function call into cmsrel. By the time user invokes cmsrel all magic functions will be in place.