Skip to content

Commit

Permalink
Merge pull request #102 from rauser/9_4_X
Browse files Browse the repository at this point in the history
Updates for Summer 18 SF campaign
  • Loading branch information
kskovpen authored Aug 14, 2018
2 parents e65ac24 + 9a97a92 commit a4b2c8d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ cmsenv
setenv CMSSW_GIT_REFERENCE /cvmfs/cms.cern.ch/cmssw.git.daily
git cms-init
git cms-addpkg RecoBTag/TensorFlow
git cherry-pick 94ceae257f846998c357fcad408986cc8a039152
git clone -b 9_4_X_v1.09 --depth 1 https://github.com/cms-btv-pog/RecoBTag-PerformanceMeasurements.git RecoBTag/PerformanceMeasurements
git clone -b 9_4_X_v1.10 --depth 1 https://github.com/cms-btv-pog/RecoBTag-PerformanceMeasurements.git RecoBTag/PerformanceMeasurements
scram b -j8
```

The ntuplizer can be run and configured through ```RecoBTag/PerformanceMeasurements/test/runBTagAnalyzer_cfg.py```, to run it for the Moriond 2018 SF campaign
The ntuplizer can be run and configured through ```RecoBTag/PerformanceMeasurements/test/runBTagAnalyzer_cfg.py```, to run it for the Summer 2018 SF campaign

```
cmsRun runBTagAnalyzer_cfg.py defaults=Moriond18 runOnData=(True or False, depending on your needs)
cmsRun runBTagAnalyzer_cfg.py defaults=Summer18 runOnData=(True or False, depending on your needs)
```

To run the tests for integrating changes run:
Expand Down
17 changes: 17 additions & 0 deletions python/defaults/Summer18.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
common = {
'eras' : ['Run2_2017'],
'miniAOD' : True,
'storeDeepFlavourTagVariables' : True,
}

mc = {
'inputFiles' : ['/store/mc/RunIIFall17MiniAOD/TTTo2L2Nu_TuneCP5_PSweights_13TeV-powheg-pythia8/MINIAODSIM/94X_mc2017_realistic_v10-v1/60000/002E7FEA-16E0-E711-922D-0242AC130002.root'],
'JPCalibration' : 'JPcalib_MC94X_2017_v1',
'mcGlobalTag' : '94X_mc2017_realistic_v12',
}

data = {
'inputFiles' : ['/store/data/Run2017D/JetHT/MINIAOD/17Nov2017-v1/20000/0249B143-8CCC-E711-BA7C-0025905C2CD0.root'],
'JPCalibration' : 'JPcalib_Data94X_2017_v1',
'dataGlobalTag' : '94X_dataRun2_ReReco_EOY17_v2',
}

0 comments on commit a4b2c8d

Please sign in to comment.