Variables | |
| c = TCanvas() | |
| f = TFile( 'wave_file.root' ) | |
| hist = TH1F( 'hist', 'netcc', 100, 0., 1. ) | |
| size = tree.GetEntries() | |
| tree = f.Get("waveburst") | |
| treeformula = TTreeFormula("cuts", "rho[1]>5 && netcc[0]>0.8", tree); | |
| ReadFileWAVE.c = TCanvas() |
Definition at line 43 of file ReadFileWAVE.py.
| ReadFileWAVE.f = TFile( 'wave_file.root' ) |
Definition at line 18 of file ReadFileWAVE.py.
| ReadFileWAVE.hist = TH1F( 'hist', 'netcc', 100, 0., 1. ) |
Definition at line 25 of file ReadFileWAVE.py.
| ReadFileWAVE.size = tree.GetEntries() |
Definition at line 28 of file ReadFileWAVE.py.
| ReadFileWAVE.tree = f.Get("waveburst") |
Definition at line 20 of file ReadFileWAVE.py.
| ReadFileWAVE.treeformula = TTreeFormula("cuts", "rho[1]>5 && netcc[0]>0.8", tree); |
Definition at line 22 of file ReadFileWAVE.py.