File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4040 cms .PSet (
4141 bTagTrackIPAnalysisBlock ,
4242 type = cms .string ('CandIP' ),
43- label = cms .InputTag ("pfImpactParameterTagInfos " ),
43+ label = cms .InputTag ("pfImpactParameterTagInfosPuppi " ),
4444 folder = cms .string ("IPTag" )
4545 ),
4646
4747 cms .PSet (
4848 bTagProbabilityAnalysisBlock ,
49- label = cms .InputTag ("pfJetProbabilityBJetTags " ),
49+ label = cms .InputTag ("pfJetProbabilityBJetTagsPuppi " ),
5050 folder = cms .string ("JP" )
5151 ),
5252
Original file line number Diff line number Diff line change 2121from PhysicsTools .JetMCAlgos .HadronAndPartonSelector_cfi import selectedHadronsAndPartons
2222from PhysicsTools .JetMCAlgos .AK4PFJetsMCFlavourInfos_cfi import ak4JetFlavourInfos
2323myak4JetFlavourInfos = ak4JetFlavourInfos .clone (
24- jets = "ak4PFJetsCHS" ,
24+ jets = "ak4PFJetsPuppi" ,
25+ weights = cms .InputTag ("puppi" ),
2526 partons = "selectedHadronsAndPartons:algorithmicPartons" ,
2627 hadronFlavourHasPriority = True
2728 )
3536#do reco gen - reco matching
3637from PhysicsTools .PatAlgos .mcMatchLayer0 .jetMatch_cfi import patJetGenJetMatch
3738newpatJetGenJetMatch = patJetGenJetMatch .clone (
38- src = "ak4PFJetsCHS " ,
39+ src = "ak4PFJetsPuppi " ,
3940 matched = "ak4GenJetsForPUid" ,
4041 maxDeltaR = 0.25 ,
4142 resolveAmbiguities = True
You can’t perform that action at this time.
0 commit comments