![]() |
|
|||
File indexing completed on 2023-03-17 10:49:07
0001 import FWCore.ParameterSet.Config as cms 0002 import Configuration.Skimming.pdwgLeptonRecoSkim_cfi 0003 DoubleElectron = Configuration.Skimming.pdwgLeptonRecoSkim_cfi.PdwgLeptonRecoSkim.clone() 0004 DoubleElectron.UseElectronSelection = cms.bool(True) 0005 DoubleElectron.electronPtMin = cms.double(10) 0006 DoubleElectron.electronN = cms.int32(2) 0007 DoubleElectron.filterName = cms.string("DoubleElectron") 0008
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |