CMS 3D CMS Logo

pdwgDoubleElectron_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 DoubleElectron = Configuration.Skimming.pdwgLeptonRecoSkim_cfi.PdwgLeptonRecoSkim.clone()
4 DoubleElectron.UseElectronSelection = cms.bool(True)
5 DoubleElectron.electronPtMin = cms.double(10)
6 DoubleElectron.electronN = cms.int32(2)
7 DoubleElectron.filterName = cms.string("DoubleElectron")
8