CMS 3D CMS Logo

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

Initial value:
00001 cms.EDFilter("CandViewRefSelector",
00002                                  src = cms.InputTag("egSuperClusterCands"),
00003                                  cut = cms.string('et > 3.0')
00004                                  )

Definition at line 49 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.EDProducer("ConcreteEcalCandidateProducer",
00002                                    src = cms.InputTag("egSuperClusterMerger"),
00003                                    particleType = cms.string('gamma')
00004                                    )

Definition at line 44 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.EDProducer("EgammaSuperClusterMerger",
00002                                    src = cms.VInputTag(cms.InputTag('correctedHybridSuperClusters'),
00003                                                        cms.InputTag('correctedMulti5x5SuperClustersWithPreshower'))
00004                                    )

Definition at line 40 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.EDFilter("CandViewCountFilter",
00002                                      src = cms.InputTag("eggoodSuperClusters"),
00003                                      minNumber = cms.uint32(2)
00004                                      )

Definition at line 54 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.EDFilter("EtaPtMinCandViewSelector",
00002                           src = cms.InputTag("iterativeCone5CaloJets"),
00003                           ptMin   = cms.double(5),
00004                           etaMin = cms.double(-2),
00005                           etaMax = cms.double(2)
00006                           )

Definition at line 63 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.EDFilter("CandViewCountFilter",
00002                               src = cms.InputTag("gammaJet"),
00003                               minNumber = cms.uint32(2)
00004                               )

Definition at line 70 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.Sequence(
00002         egSuperClusterMerger+egSuperClusterCands+eggoodSuperClusters+egSuperClusterPt5Filter
00003             )

Definition at line 59 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.EDFilter("PhotonSelector",
00002                                       src = cms.InputTag("photons"),
00003                                       cut = cms.string('pt > 10 && abs(eta) < 2.7' ),
00004                                       filter = cms.bool(True)
00005                                       )

Definition at line 28 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.Sequence(
00002         #exoticaMuHLT+
00003         singlePhotonPt10Filter
00004         )

Definition at line 85 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.EDFilter("PhotonSelector",
00002                                       src = cms.InputTag("photons"),
00003                                       cut = cms.string('pt > 15 && abs(eta) < 2.7' ),
00004                                       filter = cms.bool(True)
00005                                       )

Definition at line 23 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.Sequence(
00002         #exoticaMuHLT+
00003         singlePhotonPt15Filter
00004         )

Definition at line 81 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.EDFilter("PhotonSelector",
00002                                      src = cms.InputTag("photons"),
00003                                      cut = cms.string('pt > 20 && abs(eta) < 2.7' ),
00004                                      filter = cms.bool(True)                                                  
00005 )

Definition at line 18 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.Sequence(
00002     #exoticaMuHLT+
00003     singlePhotonPt20Filter
00004 )

Definition at line 77 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.EDFilter("PhotonSelector",
00002                                      src = cms.InputTag("photons"),
00003                                      cut = cms.string('pt > 5 && abs(eta) < 2.7' ),
00004                                      filter = cms.bool(True)
00005                                      )

Definition at line 33 of file singlePhotonSkim_cff.py.

Initial value:
00001 cms.Sequence(
00002         #exoticaMuHLT+
00003         oneEmCluster+gammaJet+gammaJetFilter+singlePhotonPt5Filter
00004         )

Definition at line 89 of file singlePhotonSkim_cff.py.