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

Functions

wc clear ()
 
 for (int i=0;i< slices;i++)
 
tfmap Forward (ts, wdm)
 
ts rate (Rate)
 
wc sethigh (Rate/2.)
 
wc setlow (0)
 

Variables

double amplitude =1.
 
return wmap canvas
 
pix core = true
 
int Duration = 2
 
double duration = Q/(TMath::TwoPi()*frequency)
 
double frequency =100.
 
int ifoID =0
 
int layers = tfmap.maxLayer()+1
 
int N = Rate*Duration
 
int nPix =0
 
netpixel pix (nifo)
 
double Q =9.
 
int Rate = 512
 
pix rate = tfmap.wrate()
 
int slices = tfmap.sizeZero()
 
wc start = tfmap.start()
 
wc stop = tfmap.stop()
 
WSeries< double > tfmap
 
double THRESHOLD = 2
 
wavearray< double > ts (N) =0
 
netcluster wc
 
WDM< double > wdm (32, 64, 4, 8)
 
watplotwmap = new watplot
 

Function Documentation

◆ clear()

jobFileList clear ( )

◆ for()

for ( )

Definition at line 51 of file DrawClusterWithSkyplot.C.

◆ Forward()

tfmap Forward ( ts  ,
wdm   
)

◆ rate()

ts rate ( Rate  )

◆ sethigh()

wc sethigh ( Rate 2.)

◆ setlow()

wc setlow ( )

Variable Documentation

◆ amplitude

double amplitude =1.

Definition at line 19 of file DrawClusterWithSkyplot.C.

◆ canvas

return canvas

Definition at line 80 of file DrawClusterWithSkyplot.C.

◆ core

pix core = true

Definition at line 34 of file DrawClusterWithSkyplot.C.

◆ Duration

int Duration = 2

Definition at line 11 of file DrawClusterWithSkyplot.C.

◆ duration

double duration = Q/(TMath::TwoPi()*frequency)

Definition at line 21 of file DrawClusterWithSkyplot.C.

◆ frequency

double frequency =100.

Definition at line 20 of file DrawClusterWithSkyplot.C.

◆ ifoID

int ifoID =0

Definition at line 48 of file DrawClusterWithSkyplot.C.

◆ layers

pix layers = tfmap.maxLayer()+1

Definition at line 29 of file DrawClusterWithSkyplot.C.

◆ N

Definition at line 12 of file DrawClusterWithSkyplot.C.

◆ nPix

int nPix =0

Definition at line 49 of file DrawClusterWithSkyplot.C.

◆ pix

netpixel pix(nifo)

◆ Q

double Q =9.

Definition at line 18 of file DrawClusterWithSkyplot.C.

◆ Rate

int Rate = 512

Definition at line 10 of file DrawClusterWithSkyplot.C.

◆ rate

wc rate = tfmap.wrate()

Definition at line 35 of file DrawClusterWithSkyplot.C.

◆ slices

int slices = tfmap.sizeZero()

Definition at line 30 of file DrawClusterWithSkyplot.C.

◆ start

x start = tfmap.start()

Definition at line 43 of file DrawClusterWithSkyplot.C.

◆ stop

x stop = tfmap.stop()

Definition at line 44 of file DrawClusterWithSkyplot.C.

◆ tfmap

ss SetMap & tfmap

Definition at line 26 of file DrawClusterWithSkyplot.C.

◆ THRESHOLD

double THRESHOLD = 2

Definition at line 50 of file DrawClusterWithSkyplot.C.

◆ ts

ts =0

Definition at line 15 of file DrawClusterWithSkyplot.C.

◆ wc

cout<< "Selected Pixels : " << nPix << endl; wc.cluster(1,1); wmap-> plot& wc

Definition at line 39 of file DrawClusterWithSkyplot.C.

◆ wdm

WDM<double> wdm(32, 64, 4, 8)

◆ wmap

watplot* wmap = new watplot

Definition at line 7 of file DrawClusterWithSkyplot.C.