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

Comparing UserCode/VHbb/python/config7TeV (file contents):
Revision 1.7 by nmohr, Tue Aug 28 19:08:15 2012 UTC vs.
Revision 1.11 by peller, Thu Sep 20 13:10:53 2012 UTC

# Line 1 | Line 1
1   [Analysis]
2   tag = 7TeV
3  
4 +
5 +
6   [Directories]
7  
8  
9   Wdir: /Users/peller/UserCode/VHbb/python
10   limits: /Users/peller/VHbb/Limits/Test/
11 < plotpath: /Users/peller/VHbb/Stacks/TopUp/
12 < samplepath= /scratch/TestNoSplit/env/sys/
11 > plotpath: /Users/peller/VHbb/Stacks/Test/
12 > #samplepath= /scratch/final7TeV/
13 >
14  
15  
13 #Wdir: /shome/nmohr/
14 #plotpath: /Users/peller/VHbb/Stacks/May28
15 #limits: /Users/peller/VHbb/Limits/May23_sys_scaledown/
16 #limits: /Users/peller/VHbb/Limits/May23_sys_factor4/
17 #limits: /shome/nmohr/Limit/ichep7TeVCheck/
18 #limits: /Users/peller/VHbb/Limits/May23Like_sys_factor4/
19 #plotpath: /Users/peller/VHbb/Stacks/May28/
20 #samplepath= /data1/nmohr/2012Ana/env/sys/
21
22
23 MVAdir: /MVAout/
24 #MVAdir: /MVAoutCMVA/
25 #MVAdir: /MVAoutCIVF/
16  
17  
18   ###########################################################################################
# Line 157 | Line 147 | sys_BDT: ['JER','JES','beff','bmis']
147   sys_Mjj: ['JER','JES']
148  
149  
150 + #Add a different Cut (syntax: 'oldVar>newVar?' -> '?' will then automatically be replaced with 'Up'/'Down' for the variations)
151 + sys_cut_suffix: {'JER':'nominal','JES':'nominal','beff':'csv>csv?','bmis':'csv>csvF?'}
152 +
153 + weightF_sys: True
154 +
155   blind: False
156   #### rescaling by factor 4
157   scaling: True
# Line 439 | Line 434 | CSVC = 0.5
434   CSVL = 0.244
435   minBtag = min(hJet_csv[0],hJet_csv[1])
436   maxBtag = max(hJet_csv[0],hJet_csv[1])
437 +
438   tlBtag = <!ZHbb|maxBtag!> > <!ZHbb|CSVT!> & <!ZHbb|minBtag!> > <!ZHbb|CSVC!>
439   ntBtag = !(hJet_csv[0] > <!ZHbb|CSVT!> | hJet_csv[1] > <!ZHbb|CSVT!>)
440   twoCSV0 = hJet_csv[0] > 0. & hJet_csv[1] > 0.
# Line 492 | Line 488 | Mjj_highPt_MM: <!ZHmmbb|addCuts!> & <!Cu
488  
489   [Weights]
490   weightF: ((0.46502*PUweight+0.53498*PUweight2011B)*weightTrig)
491 + #for SYS (just a non-sense example)
492 + weightF_sys: ((0.1*PUweight+0.9*PUweight2011B)*weightTrigV4)
493 +
494  
495   # LocalWords:  Mjj

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines