Logo coherent WaveBurst  
Library Reference Guide
Logo
Functions | Variables
TestTObjectWavearray.C File Reference

Functions

froot Close ()
 
 for ()
 pointers to detectors More...
 
 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

◆ Close()

froot Close ( )

◆ for()

for ( )

pointers to detectors

Definition at line 9 of file TestTObjectWavearray.C.

◆ if() [1/2]

if ( f  = =NULL)

Definition at line 26 of file TestTObjectWavearray.C.

◆ if() [2/2]

if ( w  = =NULL)

Definition at line 34 of file TestTObjectWavearray.C.

◆ ls()

f ls ( )

◆ rate()

x1 rate ( 1024 *  4)

◆ Write()

x2 Write ( "wavearray<double>"  )

Variable Documentation

◆ f

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

Definition at line 25 of file TestTObjectWavearray.C.

◆ w

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

Definition at line 33 of file TestTObjectWavearray.C.