Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
st_prop_time_corr_v1.C File Reference
#include "TH1.h"
#include <TH2I.h>
#include <TH1D.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_corr_v1 (char const *input_filename)
 

Variables

const Int_t NCHANNELS = 30
 
Double_t t_ss_fit [NCHANNELS][3]
 
Double_t t_ss_fit_err [NCHANNELS][3]
 
Double_t t_bs_fit [NCHANNELS][3]
 
Double_t t_bs_fit_err [NCHANNELS][3]
 
Double_t t_ns_fit [NCHANNELS][3]
 
Double_t t_ns_fit_err [NCHANNELS][3]
 
Double_t t_total_fit [NCHANNELS][3]
 
Double_t t_total_fit_err [NCHANNELS][3]
 
Double_t ex [NCHANNELS]
 
Double_t t_bin [NCHANNELS]
 
Double_t t_max [NCHANNELS]
 
Double_t t_min [NCHANNELS]
 
Double_t tns_max [NCHANNELS]
 
Double_t tns_min [NCHANNELS]
 
Double_t tbs_max [NCHANNELS]
 
Double_t tbs_min [NCHANNELS]
 
Double_t tss_max [NCHANNELS]
 
Double_t tss_min [NCHANNELS]
 
Float_t bins [210]
 
Float_t binsss [210]
 
Float_t binsbs [210]
 
Float_t binsns [210]
 
Double_t low_cut = 0.00
 
TH1D * py [NCHANNELS]
 
TCanvas * PT_can [30]
 
TDirectory * TopDirectory
 
TH2I * h2_ss
 
TH2I * h2_bs
 
TH2I * h2_ns
 
TH2I * h2_total
 

Function Documentation

void st_prop_time_corr_v1 ( char const *  input_filename)

Definition at line 63 of file st_prop_time_corr_v1.C.

References df, h2_bs, h2_ns, h2_ss, h2_total, PT_can, TopDirectory, and total.

Variable Documentation

Float_t bins[210]

Definition at line 47 of file st_prop_time_corr_v1.C.

Float_t binsbs[210]

Definition at line 49 of file st_prop_time_corr_v1.C.

Float_t binsns[210]

Definition at line 50 of file st_prop_time_corr_v1.C.

Float_t binsss[210]

Definition at line 48 of file st_prop_time_corr_v1.C.

Double_t ex[NCHANNELS]

Definition at line 35 of file st_prop_time_corr_v1.C.

TH2I* h2_bs

Definition at line 59 of file st_prop_time_corr_v1.C.

TH2I* h2_ns

Definition at line 60 of file st_prop_time_corr_v1.C.

TH2I* h2_ss

Definition at line 58 of file st_prop_time_corr_v1.C.

TH2I* h2_total

Definition at line 61 of file st_prop_time_corr_v1.C.

Double_t low_cut = 0.00

Definition at line 52 of file st_prop_time_corr_v1.C.

const Int_t NCHANNELS = 30

Definition at line 25 of file st_prop_time_corr_v1.C.

TCanvas* PT_can[30]

Definition at line 56 of file st_prop_time_corr_v1.C.

TH1D* py[NCHANNELS]

Definition at line 54 of file st_prop_time_corr_v1.C.

Double_t t_bin[NCHANNELS]

Definition at line 37 of file st_prop_time_corr_v1.C.

Double_t t_bs_fit[NCHANNELS][3]

Definition at line 29 of file st_prop_time_corr_v1.C.

Double_t t_bs_fit_err[NCHANNELS][3]

Definition at line 30 of file st_prop_time_corr_v1.C.

Double_t t_max[NCHANNELS]

Definition at line 38 of file st_prop_time_corr_v1.C.

Double_t t_min[NCHANNELS]

Definition at line 39 of file st_prop_time_corr_v1.C.

Double_t t_ns_fit[NCHANNELS][3]

Definition at line 31 of file st_prop_time_corr_v1.C.

Double_t t_ns_fit_err[NCHANNELS][3]

Definition at line 32 of file st_prop_time_corr_v1.C.

Double_t t_ss_fit[NCHANNELS][3]

Definition at line 27 of file st_prop_time_corr_v1.C.

Double_t t_ss_fit_err[NCHANNELS][3]

Definition at line 28 of file st_prop_time_corr_v1.C.

Double_t t_total_fit[NCHANNELS][3]

Definition at line 33 of file st_prop_time_corr_v1.C.

Double_t t_total_fit_err[NCHANNELS][3]

Definition at line 34 of file st_prop_time_corr_v1.C.

Double_t tbs_max[NCHANNELS]

Definition at line 42 of file st_prop_time_corr_v1.C.

Double_t tbs_min[NCHANNELS]

Definition at line 43 of file st_prop_time_corr_v1.C.

Double_t tns_max[NCHANNELS]

Definition at line 40 of file st_prop_time_corr_v1.C.

Double_t tns_min[NCHANNELS]

Definition at line 41 of file st_prop_time_corr_v1.C.

TDirectory* TopDirectory

Definition at line 57 of file st_prop_time_corr_v1.C.

Double_t tss_max[NCHANNELS]

Definition at line 44 of file st_prop_time_corr_v1.C.

Double_t tss_min[NCHANNELS]

Definition at line 45 of file st_prop_time_corr_v1.C.