CMS 3D CMS Logo

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

Variables

tuple DIELECTRON_CUT = ("mass > 40 && daughter(0).pt>20 && daughter(1).pt()>10")
 
tuple diZeeElectrons
 
tuple diZeeElectronsFilter
 
tuple ELECTRON_CUT = ("pt > 10 && abs(eta)<2.5")
 
tuple eleIDWP
 
tuple goodZeeElectrons
 
tuple identifiedElectrons
 
 RUN_ON_MINIAOD = False
 
tuple zdiElectronSequence = cms.Sequence(goodZeeElectrons*identifiedElectrons*diZeeElectrons* diZeeElectronsFilter )
 

Variable Documentation

tuple ZElectronSkim_cff.DIELECTRON_CUT = ("mass > 40 && daughter(0).pt>20 && daughter(1).pt()>10")

Definition at line 40 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.diZeeElectrons
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  decay = cms.string("identifiedElectrons identifiedElectrons"),
3  checkCharge = cms.bool(False),
4  cut = cms.string(DIELECTRON_CUT)
5  )

Definition at line 42 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.diZeeElectronsFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("diZeeElectrons"),
3  minNumber = cms.uint32(1)
4  )

Definition at line 48 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.ELECTRON_CUT = ("pt > 10 && abs(eta)<2.5")

Definition at line 7 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.eleIDWP
Initial value:
1 = cms.PSet( #first for barrel, second for endcap. All values from https://indico.cern.ch/event/699197/contributions/2900013/attachments/1604361/2544765/Zee.pdf
2  full5x5_sigmaIEtaIEtaCut = cms.vdouble(0.0128 ,0.0445 ) , # full5x5_sigmaIEtaIEtaCut
3  dEtaInSeedCut = cms.vdouble(0.00523,0.00984) , # dEtaInSeedCut
4  dPhiInCut = cms.vdouble(0.159 ,0.157 ) , # dPhiInCut
5  hOverECut = cms.vdouble(0.247 ,0.0982 ) , # hOverECut
6  relCombIsolationWithEACut = cms.vdouble(0.168 ,0.185 ) , # relCombIsolationWithEALowPtCut
7  EInverseMinusPInverseCut = cms.vdouble(0.193 ,0.0962 ) ,
8  missingHitsCut = cms.vint32(2 ,3 ) # missingHitsCut
9 )

Definition at line 21 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.goodZeeElectrons
Initial value:
1 = cms.EDFilter("PATElectronRefSelector",
2  src = cms.InputTag("slimmedElectrons"),
3  cut = cms.string(ELECTRON_CUT)
4  )

Definition at line 11 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.identifiedElectrons
Initial value:
1 = cms.EDFilter("ZElectronsSelectorAndSkim",
2  src = cms.InputTag("goodZeeElectrons"),
3  eleID = eleIDWP,
4  absEtaMin=cms.vdouble( 0.0000, 1.0000, 1.4790, 2.0000, 2.2000, 2.3000, 2.4000),
5  absEtaMax=cms.vdouble( 1.0000, 1.4790, 2.0000, 2.2000, 2.3000, 2.4000, 5.0000),
6  effectiveAreaValues=cms.vdouble( 0.1703, 0.1715, 0.1213, 0.1230, 0.1635, 0.1937, 0.2393),
7  rho = cms.InputTag("fixedGridRhoFastjetCentralCalo") #from https://github.com/cms-sw/cmssw/blob/09c3fce6626f70fd04223e7dacebf0b485f73f54/RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py#L564
8  )

Definition at line 32 of file ZElectronSkim_cff.py.

ZElectronSkim_cff.RUN_ON_MINIAOD = False

Definition at line 3 of file ZElectronSkim_cff.py.

tuple ZElectronSkim_cff.zdiElectronSequence = cms.Sequence(goodZeeElectrons*identifiedElectrons*diZeeElectrons* diZeeElectronsFilter )

Definition at line 55 of file ZElectronSkim_cff.py.