Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:41

0001 import FWCore.ParameterSet.Config as cms
0002 import Configuration.Skimming.pdwgLeptonRecoSkim_cfi
0003 DoublePFElectron = Configuration.Skimming.pdwgLeptonRecoSkim_cfi.PdwgLeptonRecoSkim.clone()
0004 DoublePFElectron.UsePfElectronSelection = cms.bool(True)
0005 DoublePFElectron.pfElectronPtMin = cms.double(10)
0006 DoublePFElectron.pfElectronN = cms.int32(2)
0007 DoublePFElectron.filterName = cms.string("DoublePFElectron")
0008