Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-08-21 04:46:35

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from ..modules.hltParticleFlowClusterHBHE_cfi import *
0004 from ..modules.hltParticleFlowClusterHCAL_cfi import *
0005 from ..modules.hltParticleFlowRecHitHBHE_cfi import *
0006 from ..modules.hltParticleFlowClusterECAL_cfi import *
0007 from ..modules.hltParticleFlowClusterECALUncorrected_cfi import *
0008 from ..modules.hltParticleFlowClusterHF_cfi import *
0009 from ..modules.hltParticleFlowClusterHO_cfi import *
0010 from ..modules.hltParticleFlowRecHitECAL_cfi import *
0011 from ..modules.hltParticleFlowRecHitHF_cfi import *
0012 from ..modules.hltParticleFlowRecHitHO_cfi import *
0013 from ..modules.hltPfClusterRefsForJets_cfi import *
0014 from ..modules.hltPfClusterRefsForJetsECAL_cfi import *
0015 from ..modules.hltPfClusterRefsForJetsHCAL_cfi import *
0016 from ..modules.hltPfClusterRefsForJetsHF_cfi import *
0017 from ..modules.hltPfClusterRefsForJetsHGCAL_cfi import *
0018 from ..modules.hltPfClusterRefsForJetsHO_cfi import *
0019 
0020 HLTPfClusterRefsForJetsSequence = cms.Sequence(hltParticleFlowRecHitECAL+hltParticleFlowRecHitHF+hltParticleFlowRecHitHO+hltParticleFlowRecHitHBHE+hltParticleFlowClusterHBHE+hltParticleFlowClusterHCAL+hltParticleFlowClusterECAL+hltParticleFlowClusterECALUncorrected+hltParticleFlowClusterHF+hltParticleFlowClusterHO+hltPfClusterRefsForJetsECAL+hltPfClusterRefsForJetsHCAL+hltPfClusterRefsForJetsHF+hltPfClusterRefsForJetsHGCAL+hltPfClusterRefsForJetsHO+hltPfClusterRefsForJets)