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 recoPFJets =cms.Sequence(fixedGridRhoAll+
32 fixedGridRhoFastjetAll+
33 fixedGridRhoFastjetCentral+
34 fixedGridRhoFastjetCentralChargedPileUp+
35 fixedGridRhoFastjetCentralNeutral+
37 pfNoPileUpJMESequence+
40 ak8PFJetsCHSConstituents+
42 ak8PFJetsCHSSoftDropMass+
46 recoAllPFJets=cms.Sequence(fixedGridRhoAll+
47 fixedGridRhoFastjetAll+
48 fixedGridRhoFastjetCentral+
49 fixedGridRhoFastjetCentralChargedPileUp+
50 fixedGridRhoFastjetCentralNeutral+
52 pfNoPileUpJMESequence+
64 ak8PFJetsCHSPrunedMass+
65 ak8PFJetsCHSTrimmedMass+
66 ak8PFJetsCHSSoftDropMass+
67 ak8PFJetsCHSFilteredMass+
68 ca15PFJetsCHSMassDropFiltered+
73 recoPFJetsWithSubstructure=cms.Sequence(
75 fixedGridRhoFastjetAll+
76 fixedGridRhoFastjetCentral+
77 fixedGridRhoFastjetCentralChargedPileUp+
78 fixedGridRhoFastjetCentralNeutral+
80 pfNoPileUpJMESequence+
92 ak8PFJetsCHSConstituents+
93 ak8PFJetsCHSPrunedMass+
94 ak8PFJetsCHSTrimmedMass+
95 ak8PFJetsCHSSoftDropMass+
96 ak8PFJetsCHSFilteredMass+
97 ca15PFJetsCHSMassDropFiltered+
98 ca15PFJetsCHSFiltered+
100 ak8PFJetsCSConstituents+