Skip to content

Commit 126d425

Browse files
committed
Update README
1 parent 3503f75 commit 126d425

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,23 @@
33
## Software setup
44

55
```
6-
cmsrel CMSSW_10_2_7
7-
cd CMSSW_10_2_7/src
6+
cmsrel CMSSW_10_5_0_pre1
7+
cd CMSSW_10_5_0_pre1/src
88
cmsenv
99
1010
setenv CMSSW_GIT_REFERENCE /cvmfs/cms.cern.ch/cmssw.git.daily
1111
git cms-init
1212
13-
git cms-addpkg RecoBTag
14-
git cms-addpkg PhysicsTools/PatAlgos
15-
git cms-merge-topic emilbols:PrunedTraining_NoPuppi_10_2_7
16-
git clone -b PrunedTraining_NoPuppi https://github.com/emilbols/RecoBTag-Combined RecoBTag/Combined/data
17-
18-
git clone -b 10_2_X_v1.04 --depth 1 https://github.com/cms-btv-pog/RecoBTag-PerformanceMeasurements.git RecoBTag/PerformanceMeasurements
13+
git clone -b 10_5_X_v1.01 --depth 1 https://github.com/cms-btv-pog/RecoBTag-PerformanceMeasurements.git RecoBTag/PerformanceMeasurements
1914
2015
scram b -j8
2116
2217
```
2318

24-
The ntuplizer can be run and configured through ```RecoBTag/PerformanceMeasurements/test/runBTagAnalyzer_cfg.py```, to run it for 2018 prompt reco
19+
The ntuplizer can be run and configured through ```RecoBTag/PerformanceMeasurements/test/runBTagAnalyzer_cfg.py```, to run it with the latest defaults
2520

2621
```
27-
cmsRun runBTagAnalyzer_cfg.py defaults=Prompt18 runOnData=(True or False, depending on your needs)
22+
cmsRun runBTagAnalyzer_cfg.py defaults=PixelStudies runOnData=(True or False, depending on your needs)
2823
```
2924

3025
To run the tests for integrating changes run:

0 commit comments

Comments
 (0)