00001 import FWCore.ParameterSet.Config as cms 00002 00003 zToEEEventContent = cms.PSet( 00004 outputCommands = cms.untracked.vstring('keep recoCandidatesOwned_genParticleCandidates_*_*', 00005 'keep recoTracks_ctfWithMaterialTracks_*_*', 00006 'keep recoPixelMatchGsfElectrons_pixelMatchGsfElectrons_*_*', 00007 'keep recoCandidatesOwned_allElectrons_*_*', 00008 'keep recoCandidatesOwned_allTracks_*_*', 00009 'keep recoCandidatesOwned_allSuperClusters_*_*', 00010 'keep *_allElectronIsolations_*_*', 00011 'keep *_allTrackIsolations_*_*', 00012 'keep *_allSuperClusterIsolations_*_*', 00013 'keep *_zToEE_*_*', 00014 'keep *_zToEEOneTrack_*_*', 00015 'keep *_zToEEOneSuperCluster_*_*', 00016 'keep *_allElectronsGenParticlesMatch_*_*', 00017 'keep *_allTracksGenParticlesLeptonMatch_*_*', 00018 'keep *_allSuperClustersGenParticlesLeptonMatch_*_*', 00019 'keep *_zToEEGenParticlesMatch_*_*', 00020 'keep *_zToEEOneTrackGenParticlesMatch_*_*', 00021 'keep *_zToEEOneSuperClusterGenParticlesMatch_*_*') 00022 ) 00023 zToEEEventSelection = cms.PSet( 00024 SelectEvents = cms.untracked.PSet( 00025 SelectEvents = cms.vstring('zToEEPath', 00026 'zToEEOneTrackPath', 00027 'zToEEOneSuperClusterPath') 00028 ) 00029 ) 00030