CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/RecoEcal/Configuration/python/RecoEcal_EventContentCosmics_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 RecoEcalFEVT = cms.PSet(
00004     outputCommands = cms.untracked.vstring('keep *_ecalRecHit_*_*', 
00005         'keep *_ecalWeightUncalibRecHit_*_*', 
00006         'keep *_ecalPreshowerRecHit_*_*', 
00007         'keep *_islandBasicClusters_*_*', 
00008         'keep *_islandSuperClusters_*_*', 
00009         'keep *_hybridSuperClusters_*_*', 
00010         'keep *_uncleanedHybridSuperClusters_*_*',
00011         'keep *_correctedFixedMatrix*_*_*', 
00012         'keep *_cosmicBasicClusters_*_*', 
00013         'keep *_cosmicSuperClusters_*_*', 
00014         'keep *_fixedMatrix*_*_*', 
00015         'keep *_correctedIslandBarrelSuperClusters_*_*', 
00016         'keep *_correctedIslandEndcapSuperClusters_*_*', 
00017         'keep *_correctedHybridSuperClusters_*_*', 
00018         'keep *_correctedEndcapSuperClustersWithPreshower_*_*', 
00019         'keep *_preshowerClusterShape_*_*')
00020 )
00021 RecoEcalRECO = cms.PSet(
00022     outputCommands = cms.untracked.vstring('keep *_islandBasicClusters_*_*', 
00023         'keep *_fixedMatrixBasicClusters_*_*', 
00024         'keep *_hybridSuperClusters_*_*',
00025         'keep *_uncleanedHybridSuperClusters_*_*',                                           
00026         'keep *_cosmicBasicClusters_*_*', 
00027         'keep *_cosmicSuperClusters_*_*', 
00028         'drop recoSuperClusters_hybridSuperClusters_*_*', 
00029         'keep recoSuperClusters_islandSuperClusters_islandBarrelSuperClusters_*', 
00030         'keep recoSuperClusters_correctedHybridSuperClusters_*_*', 
00031         'keep *_correctedFixedMatrixSuperClustersWithPreshower_*_*', 
00032         'keep recoPreshowerClusters_fixedMatrixSuperClustersWithPreshower_*_*', 
00033         'keep *_correctedEndcapSuperClustersWithPreshower_*_*', 
00034         'keep recoPreshowerClusterShapes_preshowerClusterShape_*_*', 
00035         'keep recoPreshowerClusterShapes_fixedMatrixPreshowerClusterShape_*_*')
00036 )
00037 RecoEcalAOD = cms.PSet(
00038     outputCommands = cms.untracked.vstring('keep *_islandBasicClusters_*_*', 
00039         'keep *_fixedMatrixBasicClusters_*_*', 
00040         'keep *_hybridSuperClusters_*_*', 
00041         'keep *_cosmicBasicClusters_*_*', 
00042         'keep *_cosmicSuperClusters_*_*', 
00043         'drop recoSuperClusters_hybridSuperClusters_*_*', 
00044         'keep recoSuperClusters_islandSuperClusters_islandBarrelSuperClusters_*', 
00045         'keep recoSuperClusters_correctedHybridSuperClusters_*_*', 
00046         'keep recoSuperClusters_correctedEndcapSuperClustersWithPreshower_*_*', 
00047         'keep recoPreshowerClusters_fixedMatrixSuperClustersWithPreshower_*_*', 
00048         'keep recoSuperClusters_correctedFixedMatrixSuperClustersWithPreshower_*_*', 
00049         'keep recoPreshowerClusterShapes_preshowerClusterShape_*_*', 
00050         'keep recoPreshowerClusterShapes_fixedMatrixPreshowerClusterShape_*_*')
00051 )
00052