Main Page
Namespaces
Classes
Package Documentation
RecoEcal
EgammaClusterProducers
python
cosmicClusteringSequence_cff.py
Go to the documentation of this file.
1
# The following comments couldn't be translated into the new config version:
2
3
#,
4
import
FWCore.ParameterSet.Config
as
cms
5
6
#------------------
7
# clustering:
8
#------------------
9
# BasicCluster producer
10
from
RecoEcal.EgammaClusterProducers.cosmicBasicClusters_cfi
import
*
11
# SuperCluster producer
12
from
RecoEcal.EgammaClusterProducers.cosmicSuperClusters_cfi
import
*
13
# SuperCluster with Preshower producer
14
#include "RecoEcal/EgammaClusterProducers/data/SuperClustersWithPreshower.cfi"
15
# create sequence for clustering
16
cosmicClusteringSequence = cms.Sequence(cosmicBasicClusters * cosmicSuperClusters)
cosmicSuperClusters_cfi
cosmicBasicClusters_cfi
Generated for CMSSW Reference Manual by
1.8.11