Project

General

Profile

Support #1129 » Plot.py

Carlisle, Timothy, 07 September 2012 09:15

 
1
from xboa  import *
2
from xboa.Hit   import Hit
3
from xboa.Bunch import Bunch
4
import sys
5

    
6
print 'based on  === XBOA example 2 ==='
7

    
8

    
9
#some input data
10
filename = sys.argv[1]
11
filetype = "maus_root_virtual_hit"
12

    
13
print " done "
14

    
15
print "First loading the data... "
16
bunch_list = Bunch.new_list_from_read_builtin(filetype, filename)
17
print "Loaded"
(3-3/5)