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.
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  'drop *EcalRecHit*_*_*_*',
22  'keep reco*Clusters_pfElectronTranslator_*_*'
23  )
24 
25 OutALCARECOEcalUncalElectron.SelectEvents = cms.untracked.PSet(
26  SelectEvents = cms.vstring('pathALCARECOEcalUncalZElectron', 'pathALCARECOEcalUncalZSCElectron', 'pathALCARECOEcalUncalWElectron')
27  )
28 
29 
30 OutALCARECOEcalUncalWElectron=copy.deepcopy(OutALCARECOEcalUncalElectron)
31 OutALCARECOEcalUncalWElectron_noDrop=copy.deepcopy(OutALCARECOEcalUncalElectron_noDrop)
32 
33 OutALCARECOEcalUncalWElectron.SelectEvents = cms.untracked.PSet(
34  SelectEvents = cms.vstring('pathALCARECOEcalUncalWElectron') )
35 OutALCARECOEcalUncalWElectron_noDrop.SelectEvents = cms.untracked.PSet(
36  SelectEvents = cms.vstring('pathALCARECOEcalUncalWElectron') )
37 
38 
39 OutALCARECOEcalUncalZElectron=copy.deepcopy(OutALCARECOEcalUncalElectron)
40 OutALCARECOEcalUncalZElectron_noDrop=copy.deepcopy(OutALCARECOEcalUncalElectron_noDrop)
41 
42 OutALCARECOEcalUncalZElectron.SelectEvents = cms.untracked.PSet(
43  SelectEvents = cms.vstring('pathALCARECOEcalUncalZElectron', 'pathALCARECOEcalUncalZSCElectron') )
44 OutALCARECOEcalUncalZElectron_noDrop.SelectEvents = cms.untracked.PSet(
45  SelectEvents = cms.vstring('pathALCARECOEcalUncalZElectron', 'pathALCARECOEcalUncalZSCElectron') )