1 import FWCore.ParameterSet.Config
as cms
8 from RecoJets.JetProducers.caTopTaggers_cff
import cmsTopTagPFJetsCHS
11 from CommonTools.PileupAlgos.softKiller_cfi
import softKiller
12 from RecoJets.JetProducers.fixedGridRhoProducer_cfi
import fixedGridRhoAll
14 from RecoJets.JetProducers.ak8PFJetsCHS_groomingValueMaps_cfi
import ak8PFJetsCHSPrunedMass, ak8PFJetsCHSFilteredMass, ak8PFJetsCHSTrimmedMass, ak8PFJetsCHSSoftDropMass
17 fixedGridRhoFastjetCentral = fixedGridRhoFastjetAll.clone(
18 maxRapidity = cms.double(2.5)
21 fixedGridRhoFastjetCentralChargedPileUp = fixedGridRhoFastjetAll.clone(
22 pfCandidatesTag =
"pfPileUpAllChargedParticles",
26 fixedGridRhoFastjetCentralNeutral = fixedGridRhoFastjetAll.clone(
27 pfCandidatesTag =
"pfAllNeutralHadronsAndPhotons",
31 recoPFJetsTask =cms.Task(fixedGridRhoAll,
32 fixedGridRhoFastjetAll,
33 fixedGridRhoFastjetCentral,
34 fixedGridRhoFastjetCentralChargedPileUp,
35 fixedGridRhoFastjetCentralNeutral,
39 ak8PFJetsCHSConstituents,
41 ak8PFJetsCHSSoftDropMass,
45 recoPFJets = cms.Sequence(recoPFJetsTask)
47 recoAllPFJetsTask=cms.Task(fixedGridRhoAll,
48 fixedGridRhoFastjetAll,
49 fixedGridRhoFastjetCentral,
50 fixedGridRhoFastjetCentralChargedPileUp,
51 fixedGridRhoFastjetCentralNeutral,
65 ak8PFJetsCHSPrunedMass,
66 ak8PFJetsCHSTrimmedMass,
67 ak8PFJetsCHSSoftDropMass,
68 ak8PFJetsCHSFilteredMass,
69 ca15PFJetsCHSMassDropFiltered,
72 recoAllPFJets=cms.Sequence(recoAllPFJetsTask)
74 recoPFJetsWithSubstructureTask=cms.Task(
76 fixedGridRhoFastjetAll,
77 fixedGridRhoFastjetCentral,
78 fixedGridRhoFastjetCentralChargedPileUp,
79 fixedGridRhoFastjetCentralNeutral,
93 ak8PFJetsCHSConstituents,
94 ak8PFJetsCHSPrunedMass,
95 ak8PFJetsCHSTrimmedMass,
96 ak8PFJetsCHSSoftDropMass,
97 ak8PFJetsCHSFilteredMass,
98 ca15PFJetsCHSMassDropFiltered,
99 ca15PFJetsCHSFiltered,
101 ak8PFJetsCSConstituents,
107 recoPFJetsWithSubstructure=cms.Sequence(recoPFJetsWithSubstructureTask)
111 recoPFJetsHITask =cms.Task(fixedGridRhoAll,
112 fixedGridRhoFastjetAll,
113 fixedGridRhoFastjetCentral,
114 fixedGridRhoFastjetCentralChargedPileUp,
115 fixedGridRhoFastjetCentralNeutral,
127 recoPFJetsHI = cms.Sequence(recoPFJetsHITask)