User Tools

Site Tools


computing:tbrowse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
computing:tbrowse [2017/02/27 16:33] iwncomputing:tbrowse [2017/03/02 20:14] iwn
Line 1: Line 1:
-Macro that opens a ''TBrowser'' and defines some functions. It can be run using ''root myMacro.C'' +Underneath is a macro that opens a ''TBrowser'' and defines some usefull functions. It can be run using ''root myMacro.C'' or with a predefined function
- +
-Or use this predefined function to quickly open root files in the ''root'''s 'TBrowser'+
 <code> <code>
 function TBrowse { root -l "$@" ~/macros/myMacro.C; } function TBrowse { root -l "$@" ~/macros/myMacro.C; }
 </code> </code>
-Run the function like ''TBrowse analysis.root'' or to open all root files: ''TBrowse *.root'', even quicker: ''TBrowse *t''.+Run the function in the command line with ''TBrowse analysis.root''. To open all root files in the current directory: ''TBrowse *.root'', even quicker: ''TBrowse *t''.
  
 <code - myMacro.C> <code - myMacro.C>
computing/tbrowse.txt · Last modified: 2017/03/02 20:14 by iwn