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

Functions

nc append (pix)
 
froot Close ()
 
 exit (0)
 
 if (froot==NULL)
 
 if (f==NULL)
 
 if (nc2==NULL)
 
f ls ()
 
nc Write ("cluster")
 

Variables

TFile * f = new TFile("test.root")
 
pix frequency =100
 
TFile * froot = new TFile("test.root", "RECREATE")
 
netclusternc2 = (netcluster*)f->Get("cluster")
 
netpixel pix
 
netpixelpix2 = nc2->getPixel(0,0)
 

Function Documentation

nc append ( pix  )
froot Close ( )
exit ( )
if ( froot  = =NULL)

Definition at line 14 of file TestTObjectNetcluster.C.

if ( f  = =NULL)

Definition at line 23 of file TestTObjectNetcluster.C.

if ( nc2  = =NULL)

Definition at line 31 of file TestTObjectNetcluster.C.

f ls ( )
nc Write ( "cluster"  )

Variable Documentation

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

Definition at line 22 of file TestTObjectNetcluster.C.

pix frequency =100

Definition at line 9 of file TestTObjectNetcluster.C.

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

Definition at line 13 of file TestTObjectNetcluster.C.

netcluster* nc2 = (netcluster*)f->Get("cluster")

Definition at line 30 of file TestTObjectNetcluster.C.

netpixel pix
Initial value:

Definition at line 1 of file TestTObjectNetcluster.C.

netpixel* pix2 = nc2->getPixel(0,0)

Definition at line 36 of file TestTObjectNetcluster.C.