Variables | |
tuple | piZeroDiscriminators |
00001 cms.EDProducer("PiZeroDiscriminatorProducer", 00002 # building preshower clusters 00003 preshClusterShapeProducer = cms.string('preshowerClusterShape'), 00004 corrPhoProducer = cms.string('photons'), 00005 correctedPhotonCollection = cms.string(''), 00006 preshStripEnergyCut = cms.double(0.0), 00007 w0 = cms.double(4.2), 00008 EScorr = cms.int32(1), 00009 Pi0Association = cms.string('PhotonPi0DiscriminatorAssociationMap'), 00010 preshPi0Nstrip = cms.int32(5), 00011 preshClusterShapeCollectionX = cms.string('preshowerXClustersShape'), 00012 preshClusterShapeCollectionY = cms.string('preshowerYClustersShape'), 00013 barrelRecHitCollection = cms.InputTag('reducedEcalRecHitsEB'), 00014 endcapRecHitCollection = cms.InputTag('reducedEcalRecHitsEE'), 00015 # DEBUG: very verbose INFO: minimal printout 00016 debugLevel = cms.string('INFO') 00017 #debugLevel = cms.string('DEBUG') 00018 )
Definition at line 5 of file piZeroDiscriminators_cfi.py.