CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOEcalUncalIsolElectron_Output_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 import copy
4 
5 OutALCARECOEcalUncalElectron_noDrop=copy.deepcopy(OutALCARECOEcalCalElectron_noDrop)
6 OutALCARECOEcalUncalElectron_noDrop.outputCommands+=cms.untracked.vstring(
7  'keep *_ecalDigis_*_*',
8  'keep *EcalTriggerPrimitiveDigi*_ecalDigis_*_*',
9  'keep *_ecalPreshowerDigis_*_*',
10  'keep *_ecalDetIdToBeRecovered_*_*',
11  'keep reco*Clusters_pfElectronTranslator_*_*'
12  )
13 
14 OutALCARECOEcalUncalElectron=copy.deepcopy(OutALCARECOEcalUncalElectron_noDrop)
15 OutALCARECOEcalUncalElectron.outputCommands.insert(0, "drop *")
16 OutALCARECOEcalUncalElectron.outputCommands += cms.untracked.vstring(
17  'drop recoCaloClusters_*_*_*',
18  'drop recoSuperClusters_*_*_*',
19  'drop recoPreshowerCluster*_*_*_*',
20  'drop *EcalRecHit*_reducedEcalRecHitsES*_*_*',
21  'keep reco*Clusters_pfElectronTranslator_*_*'
22  )
23 
24 OutALCARECOEcalUncalElectron.SelectEvents = cms.untracked.PSet(
25  SelectEvents = cms.vstring('pathALCARECOEcalUncalZElectron', 'pathALCARECOEcalUncalZSCElectron', 'pathALCARECOEcalUncalWElectron')
26  )
27 
28 
29 OutALCARECOEcalUncalWElectron=copy.deepcopy(OutALCARECOEcalUncalElectron)
30 OutALCARECOEcalUncalWElectron_noDrop=copy.deepcopy(OutALCARECOEcalUncalElectron_noDrop)
31 
32 OutALCARECOEcalUncalWElectron.SelectEvents = cms.untracked.PSet(
33  SelectEvents = cms.vstring('pathALCARECOEcalUncalWElectron') )
34 OutALCARECOEcalUncalWElectron_noDrop.SelectEvents = cms.untracked.PSet(
35  SelectEvents = cms.vstring('pathALCARECOEcalUncalWElectron') )
36 
37 
38 OutALCARECOEcalUncalZElectron=copy.deepcopy(OutALCARECOEcalUncalElectron)
39 OutALCARECOEcalUncalZElectron_noDrop=copy.deepcopy(OutALCARECOEcalUncalElectron_noDrop)
40 
41 OutALCARECOEcalUncalZElectron.SelectEvents = cms.untracked.PSet(
42  SelectEvents = cms.vstring('pathALCARECOEcalUncalZElectron', 'pathALCARECOEcalUncalZSCElectron') )
43 OutALCARECOEcalUncalZElectron_noDrop.SelectEvents = cms.untracked.PSet(
44  SelectEvents = cms.vstring('pathALCARECOEcalUncalZElectron', 'pathALCARECOEcalUncalZSCElectron') )