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

Functions

froot Close ()
 
 exit (0)
 
 for ()
 pointers to detectors More...
 
 for (int l=0;l< sm2->size();l++) cout<< l<< " "<< sm2 -> get(l)<< endl
 
 if (f==NULL)
 
 if (sm2==NULL)
 
f ls ()
 
sm Write ("skymap")
 

Variables

TFile * f = new TFile("test.root")
 
skymapsm2 = (skymap*)f->Get("skymap")
 

Function Documentation

◆ Close()

froot Close ( )

◆ exit()

exit ( )

◆ for() [1/2]

for ( )

pointers to detectors

Definition at line 8 of file TestTObjectSkymap.C.

◆ for() [2/2]

for ( int  l = 0;lsm2->size();l++) -> get(l)<< endl

Definition at line 33 of file testWDM_4.C.

◆ if() [1/2]

if ( f  = =NULL)

Definition at line 20 of file TestTObjectSkymap.C.

◆ if() [2/2]

if ( sm2  = =NULL)

Definition at line 28 of file TestTObjectSkymap.C.

◆ ls()

f ls ( )

◆ Write()

sm Write ( "skymap"  )

Variable Documentation

◆ f

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

Definition at line 19 of file TestTObjectSkymap.C.

◆ sm2

skymap* sm2 = (skymap*)f->Get("skymap")

Definition at line 27 of file TestTObjectSkymap.C.