xboa
|
Go to the source code of this file.
Namespaces | |
xboa.examples.Example_1 | |
Example code to read a file and perform some data access operations. | |
Variables | |
string | filename = sys.prefix+'/share/xboa/data/for009.dat' |
string | filetype = "icool_for009" |
tuple | bunch_list = Bunch.new_list_from_read_builtin(filetype, filename) |
list | my_hit = bunch_list[0] |
list | my_bunch = bunch_list[0] |