-
Notifications
You must be signed in to change notification settings - Fork 0
/
acceptance_fuse.h
37 lines (33 loc) · 944 Bytes
/
acceptance_fuse.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#include <vector>
#include <string>
#include <set>
#include <map>
#include <utility>
#include <TLatex.h>
using namespace std;
//Structs
struct Wrapper { double tab[2][2][2][5]; };
//Binning
Wrapper fRcstr[9][6][12];
Wrapper fGnrt[9][6][12];
Wrapper fRcstr_c[9][6][12];
Double_t fRcstr_yavg[4];
Double_t fGnrt_yavg[4];
Double_t fRcstr_c_yavg[4];
Wrapper fRcstr_zvtx[9][6][12][4];
Wrapper fRcstr_theta[9][6][12][4];
Wrapper fRcstr_pt[9][6][12][4];
Wrapper fGnrt_zvtx[9][6][12][4];
Wrapper fGnrt_theta[9][6][12][4];
Wrapper fGnrt_pt[9][6][12][4];
Wrapper fAcceptance[9][6][12];
Wrapper fAcceptance_yavg[9][12];
Wrapper fAcceptance_zvtx[9][6][12][4];
Double_t fNDIS_evt[3][2][9][6][12];
Double_t fNDIS_evt_c[3][2][9][6][12];
Double_t fNDIS_evt_MC[3][2][9][6][12];
Double_t fNDIS_evt_yavg[4];
Double_t fNDIS_evt_c_yavg[4];
Double_t fNDIS_evt_MC_yavg[4];
Double_t fNDIS_evt_zvtx[3][2][9][6][12][4];
Double_t fNDIS_evt_MC_zvtx[3][2][9][6][12][4];