CMS 3D CMS Logo

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

Variables

tuple eggoodSuperClusters
 
tuple egSuperClusterCands
 
tuple egSuperClusterMerger
 
tuple egSuperClusterPt5Filter
 
tuple gammaJet
 
tuple gammaJetFilter
 
tuple oneEmCluster
 
tuple singlePhotonPt10Filter
 
tuple singlePhotonPt10QualitySeq
 
tuple singlePhotonPt15Filter
 
tuple singlePhotonPt15QualitySeq
 
tuple singlePhotonPt20Filter
 
tuple singlePhotonPt20QualitySeq
 
tuple singlePhotonPt5Filter
 
tuple singlePhotonPt5QualitySeq
 

Variable Documentation

tuple singlePhotonSkim_cff.eggoodSuperClusters
Initial value:
1 = cms.EDFilter("CandViewRefSelector",
2  src = cms.InputTag("egSuperClusterCands"),
3  cut = cms.string('et > 3.0')
4  )

Definition at line 49 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.egSuperClusterCands
Initial value:
1 = cms.EDProducer("ConcreteEcalCandidateProducer",
2  src = cms.InputTag("egSuperClusterMerger"),
3  particleType = cms.string('gamma')
4  )

Definition at line 44 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.egSuperClusterMerger
Initial value:
1 = cms.EDProducer("EgammaSuperClusterMerger",
2  src = cms.VInputTag(cms.InputTag('correctedHybridSuperClusters'),
3  cms.InputTag('correctedMulti5x5SuperClustersWithPreshower'))
4  )

Definition at line 40 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.egSuperClusterPt5Filter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("eggoodSuperClusters"),
3  minNumber = cms.uint32(2)
4  )

Definition at line 54 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.gammaJet
Initial value:
1 = cms.EDFilter("EtaPtMinCandViewSelector",
2  src = cms.InputTag("iterativeCone5CaloJets"),
3  ptMin = cms.double(5),
4  etaMin = cms.double(-2),
5  etaMax = cms.double(2)
6  )

Definition at line 63 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.gammaJetFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("gammaJet"),
3  minNumber = cms.uint32(2)
4  )

Definition at line 70 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.oneEmCluster
Initial value:
1 = cms.Sequence(
2  egSuperClusterMerger+egSuperClusterCands+eggoodSuperClusters+egSuperClusterPt5Filter
3  )

Definition at line 59 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.singlePhotonPt10Filter
Initial value:
1 = cms.EDFilter("PhotonSelector",
2  src = cms.InputTag("photons"),
3  cut = cms.string('pt > 10 && abs(eta) < 2.7' ),
4  filter = cms.bool(True)
5  )

Definition at line 28 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.singlePhotonPt10QualitySeq
Initial value:
1 = cms.Sequence(
2  #exoticaMuHLT+
3  singlePhotonPt10Filter
4  )

Definition at line 85 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.singlePhotonPt15Filter
Initial value:
1 = cms.EDFilter("PhotonSelector",
2  src = cms.InputTag("photons"),
3  cut = cms.string('pt > 15 && abs(eta) < 2.7' ),
4  filter = cms.bool(True)
5  )

Definition at line 23 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.singlePhotonPt15QualitySeq
Initial value:
1 = cms.Sequence(
2  #exoticaMuHLT+
3  singlePhotonPt15Filter
4  )

Definition at line 81 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.singlePhotonPt20Filter
Initial value:
1 = cms.EDFilter("PhotonSelector",
2  src = cms.InputTag("photons"),
3  cut = cms.string('pt > 20 && abs(eta) < 2.7' ),
4  filter = cms.bool(True)
5 )

Definition at line 18 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.singlePhotonPt20QualitySeq
Initial value:
1 = cms.Sequence(
2  #exoticaMuHLT+
3  singlePhotonPt20Filter
4 )

Definition at line 77 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.singlePhotonPt5Filter
Initial value:
1 = cms.EDFilter("PhotonSelector",
2  src = cms.InputTag("photons"),
3  cut = cms.string('pt > 5 && abs(eta) < 2.7' ),
4  filter = cms.bool(True)
5  )

Definition at line 33 of file singlePhotonSkim_cff.py.

tuple singlePhotonSkim_cff.singlePhotonPt5QualitySeq
Initial value:
1 = cms.Sequence(
2  #exoticaMuHLT+
3  oneEmCluster+gammaJet+gammaJetFilter+singlePhotonPt5Filter
4  )

Definition at line 89 of file singlePhotonSkim_cff.py.