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

Functions

 init ()
 
p1 plot (pTF[tfmap1], 4, 0, 10)
 
p2 plot (pTF[tfmap2], 4, 0, 10)
 
pdiff plot (subTF, 4, 0, 10)
 
 testMonster (tfmap1, tfmap2)
 

Variables

watplot p1 (const_cast< char * >("TFMap1"))
 
watplot p2 (const_cast< char * >("TFMap2"))
 
watplot pdiff (const_cast< char * >("subTFMap2"))
 
int tfmap1 = 2
 
int tfmap2 = 1
 

Function Documentation

init ( )

Definition at line 12 of file revMonster.cc.

p1 plot ( pTF  [tfmap1],
,
,
10   
)
p2 plot ( pTF  [tfmap2],
,
,
10   
)
pdiff plot ( subTF  ,
,
,
10   
)
testMonster ( tfmap1  ,
tfmap2   
)

Variable Documentation

watplot p1(const_cast< char * >("TFMap1"))
watplot p2(const_cast< char * >("TFMap2"))
watplot pdiff(const_cast< char * >("subTFMap2"))
int tfmap1 = 2

Definition at line 12 of file reviewMonster.C.

int tfmap2 = 1

Definition at line 13 of file reviewMonster.C.