Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
WaveMDC.C File Reference
#include <vector>
Include dependency graph for WaveMDC.C:

Functions

in close ()
 
 exit (0)
 
 for (int n=0;n< nsegs;n++)
 
 if (!in.good()) break
 
 if ((seg_id >=seg_start_id)&&(seg_id<=seg_stop_id))
 

Variables

bool log = true
 
cout<< "seg_start_id : "
<< seg_start_id
<< " seg_stop_id : "
<< seg_stop_id<< endl;int
nsegs=seg_stop_id-seg_start_id+1;int
segs_start[nsegs];int
segs_length[nsegs];ifstream in;in.open(segmentList,
ios::in);if(!in.good()){cout
<< "Error Opening Segments
File : "<< segmentList<< endl;exit(1);}int
seg_id;int seg_start;int
seg_stop;int seg_length;int
cnt=0;while(true){in > seg_id
seg_start seg_stop 
seg_length
 
int seg_stop_id = TString(gSystem->Getenv("WMDC_SEG_STOP")).Atoi()
 

Function Documentation

in close ( )
exit ( )
for ( )

Definition at line 37 of file WaveMDC.C.

if ( !in.  good())

Definition at line 22 of file CWB_Plugin_HEN_BKG_Config.C.

if ( (seg_id >=seg_start_id)&&(seg_id<=seg_stop_id )

Definition at line 27 of file WaveMDC.C.

Variable Documentation

bool log = true

Definition at line 41 of file WaveMDC.C.

cout<< "seg_start_id : " << seg_start_id << " seg_stop_id : " << seg_stop_id << endl; int nsegs = seg_stop_id-seg_start_id+1; int segs_start[nsegs]; int segs_length[nsegs]; ifstream in; in.open(segmentList,ios::in); if (!in.good()) {cout << "Error Opening Segments File : " << segmentList << endl;exit(1);} int seg_id; int seg_start; int seg_stop; int seg_length; int cnt=0; while(true) { in > seg_id seg_start seg_stop seg_length

Definition at line 24 of file WaveMDC.C.

int seg_stop_id = TString(gSystem->Getenv("WMDC_SEG_STOP")).Atoi()

Definition at line 5 of file WaveMDC.C.