Variables | |
tuple | uncleanedNonDuplicatedHybridSuperClusters |
00001 cms.EDProducer("CleanAndMergeProducer", 00002 # input collections: 00003 00004 cleanScInputTag = cms.InputTag('hybridSuperClusters'), 00005 uncleanScInputTag = cms.InputTag('uncleanedHybridSuperClusters'), 00006 00007 # names of collections to be produced: 00008 bcCollection = cms.string('hybridBarrelBasicClusters'), 00009 scCollection = cms.string('hybridBarrelSuperClusters'), 00010 refScCollection = cms.string('hybridCleanedCollectionRef'), 00011 # some extras (taken from hybridSuperClusters_cfi.py ) 00012 ecalhitproducer = cms.string('ecalRecHit'), 00013 ecalhitcollection = cms.string('EcalRecHitsEB'), 00014 posCalcParameters = cms.PSet( T0_barl = cms.double(7.4), 00015 T0_endc = cms.double(3.1), 00016 T0_endcPresh = cms.double(1.2), 00017 LogWeighted = cms.bool(True), 00018 W0 = cms.double(4.2), 00019 X0 = cms.double(0.89) 00020 ) 00021 00022 )
Definition at line 4 of file cleanAndMergeSuperClusters_cfi.py.