CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
piZeroDiscriminators_cfi.py
Go to the documentation of this file.
2 
3 # $Id: piZeroDiscriminators_cfi.py,v 1.4 2009/05/26 10:50:33 akyriaki Exp $
4 # Preshower cluster producer
5 piZeroDiscriminators = cms.EDProducer("PiZeroDiscriminatorProducer",
6  # building preshower clusters
7  preshClusterShapeProducer = cms.string('preshowerClusterShape'),
8  corrPhoProducer = cms.string('photons'),
9  correctedPhotonCollection = cms.string(''),
10  preshStripEnergyCut = cms.double(0.0),
11  w0 = cms.double(4.2),
12  EScorr = cms.int32(1),
13  Pi0Association = cms.string('PhotonPi0DiscriminatorAssociationMap'),
14  preshPi0Nstrip = cms.int32(5),
15  preshClusterShapeCollectionX = cms.string('preshowerXClustersShape'),
16  preshClusterShapeCollectionY = cms.string('preshowerYClustersShape'),
17  barrelRecHitCollection = cms.InputTag('reducedEcalRecHitsEB'),
18  endcapRecHitCollection = cms.InputTag('reducedEcalRecHitsEE'),
19  # DEBUG: very verbose INFO: minimal printout
20  debugLevel = cms.string('INFO')
21  #debugLevel = cms.string('DEBUG')
22 )
23 
24