Main Page
Namespaces
Classes
Package Documentation
RecoEcal
EgammaClusterProducers
python
preshowerClusteringSequence_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
#
5
#------------------
6
#Preshower clustering:
7
#------------------
8
# producer for endcap SuperClusters including preshower energy
9
from
RecoEcal.EgammaClusterProducers.correctedEndcapSuperClustersWithPreshower_cfi
import
*
10
# producer for preshower cluster shapes
11
from
RecoEcal.EgammaClusterProducers.preshowerClusterShape_cfi
import
*
12
# create sequence for preshower clustering
13
preshowerClusteringSequence = cms.Sequence(correctedEndcapSuperClustersWithPreshower*preshowerClusterShape)
14
preshowerClusterShape_cfi
correctedEndcapSuperClustersWithPreshower_cfi
Generated for CMSSW Reference Manual by
1.8.11