1 import FWCore.ParameterSet.Config
as cms
3 softPFElectronCommon = cms.PSet(
4 useCondDB = cms.bool(
True),
5 gbrForestLabel = cms.string(
"btag_SoftPFElectron_BDT"),
6 weightFile = cms.FileInPath(
'RecoBTag/SoftLepton/data/SoftPFElectron_BDT.weights.xml.gz'),
7 useGBRForest = cms.bool(
True),
8 useAdaBoost = cms.bool(
False)
11 softPFMuonCommon = cms.PSet(
12 useCondDB = cms.bool(
True),
13 gbrForestLabel = cms.string(
"btag_SoftPFMuon_BDT"),
14 weightFile = cms.FileInPath(
'RecoBTag/SoftLepton/data/SoftPFMuon_BDT.weights.xml.gz'),
15 useGBRForest = cms.bool(
True),
16 useAdaBoost = cms.bool(
True)
19 softPFElectronComputer = cms.ESProducer(
"ElectronTaggerESProducer",
21 ipSign = cms.string(
"any"),
24 negativeSoftPFElectronComputer = cms.ESProducer(
"ElectronTaggerESProducer",
26 ipSign = cms.string(
"negative")
29 positiveSoftPFElectronComputer = cms.ESProducer(
"ElectronTaggerESProducer",
31 ipSign = cms.string(
"positive")
34 softPFMuonComputer = cms.ESProducer(
"MuonTaggerESProducer",
36 ipSign = cms.string(
"any")
39 negativeSoftPFMuonComputer = cms.ESProducer(
"MuonTaggerESProducer",
41 ipSign = cms.string(
"negative")
44 positiveSoftPFMuonComputer = cms.ESProducer(
"MuonTaggerESProducer",
46 ipSign = cms.string(
"positive")