-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcuts.h
56 lines (56 loc) · 1.78 KB
/
cuts.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/////////////////////////////////
// cuts
double const weight =1./20000;//0.001;//
double Mjj =400;//400;
double PTjj = 0;//400;
double DeltayVBF = 0;//3;
double DeltaRVBF = 0;//3;
bool shower=true;
// To be applied only to hadron level events
double const jet_ptmin=30.0; // for jet reconstruction
double const rapmax=5.0; // for jet reconstruction
double const jet_ptminvbf=0.0; // We cut on all jets below 50 GeV
double const jet1_ptminvbf=0.0; // We cut on all jets below 50 GeV
double const jet2_ptminvbf=0.0; // We cut on all jets below 50 Ge
double const bjetpt = 30;
double const etab = 2.5;
double const etaj=4.7;
double const higgs_mass = 125.0;
int const cat =1; // minimum number of btag
double const RR =0.4;
////////////////////////////////////////
// weights b-tag
double const subjet2b=1;
double const fatjet2b=1;
double const normalb=1;
double const misb=1;
/////////////////////////////////////////
double const H1_ptmin=0.0; // We cut on all jets below 50 GeV
double const H2_ptmin=0.0; // We cut on all jets below 50 GeV
double const HH_ptmin=0.0; // We cut on all jets below 50 GeV
double const MHH = 0; // minimum
///////////////////////////////////
// for substructure
// mass drop
double const Rsb = 1.1; // CA recluster
double const mu = 0.67;
double const ycut = 0.09;
double const Mfat =100;
//
double const Rfilt = 0.1;
int const n_subjet =3;
///////////////////////////////////
// on the 4b's analysis
double const minMH=0;
double const toleranceH2=0.150;
double const toleranceH1=0.150;
double const toleranceX=0.200;
double const HThiggses = 0;
double const DetaHH = 20;//1.3;
double const DetaH = 150;//1.5;
//////////////////////////////////
// on the wwbb analysis
double const ptlepton = 0.0;
double const lepiso = 0.0;
double const MeeMax = 3000.0;
double const MnunuMax = 3000.0;