1 = cms.EDProducer(
"StEvtSolutionMaker",
2 metSource = cms.InputTag(
"patMETs"),
3 muonSource = cms.InputTag(
"selectedPatMuons"),
4 electronSource = cms.InputTag(
"selectedPatElectrons"),
5 jetSource = cms.InputTag(
"selectedPatJets"),
8 leptonFlavour = cms.string(
'muon'),
11 jetCorrectionScheme = cms.int32(0),
14 matchToGenEvt = cms.bool(
False),
17 doKinFit = cms.bool(
True),
18 maxNrIter = cms.int32(200),
19 maxDeltaS = cms.double(5e-05),
20 maxF = cms.double(0.0001),
21 constraints = cms.vint32(1, 2),
22 jetParametrisation = cms.int32(0),
23 metParametrisation = cms.int32(0),
24 lepParametrisation = cms.int32(0),
27 addLRJetComb = cms.bool(
False),
28 lrJetCombFile = cms.string(
'TopQuarkAnalysis/TopJetCombination/data/to_be_added.root')