CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
piZeroDiscriminators_cfi Namespace Reference

Variables

tuple piZeroDiscriminators
 

Variable Documentation

tuple piZeroDiscriminators_cfi.piZeroDiscriminators
Initial value:
1 = cms.EDProducer("PiZeroDiscriminatorProducer",
2  # building preshower clusters
3  preshClusterShapeProducer = cms.string('preshowerClusterShape'),
4  corrPhoProducer = cms.string('photons'),
5  correctedPhotonCollection = cms.string(''),
6  preshStripEnergyCut = cms.double(0.0),
7  w0 = cms.double(4.2),
8  EScorr = cms.int32(1),
9  Pi0Association = cms.string('PhotonPi0DiscriminatorAssociationMap'),
10  preshPi0Nstrip = cms.int32(5),
11  preshClusterShapeCollectionX = cms.string('preshowerXClustersShape'),
12  preshClusterShapeCollectionY = cms.string('preshowerYClustersShape'),
13  barrelRecHitCollection = cms.InputTag('reducedEcalRecHitsEB'),
14  endcapRecHitCollection = cms.InputTag('reducedEcalRecHitsEE'),
15  # DEBUG: very verbose INFO: minimal printout
16  debugLevel = cms.string('INFO')
17  #debugLevel = cms.string('DEBUG')
18 )

Definition at line 5 of file piZeroDiscriminators_cfi.py.