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

Macros

#define MAXSNR   150.0
 
#define MAXY   50000.0
 

Functions

void CreateDistanceParplots (char *sim_file_name, char *mdc_file_name, char *netdir, TString opt="", double MINX=0.0, double MAXX=1.0, double MAXDISTANCE=5000., int NBIN_DIST=10, float T_ifar=0.0, float T_win=0.2, int nIFO=2)
 

Macro Definition Documentation

◆ MAXSNR

#define MAXSNR   150.0

Definition at line 48 of file CreateDistanceParplots.C.

◆ MAXY

#define MAXY   50000.0

Definition at line 47 of file CreateDistanceParplots.C.

Function Documentation

◆ CreateDistanceParplots()

void CreateDistanceParplots ( char *  sim_file_name,
char *  mdc_file_name,
char *  netdir,
TString  opt = "",
double  MINX = 0.0,
double  MAXX = 1.0,
double  MAXDISTANCE = 5000.,
int  NBIN_DIST = 10,
float  T_ifar = 0.0,
float  T_win = 0.2,
int  nIFO = 2 
)

Definition at line 54 of file CreateDistanceParplots.C.