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.8 by nmohr, Mon Sep 17 15:34:43 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/Test/
12 + #samplepath= /scratch/final7TeV/
13 +
14 +
15 +
16 +
17 +
18   ###########################################################################################
19   # Plotting etc...
20   [Plot]
# Line 133 | 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 415 | 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 468 | 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