1 import FWCore.ParameterSet.Config
as cms
10 from CommonTools.PileupAlgos.softKiller_cfi
import softKiller
11 from RecoJets.JetProducers.fixedGridRhoProducer_cfi
import fixedGridRhoAll
13 from RecoJets.JetProducers.ak8PFJetsPuppi_groomingValueMaps_cfi
import ak8PFJetsPuppiSoftDropMass
16 fixedGridRhoFastjetCentral = fixedGridRhoFastjetAll.clone(
20 fixedGridRhoFastjetCentralChargedPileUp = fixedGridRhoFastjetAll.clone(
21 pfCandidatesTag =
"pfPileUpAllChargedParticles",
25 fixedGridRhoFastjetCentralNeutral = fixedGridRhoFastjetAll.clone(
26 pfCandidatesTag =
"pfAllNeutralHadronsAndPhotons",
30 recoPFJetsTask =cms.Task(fixedGridRhoAll,
31 fixedGridRhoFastjetAll,
32 fixedGridRhoFastjetCentral,
33 fixedGridRhoFastjetCentralChargedPileUp,
34 fixedGridRhoFastjetCentralNeutral,
41 ak8PFJetsPuppiConstituents,
42 ak8PFJetsPuppiSoftDrop,
43 ak8PFJetsPuppiSoftDropMass
45 recoPFJets = cms.Sequence(recoPFJetsTask)
47 recoAllPFJetsTask=cms.Task(fixedGridRhoAll,
48 fixedGridRhoFastjetAll,
49 fixedGridRhoFastjetCentral,
50 fixedGridRhoFastjetCentralChargedPileUp,
51 fixedGridRhoFastjetCentralNeutral,
59 ak8PFJetsPuppiSoftDrop,
60 ak8PFJetsPuppiSoftDropMass
62 recoAllPFJets=cms.Sequence(recoAllPFJetsTask)
64 recoPFJetsWithSubstructureTask=cms.Task(
66 fixedGridRhoFastjetAll,
67 fixedGridRhoFastjetCentral,
68 fixedGridRhoFastjetCentralChargedPileUp,
69 fixedGridRhoFastjetCentralNeutral,
77 ak8PFJetsPuppiSoftDrop,
78 ak8PFJetsPuppiConstituents,
79 ak8PFJetsPuppiSoftDropMass,
81 ak8PFJetsCSConstituents,
85 recoPFJetsWithSubstructure=cms.Sequence(recoPFJetsWithSubstructureTask)
87 from RecoHI.HiJetAlgos.HiRecoPFJets_cff
import PFTowers, akPu3PFJets, akPu4PFJets, kt4PFJetsForRho, ak4PFJetsForFlow, akCs4PFJets, pfEmptyCollection, hiFJRhoFlowModulation, hiPuRho, hiPFCandCleanerforJets
88 from RecoHI.HiJetAlgos.hiFJRhoProducer
import hiFJRhoProducer
91 recoPFJetsHITask =cms.Task(fixedGridRhoAll,
92 fixedGridRhoFastjetAll,
93 fixedGridRhoFastjetCentral,
94 fixedGridRhoFastjetCentralChargedPileUp,
95 fixedGridRhoFastjetCentralNeutral,
103 hiPFCandCleanerforJets,
107 hiFJRhoFlowModulation,
110 recoPFJetsHI = cms.Sequence(recoPFJetsHITask)