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

Functions

froot Close ()
 
 exit (0)
 
 if (froot==NULL)
 
 if (f==NULL)
 
 if (pix2==NULL)
 
f ls ()
 
pix Write ("netpixel")
 

Variables

TFile * f = new TFile("test.root")
 
pix frequency =100
 
TFile * froot = new TFile("test.root", "RECREATE")
 
netpixelpix2 = (netpixel*)f->Get("netpixel")
 

Function Documentation

◆ Close()

froot Close ( )

◆ exit()

exit ( )

◆ if() [1/3]

if ( froot  = =NULL)

Definition at line 10 of file TestTObjectNetpixel.C.

◆ if() [2/3]

if ( f  = =NULL)

Definition at line 19 of file TestTObjectNetpixel.C.

◆ if() [3/3]

if ( pix2  = =NULL)

Definition at line 27 of file TestTObjectNetpixel.C.

◆ ls()

f ls ( )

◆ Write()

pix Write ( "netpixel"  )

Variable Documentation

◆ f

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

Definition at line 18 of file TestTObjectNetpixel.C.

◆ frequency

pix frequency =100

Definition at line 7 of file TestTObjectNetpixel.C.

◆ froot

TFile* froot = new TFile("test.root", "RECREATE")

Definition at line 9 of file TestTObjectNetpixel.C.

◆ pix2

netpixel* pix2 = (netpixel*)f->Get("netpixel")

Definition at line 26 of file TestTObjectNetpixel.C.