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

from ..modules.hltParticleFlowClusterECALUncorrectedUnseeded_cfi import *
from ..modules.hltParticleFlowClusterECALUnseeded_cfi import *
from ..modules.hltParticleFlowRecHitECALUnseeded_cfi import *
from ..modules.hltParticleFlowSuperClusterECALUnseeded_cfi import *

HLTPFClusteringForEgammaUnseededSequence = cms.Sequence(hltParticleFlowRecHitECALUnseeded+hltParticleFlowClusterECALUncorrectedUnseeded+hltParticleFlowClusterECALUnseeded+hltParticleFlowSuperClusterECALUnseeded)