Line Code
1 2 3 4 5 6 7
import FWCore.ParameterSet.Config as cms

from ..modules.hltParticleFlowClusterECALUncorrected_cfi import *
from ..modules.hltParticleFlowRecHitECALUnseeded_cfi import *
from ..sequences.HLTParticleFlowClusterECALSequence_cfi import *

HLTPfClusteringECALSequence = cms.Sequence(hltParticleFlowRecHitECALUnseeded+hltParticleFlowClusterECALUncorrected+HLTParticleFlowClusterECALSequence)