00001 import FWCore.ParameterSet.Config as cms 00002 00003 00004 from RecoParticleFlow.PFTracking.particleFlowTrack_cff import * 00005 00006 from RecoParticleFlow.PFProducer.particleFlowSimParticle_cff import * 00007 from RecoParticleFlow.PFProducer.particleFlowBlock_cff import * 00008 00009 from RecoParticleFlow.PFProducer.particleFlow_cff import * 00010 from RecoParticleFlow.PFTracking.nuclearRemainingHits_cff import * 00011 00012 particleFlowRecoNuclear = cms.Sequence( 00013 nuclearRemainingHits* 00014 particleFlowTrackWithNuclear* 00015 particleFlowBlock*particleFlowTmp 00016 ) 00017 particleFlowBlock.useNuclear = True 00018 00019