Logo coherent WaveBurst  
Library Reference Guide
Logo
Macros | Functions
DrawSkyDistributionPRC.C File Reference
#include "TROOT.h"
#include "TSystem.h"
#include "TFile.h"
#include "TTree.h"
#include <fstream>
#include <iostream>
#include "TGraph.h"
#include "TMultiGraph.h"
#include "TCanvas.h"
#include "TH1F.h"
#include "TMath.h"
#include "TH2F.h"
#include <TComplex.h>
#include <TStyle.h>
#include <TRandom.h>
#include "TVector3.h"
#include "TRotation.h"
#include "Math/Vector3Dfwd.h"
#include "Math/Rotation3D.h"
#include "constants.hh"
Include dependency graph for DrawSkyDistributionPRC.C:

Macros

#define ANGULAR_DISTANCE   90
 
#define COORDINATES   "Geographic"
 
#define DISPLAY_WORLD_MAP
 
#define DRAW_EVENTS
 
#define PROJECTION   ""
 
#define RESOLUTION   2
 
#define WORLD_MAP_DIR   "$CWB_GWAT/data/"
 

Functions

void DrawSkyDistributionPRC (TString data_label, TString odir, TString merge_label, vector< TString > ifo, detectorParams *dP, float T_win, int pp_inetcc, float T_cor, int pp_irho, float T_cut, float T_vED, float T_pen, float T_ifar, bool binj=true, TString polarization="TENSOR", bool save_antpat=false)
 

Macro Definition Documentation

◆ ANGULAR_DISTANCE

#define ANGULAR_DISTANCE   90

Definition at line 61 of file DrawSkyDistributionPRC.C.

◆ COORDINATES

#define COORDINATES   "Geographic"

Definition at line 50 of file DrawSkyDistributionPRC.C.

◆ DISPLAY_WORLD_MAP

#define DISPLAY_WORLD_MAP

Definition at line 65 of file DrawSkyDistributionPRC.C.

◆ DRAW_EVENTS

#define DRAW_EVENTS

Definition at line 58 of file DrawSkyDistributionPRC.C.

◆ PROJECTION

#define PROJECTION   ""

Definition at line 52 of file DrawSkyDistributionPRC.C.

◆ RESOLUTION

#define RESOLUTION   2

Definition at line 46 of file DrawSkyDistributionPRC.C.

◆ WORLD_MAP_DIR

#define WORLD_MAP_DIR   "$CWB_GWAT/data/"

Definition at line 66 of file DrawSkyDistributionPRC.C.

Function Documentation

◆ DrawSkyDistributionPRC()

void DrawSkyDistributionPRC ( TString  data_label,
TString  odir,
TString  merge_label,
vector< TString ifo,
detectorParams dP,
float  T_win,
int  pp_inetcc,
float  T_cor,
int  pp_irho,
float  T_cut,
float  T_vED,
float  T_pen,
float  T_ifar,
bool  binj = true,
TString  polarization = "TENSOR",
bool  save_antpat = false 
)

Definition at line 71 of file DrawSkyDistributionPRC.C.