Logo coherent WaveBurst  
Library Reference Guide
Logo
Variables
ReadFileWAVE Namespace Reference

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);
 

Variable Documentation

◆ c

ReadFileWAVE.c = TCanvas()

Definition at line 43 of file ReadFileWAVE.py.

◆ f

ReadFileWAVE.f = TFile( 'wave_file.root' )

Definition at line 18 of file ReadFileWAVE.py.

◆ hist

ReadFileWAVE.hist = TH1F( 'hist', 'netcc', 100, 0., 1. )

Definition at line 25 of file ReadFileWAVE.py.

◆ size

ReadFileWAVE.size = tree.GetEntries()

Definition at line 28 of file ReadFileWAVE.py.

◆ tree

ReadFileWAVE.tree = f.Get("waveburst")

Definition at line 20 of file ReadFileWAVE.py.

◆ treeformula

ReadFileWAVE.treeformula = TTreeFormula("cuts", "rho[1]>5 && netcc[0]>0.8", tree);

Definition at line 22 of file ReadFileWAVE.py.