File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 3
3
## Software setup
4
4
5
5
```
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
8
8
cmsenv
9
9
10
10
setenv CMSSW_GIT_REFERENCE /cvmfs/cms.cern.ch/cmssw.git.daily
11
11
git cms-init
12
12
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
19
14
20
15
scram b -j8
21
16
22
17
```
23
18
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
25
20
26
21
```
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)
28
23
```
29
24
30
25
To run the tests for integrating changes run:
You can’t perform that action at this time.
0 commit comments