Logo coherent WaveBurst  
Library Reference Guide
Logo
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()

init ( )

Definition at line 12 of file revMonster.cc.

◆ plot() [1/3]

p1 plot ( pTF  [tfmap1],
,
,
10   
)

◆ plot() [2/3]

p2 plot ( pTF  [tfmap2],
,
,
10   
)

◆ plot() [3/3]

pdiff plot ( subTF  ,
,
,
10   
)

◆ testMonster()

testMonster ( tfmap1  ,
tfmap2   
)

Variable Documentation

◆ p1

watplot p1(const_cast< char * >("TFMap1"))

◆ p2

watplot p2(const_cast< char * >("TFMap2"))

◆ pdiff

watplot pdiff(const_cast< char * >("subTFMap2"))

◆ tfmap1

int tfmap1 = 2

Definition at line 12 of file reviewMonster.C.

◆ tfmap2

int tfmap2 = 1

Definition at line 13 of file reviewMonster.C.