diff --git a/RecoEcal/Configuration/python/RecoEcal_EventContent_cff.py b/RecoEcal/Configuration/python/RecoEcal_EventContent_cff.py index 5c1a8253792ef..66bf090fbf014 100644 --- a/RecoEcal/Configuration/python/RecoEcal_EventContent_cff.py +++ b/RecoEcal/Configuration/python/RecoEcal_EventContent_cff.py @@ -45,6 +45,7 @@ func=lambda outputCommands: outputCommands.extend(['keep recoSuperClusters_correctedIslandBarrelSuperClusters_*_*', 'keep recoSuperClusters_correctedIslandEndcapSuperClusters_*_*']) ) + # RECO content RecoEcalRECO = cms.PSet( outputCommands = cms.untracked.vstring( @@ -53,17 +54,15 @@ 'keep recoSuperClusters_correctedHybridSuperClusters_*_*', # Endcap clusters 'keep *_multi5x5SuperClusters_*_*', - 'keep recoSuperClusters_multi5x5SuperClusters_*_*', 'keep recoSuperClusters_multi5x5SuperClustersWithPreshower_*_*', # Particle Flow superclusters 'keep *_particleFlowSuperClusterECAL_*_*', 'keep *_particleFlowSuperClusterOOTECAL_*_*', - # DROP statements # not used - #'drop recoClusterShapes_*_*_*', - #'drop recoBasicClustersToOnerecoClusterShapesAssociation_*_*_*', - #'drop recoBasicClusters_multi5x5BasicClusters_multi5x5BarrelBasicClusters_*', - #'drop recoSuperClusters_multi5x5SuperClusters_multi5x5BarrelSuperClusters_*') - ) + # DROP statements + 'drop recoClusterShapes_*_*_*', + 'drop recoBasicClustersToOnerecoClusterShapesAssociation_*_*_*', + 'drop recoBasicClusters_multi5x5BasicClusters_multi5x5BarrelBasicClusters_*', + 'drop recoSuperClusters_multi5x5SuperClusters_multi5x5BarrelSuperClusters_*') ) RecoEcalRECO.outputCommands.extend(RecoEcalAOD.outputCommands) _phase2_hgcal_scCommands = ['keep *_particleFlowSuperClusterHGCal_*_*', @@ -75,6 +74,7 @@ e.toModify( RecoEcalRECO.outputCommands, func=lambda outputCommands: outputCommands.extend(['keep recoCaloClusters_islandBasicClusters_*_*']) ) + # Full Event content RecoEcalFEVT = cms.PSet( outputCommands = cms.untracked.vstring( @@ -88,7 +88,6 @@ # Barrel clusters 'keep *_correctedHybridSuperClusters_*_*', # Endcap clusters - 'keep *_multi5x5*_*_*', - 'keep *_correctedMulti5x5*_*_*') + 'keep *_multi5x5*_*_*') ) RecoEcalFEVT.outputCommands.extend(RecoEcalRECO.outputCommands) diff --git a/RecoVertex/BeamSpotProducer/python/BeamSpot_EventContent_cff.py b/RecoVertex/BeamSpotProducer/python/BeamSpot_EventContent_cff.py index b56baac30ebf0..fa492c47bf0ec 100644 --- a/RecoVertex/BeamSpotProducer/python/BeamSpot_EventContent_cff.py +++ b/RecoVertex/BeamSpotProducer/python/BeamSpot_EventContent_cff.py @@ -4,11 +4,13 @@ BeamSpotAOD = cms.PSet( outputCommands = cms.untracked.vstring('keep *_offlineBeamSpot_*_*') ) + #RECO content BeamSpotRECO = cms.PSet( outputCommands = cms.untracked.vstring() ) BeamSpotRECO.outputCommands.extend(BeamSpotAOD.outputCommands) + #Full Event content BeamSpotFEVT = cms.PSet( outputCommands = cms.untracked.vstring() diff --git a/RecoVertex/Configuration/python/RecoVertex_EventContent_cff.py b/RecoVertex/Configuration/python/RecoVertex_EventContent_cff.py index 97df1a1eaaf1c..00327cd5ec7a3 100644 --- a/RecoVertex/Configuration/python/RecoVertex_EventContent_cff.py +++ b/RecoVertex/Configuration/python/RecoVertex_EventContent_cff.py @@ -1,4 +1,5 @@ import FWCore.ParameterSet.Config as cms + #AOD content RecoVertexAOD = cms.PSet( outputCommands = cms.untracked.vstring('keep *_offlinePrimaryVertices__*', @@ -23,11 +24,13 @@ outputCommands = RecoVertexAOD.outputCommands + _phase2_tktiming_RecoVertexEventContent) phase2_timing_layer.toModify( RecoVertexAOD, outputCommands = RecoVertexAOD.outputCommands + _phase2_tktiming_layer_RecoVertexEventContent) + #RECO content RecoVertexRECO = cms.PSet( outputCommands = cms.untracked.vstring() ) RecoVertexRECO.outputCommands.extend(RecoVertexAOD.outputCommands) + #FEVT content RecoVertexFEVT = cms.PSet( outputCommands = cms.untracked.vstring()