Skip to content

Commit

Permalink
adding SM samples
Browse files Browse the repository at this point in the history
  • Loading branch information
elenavernazza committed Mar 25, 2021
1 parent f245fd8 commit 00337e5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion Configurations/VBSlllnu/conf_BSM1D/cuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@

cuts['wz_jetpt30_zlep'] = 'wzinc && bVeto && MET_pt>30 && tauVeto_wz && jetpt30 && abs(detajj)>2.5 && mjj>500 && zlep_wz'
cuts['wz_jetpt50_zlep'] = 'wzinc && bVeto && MET_pt>30 && tauVeto_wz && jetpt50 && abs(detajj)>2.5 && mjj>500 && zlep_wz'

cuts['wz_zlep'] = 'wzinc && bVeto && MET_pt>20 && tauVeto_wz && jetpt_opt && abs(detajj)>1.5 && mjj>400 && zlep_wz'

2 changes: 1 addition & 1 deletion Configurations/VBSlllnu/conf_BSM1D/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Red=632; Violet=880; Green=416; Orange=800; Yellow=400; Azure=840; Blue=600;

#Signal
plot['sm'] = dict(color=Azure, isSignal=1, isData=0, scale=1.0)
plot['sm'] = dict(color=Azure, isSignal=1, isData=0, scale=1.0)

#Reducible Background
plot['SSWW'] = dict(color=Azure, isSignal=0, isData=0, scale=1.0)
Expand Down
12 changes: 6 additions & 6 deletions Configurations/VBSlllnu/conf_BSM1D/samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ def makeMCDirectory(var=''):
else:
return os.path.join(treeBaseDir, mcProduction, mcSteps.format(var=''))

# files = nanoGetSampleFiles(mcDirectory, 'WZeu_SM')
# samples['sm'] = {
# 'name': files,
# 'weight': mcCommonWeight + '*1.112',
# 'FilesPerJob': 10,
# }
files = nanoGetSampleFiles(mcDirectory, 'WZeu_SM')
samples['sm'] = {
'name': files,
'weight': mcCommonWeight + '*1.112',
'FilesPerJob': 10,
}

# EFTNeg cqq11
files = nanoGetSampleFiles(mcDirectory, 'WZeu_SM') + \
Expand Down
2 changes: 1 addition & 1 deletion Configurations/VBSlllnu/conf_BSM1D/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Reducible Bkg

# structure['sm'] = {'isSignal' : 0, 'isData' : 0}
structure['sm'] = {'isSignal' : 1, 'isData' : 0}

structure['sm_lin_quad_cqq11'] = {'isSignal' : 1, 'isData' : 0}
structure['quad_cqq11'] = {'isSignal' : 1, 'isData' : 0}
Expand Down

0 comments on commit 00337e5

Please sign in to comment.