Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions | Variables
cwb_mkprc.C File Reference
#include <vector>
#include "TVector3.h"
#include "TRotation.h"
#include "Math/Vector3Dfwd.h"
#include "Math/Rotation3D.h"
Include dependency graph for cwb_mkprc.C:

Macros

#define COORDINATES   "Geographic"
 
#define NMDC_MAX   64
 
#define nPLOT   6
 
#define PROJECTION   ""
 
#define RESOLUTION   2
 

Functions

void AddHtmlHeader (TString odir)
 
void cwb_mkprc (TString odir="prc", bool multi=true, bool header=false, bool bexit=true)
 
double GetPercentage (int mtype, int iderA)
 
void MakeHtmlIndex (TString *ptype, int psize, bool multi, bool header)
 
void PlotCosOmega (int mtype)
 
void PlotCoverageVsPercentage (int mtype)
 
void PlotEventToAntPat (int mtype, bool binj=true, int polarization=3)
 
void PlotSearchArea (int mtype)
 
void ReadInjSet (vector< TString > &mdcType, vector< TString > &mdcSet)
 
void RECvsINJ (int mtype)
 

Variables

TCanvas * gCANVAS = NULL
 
CWB::mdcgMDC = NULL
 
TString gODIR = pp_dir
 
TString gPTYPE = ""
 
TTree * gTRMDC = NULL
 
TTree * gTRWAVE = NULL
 
TString ptype [nPLOT]
 

Macro Definition Documentation

#define COORDINATES   "Geographic"

Definition at line 12 of file cwb_mkprc.C.

#define NMDC_MAX   64

Definition at line 14 of file cwb_mkprc.C.

#define nPLOT   6

Definition at line 40 of file cwb_mkprc.C.

#define PROJECTION   ""

Definition at line 13 of file cwb_mkprc.C.

#define RESOLUTION   2

Definition at line 11 of file cwb_mkprc.C.

Function Documentation

void AddHtmlHeader ( TString  odir)

Definition at line 862 of file cwb_mkprc.C.

void cwb_mkprc ( TString  odir = "prc",
bool  multi = true,
bool  header = false,
bool  bexit = true 
)

Definition at line 52 of file cwb_mkprc.C.

double GetPercentage ( int  mtype,
int  iderA 
)

Definition at line 500 of file cwb_mkprc.C.

void MakeHtmlIndex ( TString ptype,
int  psize,
bool  multi,
bool  header 
)

Definition at line 698 of file cwb_mkprc.C.

void PlotCosOmega ( int  mtype)

Definition at line 324 of file cwb_mkprc.C.

void PlotCoverageVsPercentage ( int  mtype)

Definition at line 411 of file cwb_mkprc.C.

void PlotEventToAntPat ( int  mtype,
bool  binj = true,
int  polarization = 3 
)

Definition at line 536 of file cwb_mkprc.C.

void PlotSearchArea ( int  mtype)

Definition at line 230 of file cwb_mkprc.C.

void ReadInjSet ( vector< TString > &  mdcType,
vector< TString > &  mdcSet 
)

Definition at line 659 of file cwb_mkprc.C.

void RECvsINJ ( int  mtype)

Definition at line 153 of file cwb_mkprc.C.

Variable Documentation

TCanvas* gCANVAS = NULL

Definition at line 31 of file cwb_mkprc.C.

CWB::mdc* gMDC = NULL

Definition at line 32 of file cwb_mkprc.C.

TString gODIR = pp_dir

Definition at line 29 of file cwb_mkprc.C.

TString gPTYPE = ""

Definition at line 30 of file cwb_mkprc.C.

TTree* gTRMDC = NULL

Definition at line 34 of file cwb_mkprc.C.

TTree* gTRWAVE = NULL

Definition at line 33 of file cwb_mkprc.C.

TString ptype[nPLOT]
Initial value:
= {
"RECvsINJ",
"RECvsAP",
"INJvsAP",
"CPROBvsSAREA",
"PDENSvsANGLE",
"COVvsPERC"
}

Definition at line 41 of file cwb_mkprc.C.