CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PhotonEnrichmentFilter_cfi.py
Go to the documentation of this file.
2 
3 PhotonEnrichmentFilter = cms.EDFilter("PhotonEnrichmentFilter",
4  Debug = cms.bool(False),
5  #Report = cms.bool(False),
6  ClusterConeSize = cms.double(0.085),
7  EMSeedThreshold = cms.double(8.0),
8  PionSeedThreshold = cms.double(15.0),
9  GenParticleThreshold = cms.double(1.0),
10  SecondarySeedThreshold = cms.double(1.0),
11  IsoConeSize = cms.double(0.4),
12  IsolationCutOff = cms.double(50.0),
13 
14  ClusterEtThreshold = cms.double(20.0),
15  ClusterEtRatio = cms.double(0.50),
16  CaloIsoEtRatio = cms.double(0.60),
17  TrackIsoEtRatio = cms.double(0.40),
18  ClusterTrackEtRatio = cms.double(0.55),
19 
20  MaxClusterCharge = cms.int32(3),
21  ChargedParticleThreshold = cms.int32(4),
22  ClusterNonSeedThreshold = cms.int32(5),
23  ClusterSeedThreshold = cms.int32(9),
24  NumPhotons = cms.int32(1)
25  )