File tree Expand file tree Collapse file tree 4 files changed +31
-9
lines changed Expand file tree Collapse file tree 4 files changed +31
-9
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,20 @@ scram b -j8
19
19
20
20
```
21
21
22
- The ntuplizer can be run and configured through ``` RecoBTag/PerformanceMeasurements/test/runBTagAnalyzer_cfg.py ``` , to run it for the 2016 SF campaign
22
+ The ntuplizer can be run and configured through ``` RecoBTag/PerformanceMeasurements/test/runBTagAnalyzer_cfg.py ``` .
23
+
24
+ To run it for the 2016 Legacy SF campaign, run:
23
25
24
26
```
25
27
cmsRun runBTagAnalyzer_cfg.py defaults=2016_SF runOnData=(True or False, depending on your needs)
26
28
```
27
29
30
+ To run it for 2017 data, including the new JEC, run:
31
+
32
+ ```
33
+ cmsRun runBTagAnalyzer_cfg.py defaults=2017NewJEC runOnData=(True or False, depending on your needs)
34
+ ```
35
+
28
36
To run the tests for integrating changes run:
29
37
30
38
```
Original file line number Diff line number Diff line change
1
+ common = {
2
+ 'eras' : ['Run2_2017' ],
3
+ 'miniAOD' : True ,
4
+ 'runDeepFlavourTagVariables' : True ,
5
+ 'usePrivateJEC' : True ,
6
+ }
7
+
8
+ mc = {
9
+ 'inputFiles' : ['/store/mc/RunIIFall17MiniAOD/TTTo2L2Nu_TuneCP5_PSweights_13TeV-powheg-pythia8/MINIAODSIM/94X_mc2017_realistic_v10-v1/60000/002E7FEA-16E0-E711-922D-0242AC130002.root' ],
10
+ 'JPCalibration' : 'JPcalib_MC94X_2017_v1' ,
11
+ 'mcGlobalTag' : '94X_mc2017_realistic_v12' ,
12
+ 'jecDBFileMC' : 'Fall17_17Nov2017_V32_94X_MC' ,
13
+ }
14
+
15
+ data = {
16
+ 'inputFiles' : ['/store/data/Run2017D/JetHT/MINIAOD/17Nov2017-v1/20000/0249B143-8CCC-E711-BA7C-0025905C2CD0.root' ],
17
+ 'JPCalibration' : 'JPcalib_Data94X_2017_v1' ,
18
+ 'dataGlobalTag' : '94X_dataRun2_ReReco_EOY17_v2' ,
19
+ 'jecDBFileData' : 'Fall17_17Nov2017_V32_94X_DATA' ,
20
+ }
Original file line number Diff line number Diff line change 2
2
'eras' : ['Run2_2017' ],
3
3
'miniAOD' : True ,
4
4
'runDeepFlavourTagVariables' : True ,
5
- 'usePrivateJEC' : True ,
6
5
}
7
6
8
7
mc = {
9
8
'inputFiles' : ['/store/mc/RunIIFall17MiniAOD/TTTo2L2Nu_TuneCP5_PSweights_13TeV-powheg-pythia8/MINIAODSIM/94X_mc2017_realistic_v10-v1/60000/002E7FEA-16E0-E711-922D-0242AC130002.root' ],
10
9
'JPCalibration' : 'JPcalib_MC94X_2017_v1' ,
11
10
'mcGlobalTag' : '94X_mc2017_realistic_v12' ,
12
- 'jecDBFileMC' : 'Fall17_17Nov2017_V32_94X_MC' ,
13
11
}
14
12
15
13
data = {
16
14
'inputFiles' : ['/store/data/Run2017C/JetHT/MINIAOD/17Nov2017-v1/20000/00791B22-DCD3-E711-9BF9-001E67396E64.root' ],
17
- 'JPCalibration' : 'JPcalib_Data94X_2017_v1' ,
15
+ 'JPCalibration' : 'JPcalib_Data94X_2017_v1' ,
18
16
'dataGlobalTag' : '94X_dataRun2_ReReco_EOY17_v2' ,
19
- 'jecDBFileData' : 'Fall17_17Nov2017_V32_94X_DATA' ,
20
17
}
Original file line number Diff line number Diff line change 2
2
'eras' : ['Run2_2017' ],
3
3
'miniAOD' : True ,
4
4
'runDeepFlavourTagVariables' : True ,
5
- 'usePrivateJEC' : True ,
6
5
}
7
6
8
7
mc = {
9
8
'inputFiles' : ['/store/mc/RunIIFall17MiniAOD/TTTo2L2Nu_TuneCP5_PSweights_13TeV-powheg-pythia8/MINIAODSIM/94X_mc2017_realistic_v10-v1/60000/002E7FEA-16E0-E711-922D-0242AC130002.root' ],
10
9
'JPCalibration' : 'JPcalib_MC94X_2017_v1' ,
11
10
'mcGlobalTag' : '94X_mc2017_realistic_v12' ,
12
- 'jecDBFileMC' : 'Fall17_17Nov2017_V32_94X_MC' ,
13
11
}
14
12
15
13
data = {
16
14
'inputFiles' : ['/store/data/Run2017D/JetHT/MINIAOD/17Nov2017-v1/20000/0249B143-8CCC-E711-BA7C-0025905C2CD0.root' ],
17
- 'JPCalibration' : 'JPcalib_Data94X_2017_v1' ,
15
+ 'JPCalibration' : 'JPcalib_Data94X_2017_v1' ,
18
16
'dataGlobalTag' : '94X_dataRun2_ReReco_EOY17_v2' ,
19
- 'jecDBFileData' : 'Fall17_17Nov2017_V32_94X_DATA' ,
20
17
}
You can’t perform that action at this time.
0 commit comments