CMS 3D CMS Logo

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

Variables

tuple PhotonEnrichmentFilter
 

Variable Documentation

tuple PhotonEnrichmentFilter_cfi.PhotonEnrichmentFilter
Initial value:
1 = cms.EDFilter("PhotonEnrichmentFilter",
2  Debug = cms.bool(False),
3  #Report = cms.bool(False),
4  ClusterConeSize = cms.double(0.085),
5  EMSeedThreshold = cms.double(8.0),
6  PionSeedThreshold = cms.double(15.0),
7  GenParticleThreshold = cms.double(1.0),
8  SecondarySeedThreshold = cms.double(1.0),
9  IsoConeSize = cms.double(0.4),
10  IsolationCutOff = cms.double(50.0),
11 
12  ClusterEtThreshold = cms.double(20.0),
13  ClusterEtRatio = cms.double(0.50),
14  CaloIsoEtRatio = cms.double(0.60),
15  TrackIsoEtRatio = cms.double(0.40),
16  ClusterTrackEtRatio = cms.double(0.55),
17 
18  MaxClusterCharge = cms.int32(3),
19  ChargedParticleThreshold = cms.int32(4),
20  ClusterNonSeedThreshold = cms.int32(5),
21  ClusterSeedThreshold = cms.int32(9),
22  NumPhotons = cms.int32(1)
23  )

Definition at line 3 of file PhotonEnrichmentFilter_cfi.py.