#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"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) |
| #define ANGULAR_DISTANCE 90 |
Definition at line 61 of file DrawSkyDistributionPRC.C.
| #define COORDINATES "Geographic" |
Definition at line 50 of file DrawSkyDistributionPRC.C.
| #define DISPLAY_WORLD_MAP |
Definition at line 65 of file DrawSkyDistributionPRC.C.
| #define DRAW_EVENTS |
Definition at line 58 of file DrawSkyDistributionPRC.C.
| #define PROJECTION "" |
Definition at line 52 of file DrawSkyDistributionPRC.C.
| #define RESOLUTION 2 |
Definition at line 46 of file DrawSkyDistributionPRC.C.
| #define WORLD_MAP_DIR "$CWB_GWAT/data/" |
Definition at line 66 of file DrawSkyDistributionPRC.C.
| 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.