1 import FWCore.ParameterSet.Config
as cms
4 caloEventShapeVars = cms.EDProducer(
"EventShapeVarsProducer",
7 src = cms.InputTag(
"towerMaker"),
15 fwmax = cms.uint32(0),
18 pfEventShapeVars = caloEventShapeVars.clone(
19 src = cms.InputTag(
"pfNoPileUp")
22 produceEventShapeVars = cms.Sequence( caloEventShapeVars * pfEventShapeVars )