-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSettings.h
More file actions
26 lines (23 loc) · 967 Bytes
/
Settings.h
File metadata and controls
26 lines (23 loc) · 967 Bytes
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
#include "interface/NameStrings.h"
using namespace std;
const TString channel="mt";
const TString version="v10";
const int doMC=0;
const double usedLuminosity=35.9;
const TString doSvfit="woSVFIT";
const TString reduced="";//"";//"_reduced";
const TString FFversion="fakeFactors_20170228.root";
const vector<TString> variables={s_mvis}; //s_mvis,s_met,s_pt1,s_pt2
const vector<TString> categories={s_inclusive,s_0jet,s_wjets_0jet_cr,s_antiiso_0jet_cr,s_boosted,s_wjets_boosted_cr,s_antiiso_boosted_cr,s_vbf,s_wjets_vbf_cr,s_antiiso_vbf_cr};
///////////////////////////////////////////////////////////////////////////
const int applyMTCut=1;//MTcut in inclusive selection, default==1 for mt&et, default==0 for tt
const int resetZero=1;
const int do2DFit=1;
const int ptShift=1;
const int jecShift=1;
const int doInitialize=1;
const int useMVAMET=0;
const int calcFF=1;
const int keepDebugHistos=0;
const int keepFFDebugHistos=0;
const int keepZGenJetsSplitting=0;