CMS 3D CMS Logo

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

Variables

tuple cleanPhotonFilter = photonFilter.clone(src=cms.InputTag("goodCleanPhotons"))
 
tuple electrons = cms.Sequence(rechits*hiPrimSeeds*hiElectronSequence)
 
tuple goodCleanPhotons = goodPhotons.clone(src=cms.InputTag("cleanPhotons"))
 
tuple goodCleanPhotonsForZEE = goodPhotonsForZEE.clone(src=cms.InputTag("cleanPhotons"))
 
tuple goodPhotons
 
tuple goodPhotonsForZEE
 
tuple hltPhotonHI = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()
 
tuple photonCombiner
 
tuple photonFilter
 
tuple photonPairCounter
 
tuple photonSkimSequence
 
tuple primaryVertexFilterForZEE
 
tuple rechits = cms.Sequence(siPixelRecHits*siStripMatchedRecHits)
 
tuple twoPhotonFilter
 
tuple zEESkimSequence
 

Variable Documentation

tuple HI_PhotonSkim_cff.cleanPhotonFilter = photonFilter.clone(src=cms.InputTag("goodCleanPhotons"))

Definition at line 36 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.electrons = cms.Sequence(rechits*hiPrimSeeds*hiElectronSequence)

Definition at line 77 of file HI_PhotonSkim_cff.py.

Referenced by ElectronIDAnalyzer.analyze(), PatElectronAnalyzer.analyze(), ElectronMcSignalValidatorMiniAOD.analyze(), PatBasicAnalyzer.analyze(), MuonMonitor.analyze(), METMonitor.analyze(), ObjMonitor.analyze(), ResolutionCreator.analyze(), PhotonMonitor.analyze(), TopMonitor.analyze(), HTMonitor.analyze(), B2GDoubleLeptonHLTValidation.analyze(), B2GSingleLeptonHLTValidation.analyze(), SiStripElectronAnalyzer.analyze(), ZCounting.analyzeElectrons(), EgammaObjects.analyzeElectrons(), RPixDetClusterizer.buildClusters(), pat::LeptonJetIsolationAngle.calculate(), RPixDetClusterizer.calibrate(), PixelThresholdClusterizer.calibrate(), GsfElectronAlgo.completeElectrons(), DeepTauId.createConvFeatures(), HLTTauRefProducer.doElectrons(), pat::DuplicatedElectronRemover.duplicatesToRemove(), EGExtraInfoModifierFromValueMaps< MapType, OutputType >.EGExtraInfoModifierFromValueMaps(), EGFull5x5ShowerShapeModifierFromValueMaps.EGFull5x5ShowerShapeModifierFromValueMaps(), pat::DuplicatedPhotonRemover.electronsBySeed(), pat::DuplicatedPhotonRemover.electronsBySuperCluster(), EwkElecTauHistManager.fillHistograms(), pat::PATLeptonCountFilter.filter(), ElectronIdFilter.filter(), LeptonSkimming.filter(), pat::PATMHTProducer.getElectrons(), CSCWireHitSim.getIonizationClusters(), HGCalHitCalibration.HGCalHitCalibration(), HLTPMDocaFilter.hltFilter(), HLTPMMassFilter.hltFilter(), HLTFiltCand.hltFilter(), HLTElectronMuonInvMassFilter.hltFilter(), HLTTauRefProducer.HLTTauRefProducer(), GEDGsfElectronValueMapProducer.produce(), ElectronMatchedCandidateProducer.produce(), GEDGsfElectronCoreProducer.produce(), LowPtGsfElectronCoreProducer.produce(), GsfElectronCoreEcalDrivenProducer.produce(), TtFullLepKinSolutionProducer.produce(), StEvtSolutionMaker.produce(), TtDilepEvtSolutionMaker.produce(), TtSemiEvtSolutionMaker.produce(), TtSemiLepSignalSelMVAComputer.produce(), ElectronIDExternalProducer< algo >.produce(), LowPtGSFToPackedCandidateLinker.produce(), LowPtGsfElectronIDProducer.produce(), pat::DuplicatedElectronCleaner.produce(), edm::GenericSelectorByValueMap< T, C >.produce(), pat::PATConversionProducer.produce(), PATObjectCrossLinker.produce(), PFTauPrimaryVertexProducerBase.produce(), MuonFSRProducer.produce(), pat::PATElectronProducer.produce(), LeptonFSRProducer.produce(), HLTJetsCleanedFromLeadingLeptons< JetType >.produce(), SelectedElectronFEDListProducer< TEle, TCand >.produce(), ElectronIDSelector< algo >.select(), pf2pat::ElectronIDPFCandidateSelectorDefinition.select(), and CSCGasCollisions.writeSummary().

tuple HI_PhotonSkim_cff.goodCleanPhotons = goodPhotons.clone(src=cms.InputTag("cleanPhotons"))

Definition at line 31 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.goodCleanPhotonsForZEE = goodPhotonsForZEE.clone(src=cms.InputTag("cleanPhotons"))

Definition at line 32 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.goodPhotons
Initial value:
1 = cms.EDFilter("PhotonSelector",
2  src = cms.InputTag("photons"),
3  cut = cms.string('et > 20 && hadronicOverEm < 0.1 && r9 > 0.8 && sigmaIetaIeta > 0.002')
4 )

Definition at line 11 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.goodPhotonsForZEE
Initial value:
1 = goodPhotons.clone(
2  cut=cms.string('et > 20 && hadronicOverEm < 0.2 && r9 > 0.5 && sigmaIetaIeta > 0.002')
3 )

Definition at line 16 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.hltPhotonHI = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()

Definition at line 5 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.photonCombiner
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  checkCharge = cms.bool(False),
3  cut = cms.string('60 < mass < 120'),
4  decay = cms.string('goodCleanPhotonsForZEE goodCleanPhotonsForZEE')
5 )

Definition at line 62 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.photonFilter
Initial value:
1 = cms.EDFilter("EtMinPhotonCountFilter",
2  src = cms.InputTag("goodPhotons"),
3  etMin = cms.double(40.0),
4  minNumber = cms.uint32(1)
5 )

Definition at line 21 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.photonPairCounter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("photonCombiner"),
3  minNumber = cms.uint32(1)
4 )

Definition at line 68 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.photonSkimSequence
Initial value:
1 = cms.Sequence(hltPhotonHI
2  * goodPhotons
3  * photonFilter
4  * hiPhotonCleaningSequence
5  * goodCleanPhotons
6  * cleanPhotonFilter
7  )

Definition at line 39 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.primaryVertexFilterForZEE
Initial value:
1 = cms.EDFilter("VertexSelector",
2  src = cms.InputTag("hiSelectedVertex"),
3  cut = cms.string("!isFake && abs(z) <= 25 && position.Rho <= 2"),
4  filter = cms.bool(True), # otherwise it won't filter the events
5  )

Definition at line 48 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.rechits = cms.Sequence(siPixelRecHits*siStripMatchedRecHits)
tuple HI_PhotonSkim_cff.twoPhotonFilter
Initial value:
1 = cms.EDFilter("EtMinPhotonCountFilter",
2  src = cms.InputTag("goodPhotonsForZEE"),
3  etMin = cms.double(20.0),
4  minNumber = cms.uint32(2)
5 )

Definition at line 55 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.zEESkimSequence
Initial value:
1 = cms.Sequence(hltPhotonHI
2  * primaryVertexFilterForZEE
3  * goodPhotonsForZEE
4  * twoPhotonFilter
5  * hiPhotonCleaningSequence
6  * goodCleanPhotonsForZEE
7  * photonCombiner
8  * photonPairCounter
9  * electrons
10  )

Definition at line 80 of file HI_PhotonSkim_cff.py.