Getting started
The main ingredients of Ostap are
- preconfigured ipython script
ostap, that can be invoked from the command line.ostapOptionally one can specify the list of python files to be executed before appearance of the interactive command prompt:Challenge
Invoke the script with
-hoption to get the whole list of all command line options and keys
The list of optional arguments can include also root-files, in this case the files will be opened and their handlers will be available via local listostap a.py b.py c.py d.pyroot_files
Alsoostap a.py b.py c.py d.py file1.root file2.root e.py file3.rootROOTmacros can be specified on the command lineostap a.py b.py c.py d.py file1.root q1.C file2.root q2.C e.py file3.root q4.C
The script automatically opens TCanvas window (unless --no-canvas option is specified)
with (a little bit modified) LHCb style. It also loads necessary decorators for ROOT classes.
At last it executes the python scripts and opens root-files, specified as command line arguments.