1 import FWCore.ParameterSet.Config
as cms
3 from RecoHGCal.TICL.TICLSeedingRegions_cff
import ticlSeedingGlobal, ticlSeedingGlobalHFNose
4 from RecoHGCal.TICL.trackstersProducer_cfi
import trackstersProducer
as _trackstersProducer
5 from RecoHGCal.TICL.filteredLayerClustersProducer_cfi
import filteredLayerClustersProducer
as _filteredLayerClustersProducer
9 filteredLayerClustersFastJet = _filteredLayerClustersProducer.clone(
10 clusterFilter =
"ClusterFilterByAlgoAndSize",
12 iteration_label =
"FastJet" 17 ticlTrackstersFastJet = _trackstersProducer.clone(
18 filtered_mask =
"filteredLayerClustersFastJet:FastJet",
19 seeding_regions =
"ticlSeedingGlobal",
21 patternRecognitionBy =
"FastJet",
22 pluginPatternRecognitionByFastJet = dict (
27 from Configuration.ProcessModifiers.ticl_v5_cff
import ticl_v5
28 ticl_v5.toModify(ticlTrackstersFastJet.pluginPatternRecognitionByFastJet, computeLocalTime = cms.bool(
True))
31 ticlFastJetStepTask = cms.Task(ticlSeedingGlobal
32 ,filteredLayerClustersFastJet
33 ,ticlTrackstersFastJet)