#include "TROOT.h"
#include "TSystem.h"
#include "TFile.h"
#include "TTree.h"
#include "TTreeIndex.h"
#include <fstream>
#include <iostream>
#include "TGraphErrors.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"
|
| TGraphErrors * | CreateGraphRadiusIFAR (char *sim_file_name, char *mdc_file_name, TString SEL, float shell_volume, Color_t color=kBlue, TString opt="default", double liveTot=1e6, float T_ifar=0.0, float T_win=0.2, int TRIALS=1, int nIFO=2) |
| |
◆ MINMAXIFAR
◆ VT
◆ CreateGraphRadiusIFAR()
| TGraphErrors* CreateGraphRadiusIFAR |
( |
char * |
sim_file_name, |
|
|
char * |
mdc_file_name, |
|
|
TString |
SEL, |
|
|
float |
shell_volume, |
|
|
Color_t |
color = kBlue, |
|
|
TString |
opt = "default", |
|
|
double |
liveTot = 1e6, |
|
|
float |
T_ifar = 0.0, |
|
|
float |
T_win = 0.2, |
|
|
int |
TRIALS = 1, |
|
|
int |
nIFO = 2 |
|
) |
| |