CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfClusterShapes_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pfClusterShapes = cms.EDProducer("PFClusterShapeProducer",
4  PFClusterShapesLabel = cms.string('ECAL'),
5  PFClustersECAL = cms.InputTag("particleFlowCluster","ECAL"),
6  PFRecHitsECAL = cms.InputTag("particleFlowCluster","ECAL"),
7  useFractions = cms.bool(False),
8  W0 = cms.double(4.2)
9 )
10 
11