Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
st_prop_time_v1.C File Reference
#include "TH1.h"
#include <TH2I.h>
#include "TF1.h"
#include "TROOT.h"
#include "TStyle.h"
#include "TMath.h"
#include "TFile.h"
#include "TCanvas.h"
#include "TAxis.h"
#include <TDirectory.h>
#include <TLine.h>
#include <TPaveLabel.h>
#include <TPaletteAxis.h>
#include <stdio.h>
#include <stdint.h>
#include <fstream>

Go to the source code of this file.

Functions

void st_prop_time_v1 (char const *input_filename)
 

Variables

const Int_t NCHANNELS = 30
 
Double_t t_z_ss_fit_slope [NCHANNELS][3]
 
Double_t t_z_ss_fit_slope_err [NCHANNELS][3]
 
Double_t t_z_ss_fit_intercept [NCHANNELS][3]
 
Double_t t_z_ss_fit_intercept_err [NCHANNELS][3]
 
Double_t t_z_bs_fit_slope [NCHANNELS][3]
 
Double_t t_z_bs_fit_slope_err [NCHANNELS][3]
 
Double_t t_z_bs_fit_intercept [NCHANNELS][3]
 
Double_t t_z_bs_fit_intercept_err [NCHANNELS][3]
 
Double_t t_z_ns_fit_slope [NCHANNELS][3]
 
Double_t t_z_ns_fit_slope_err [NCHANNELS][3]
 
Double_t t_z_ns_fit_intercept [NCHANNELS][3]
 
Double_t t_z_ns_fit_intercept_err [NCHANNELS][3]
 
const int NOXbins = 300
 
const int NOYbins = 200
 
int sss [NCHANNELS][NOXbins][NOYbins]
 
Double_t binsss [NCHANNELS][NOXbins][NOYbins]
 
Double_t ss_max [NCHANNELS]
 
Double_t low_cut = 0.25
 
TCanvas * PT_can [30]
 
TDirectory * TopDirectory
 
TH1I * h2_ss
 
TH1I * h2_bs
 
TH1I * h2_ns
 

Function Documentation

Variable Documentation

Double_t binsss[NCHANNELS][NOXbins][NOYbins]

Definition at line 42 of file st_prop_time_v1.C.

TH1I* h2_bs

Definition at line 49 of file st_prop_time_v1.C.

TH1I* h2_ns

Definition at line 50 of file st_prop_time_v1.C.

TH1I* h2_ss

Definition at line 48 of file st_prop_time_v1.C.

Double_t low_cut = 0.25

Definition at line 44 of file st_prop_time_v1.C.

const Int_t NCHANNELS = 30

Definition at line 24 of file st_prop_time_v1.C.

const int NOXbins = 300

Definition at line 39 of file st_prop_time_v1.C.

const int NOYbins = 200

Definition at line 40 of file st_prop_time_v1.C.

TCanvas* PT_can[30]

Definition at line 46 of file st_prop_time_v1.C.

Double_t ss_max[NCHANNELS]

Definition at line 43 of file st_prop_time_v1.C.

Definition at line 41 of file st_prop_time_v1.C.

Double_t t_z_bs_fit_intercept[NCHANNELS][3]

Definition at line 32 of file st_prop_time_v1.C.

Double_t t_z_bs_fit_intercept_err[NCHANNELS][3]

Definition at line 33 of file st_prop_time_v1.C.

Double_t t_z_bs_fit_slope[NCHANNELS][3]

Definition at line 30 of file st_prop_time_v1.C.

Double_t t_z_bs_fit_slope_err[NCHANNELS][3]

Definition at line 31 of file st_prop_time_v1.C.

Double_t t_z_ns_fit_intercept[NCHANNELS][3]

Definition at line 37 of file st_prop_time_v1.C.

Double_t t_z_ns_fit_intercept_err[NCHANNELS][3]

Definition at line 38 of file st_prop_time_v1.C.

Double_t t_z_ns_fit_slope[NCHANNELS][3]

Definition at line 35 of file st_prop_time_v1.C.

Double_t t_z_ns_fit_slope_err[NCHANNELS][3]

Definition at line 36 of file st_prop_time_v1.C.

Double_t t_z_ss_fit_intercept[NCHANNELS][3]

Definition at line 27 of file st_prop_time_v1.C.

Double_t t_z_ss_fit_intercept_err[NCHANNELS][3]

Definition at line 28 of file st_prop_time_v1.C.

Double_t t_z_ss_fit_slope[NCHANNELS][3]

Definition at line 25 of file st_prop_time_v1.C.

Double_t t_z_ss_fit_slope_err[NCHANNELS][3]

Definition at line 26 of file st_prop_time_v1.C.

TDirectory* TopDirectory

Definition at line 47 of file st_prop_time_v1.C.