Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
TestTObjectWavearray.C File Reference

Functions

froot Close ()
 
 for ()
 
 if (f==NULL)
 
 if (w==NULL)
 
f ls ()
 
x1 rate (1024 *4)
 
x1 Write ("wavearray<double>")
 

Variables

TFile * f = new TFile("test.root")
 
wavearray< double > * w = (wavearray<double>*)f->Get("wavearray<double>;2")
 

Function Documentation

froot Close ( )
for ( )

Definition at line 9 of file TestTObjectWavearray.C.

if ( f  = =NULL)

Definition at line 26 of file TestTObjectWavearray.C.

if ( w  = =NULL)

Definition at line 34 of file TestTObjectWavearray.C.

f ls ( )
x1 rate ( 1024 *  4)
x2 Write ( "wavearray<double>"  )

Variable Documentation

TFile* f = new TFile("test.root")

Definition at line 25 of file TestTObjectWavearray.C.

wavearray<double>* w = (wavearray<double>*)f->Get("wavearray<double>;2")

Definition at line 33 of file TestTObjectWavearray.C.