ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/python/prepare_environment.py
(Generate patch)

Comparing UserCode/VHbb/python/prepare_environment.py (file contents):
Revision 1.8 by peller, Fri May 25 13:35:17 2012 UTC vs.
Revision 1.9 by peller, Thu May 31 08:47:31 2012 UTC

# Line 5 | Line 5 | from samplesclass import sample
5   import pickle
6   import sys
7  
8 < prefix='ZllH.May23Likelihood.'
8 > prefix='ZllH.May5.'
9  
10   lumi=4980
11  
# Line 25 | Line 25 | samplenames0 =['WW','WZ','ZZ','TT','ST_s
25   sampletypes0 =['BKG','BKG','BKG','BKG','BKG','BKG','BKG','BKG','BKG','BKG','SIG','SIG','SIG','SIG','SIG','SIG']
26   samplesgroup0=['VV','VV','VV','TT','ST','ST','ST','ST','ST','ST','ZH','ZH','ZH','ZH','ZH','ZH']
27   xsecs0 = [42.9, 18.3, 5.9, 165, 3.19, 41.92, 7.87, 1.44, 22.65, 7.87, 0.4721*0.100974*0.745, 0.4107*0.100974*0.704, 0.3598*0.100974*0.648, 0.3158*0.100974*0.577, 0.2778*0.100974*0.493,0.2453*0.100974*0.403]
28 < SF0=[1.0,1.0,1.0,1.03224,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0]
28 > SF0=[1.0,1.0,1.0,1.03181,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0]
29   Aprefix0 = ['']
30   cut0 = ['(Vtype == 1 || Vtype == 0) && EVENT.json && hbhe']
31  
# Line 36 | Line 36 | samplenames1 =['Zudsg','Zbb','Zcc']
36   sampletypes1 =['BKG']*3
37   samplesgroup1=['DYlight','DYb','DYc']
38   xsecs1 = [3048]*3
39 < SF1=[1.0513,1.19108,0.970138]
39 > SF1=[1.10814,1.10814,0.98372]
40   Aprefix1 = ['udsg_120_', 'b_120_','c_120_']
41   cut1 = ['(Vtype == 1 || Vtype == 0) & EVENT.json & hbhe & eventFlav != 5 & eventFlav != 4 & genZpt <= 120.','(Vtype == 1 || Vtype == 0) & EVENT.json & hbhe & eventFlav == 5 & genZpt <= 120.','(Vtype == 1 || Vtype == 0) & EVENT.json & hbhe & eventFlav == 4 & genZpt <= 120.']
42  
# Line 46 | Line 46 | samplenames2 =['Zudsg_pt120','Zbb_pt120'
46   sampletypes2 =['BKG']*3
47   samplesgroup2=['DYlight','DYb','DYc']
48   xsecs2 = [30]*3
49 < SF2=[1.0513,1.19108,0.970138]
49 > SF2=[1.10814,1.10814,0.98372]
50   Aprefix2 = ['udsg_120_', 'b_120_','c_120_']
51   cut2 = ['(Vtype == 1 || Vtype == 0) & EVENT.json & hbhe & eventFlav != 5 & eventFlav != 4 & genZpt > 120.','(Vtype == 1 || Vtype == 0) & EVENT.json & hbhe & eventFlav == 5 & genZpt > 120.','(Vtype == 1 || Vtype == 0) & EVENT.json & hbhe & eventFlav == 4 & genZpt > 120.']
52  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines