CMS 3D CMS Logo

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

Variables

tuple simpleEleId70cIso
 test for electronId More...
 

Variable Documentation

tuple topElectronID_cff.simpleEleId70cIso
Initial value:
1 = cms.EDProducer(
2  "EleIdCutBasedExtProducer",
3  src = cms.InputTag("gedGsfElectrons"),
4  reducedBarrelRecHitCollection = cms.InputTag("reducedEcalRecHitsEB"),
5  reducedEndcapRecHitCollection = cms.InputTag("reducedEcalRecHitsEE"),
6  verticesCollection = cms.InputTag("offlineBeamSpot"),
7  dataMagneticFieldSetUp = cms.bool(False),
8  dcsTag = cms.InputTag("scalersRawToDigi"),
9  algorithm = cms.string('eIDCB'),
10  electronIDType = cms.string('robust'),
11  electronQuality = cms.string('70cIso'),
12  electronVersion = cms.string('V04'),
13  ## 70% point modified with restricting cuts to physical values
14  robust70cIsoEleIDCutsV04 = cms.PSet(
15  barrel = cms.vdouble(2.5e-02, 1.0e-02, 3.0e-02, 4.0e-03, -1, -1, 9999., 9999., 9999., 9999., 9999., 9999.,
16  9999., 9999., 9999., 9999., 9999., 4.0e-02, 0.0, -9999., 9999., 9999., 0, -1, 0.02, 0.02, ),
17  endcap = cms.vdouble(2.5e-02, 3.0e-02, 2.0e-02, 5.0e-03, -1, -1, 9999., 9999., 9999., 9999., 9999., 9999.,
18  9999., 9999., 9999., 9999., 9999., 3.0e-02, 0.0, -9999., 9999., 9999., 0, -1, 0.02, 0.02, ),
19  ),
20 )

test for electronId

Definition at line 4 of file topElectronID_cff.py.