CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
topElectronID_cff.py
Go to the documentation of this file.
2 
3 ## test for electronId
4 simpleEleId70cIso = cms.EDProducer(
5  "EleIdCutBasedExtProducer",
6  src = cms.InputTag("gsfElectrons"),
7  reducedBarrelRecHitCollection = cms.InputTag("reducedEcalRecHitsEB"),
8  reducedEndcapRecHitCollection = cms.InputTag("reducedEcalRecHitsEE"),
9  verticesCollection = cms.InputTag("offlineBeamSpot"),
10  dataMagneticFieldSetUp = cms.bool(False),
11  dcsTag = cms.InputTag("scalersRawToDigi"),
12  algorithm = cms.string('eIDCB'),
13  electronIDType = cms.string('robust'),
14  electronQuality = cms.string('70cIso'),
15  electronVersion = cms.string('V04'),
16  ## 70% point modified with restricting cuts to physical values
17  robust70cIsoEleIDCutsV04 = cms.PSet(
18  barrel = cms.vdouble(2.5e-02, 1.0e-02, 3.0e-02, 4.0e-03, -1, -1, 9999., 9999., 9999., 9999., 9999., 9999.,
19  9999., 9999., 9999., 9999., 9999., 4.0e-02, 0.0, -9999., 9999., 9999., 0, -1, 0.02, 0.02, ),
20  endcap = cms.vdouble(2.5e-02, 3.0e-02, 2.0e-02, 5.0e-03, -1, -1, 9999., 9999., 9999., 9999., 9999., 9999.,
21  9999., 9999., 9999., 9999., 9999., 3.0e-02, 0.0, -9999., 9999., 9999., 0, -1, 0.02, 0.02, ),
22  ),
23 )