Skip to content

Commit

Permalink
Merge pull request cms-sw#33 from mtosi/boostedBTAG
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
bachtis committed May 17, 2016
2 parents bdf26bd + f0e5589 commit 0fb2083
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Binary file added VVResonances/data/rawMCPU.root
Binary file not shown.
3 changes: 0 additions & 3 deletions VVResonances/interactive/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,3 @@
#jjnunuStack.addPlotter(QCD,"QCD","QCD multijet","background")
#jjnunuStack.addPlotter(tt,"tt","t#bar{t}","background")
#jjnunuStack.addPlotter(dataMET,"data_obs","Data","data")



2 changes: 1 addition & 1 deletion VVResonances/python/samples/loadSamples.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

#Load JSON
silverJSON='/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/certification/Collisions15/13TeV/Reprocessing/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_JSON_Silver_v2.txt'
goldenJSON='/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/certification/Collisions15/13TeV/Reprocessing/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_JSON_v2.txt.txt'
goldenJSON='/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/certification/Collisions15/13TeV/Reprocessing/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_JSON_v2.txt'


#Single electron or muon to be used for lnu+J and ll+J (silver)
Expand Down
2 changes: 2 additions & 0 deletions VVResonances/python/samples/signal_13TeV_76X.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,5 @@
signalSamples.append(RadionTohhTohbbhbb_narrow_3000)
RadionTohhTohbbhbb_narrow_3500=kreator.makeMCComponent("RadionTohhTohbbhbb_narrow_3500", "/RadionTohhTohbbhbb_narrow_M-3500_13TeV-madgraph/RunIIFall15MiniAODv2-PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1/MINIAODSIM", "CMS", ".*root",1.0)
signalSamples.append(RadionTohhTohbbhbb_narrow_3500)
hh2bbbb_sm=kreator.makeMCComponent("hh2bbbb_sm", "/GluGluToHHTo4B_node_SM_13TeV-madgraph/RunIIFall15MiniAODv2-PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1/MINIAODSIM", "CMS", ".*root",1.0)
signalSamples.append(hh2bbbb_sm)

0 comments on commit 0fb2083

Please sign in to comment.