CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoEcal_EventContentCosmics_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 RecoEcalFEVT = cms.PSet(
4  outputCommands = cms.untracked.vstring('keep *_ecalRecHit_*_*',
5  'keep *_ecalWeightUncalibRecHit_*_*',
6  'keep *_ecalPreshowerRecHit_*_*',
7  'keep *_islandBasicClusters_*_*',
8  'keep *_islandSuperClusters_*_*',
9  'keep *_hybridSuperClusters_*_*',
10  'keep *_uncleanedHybridSuperClusters_*_*',
11  'keep *_correctedFixedMatrix*_*_*',
12  'keep *_cosmicBasicClusters_*_*',
13  'keep *_cosmicSuperClusters_*_*',
14  'keep *_fixedMatrix*_*_*',
15  'keep *_correctedIslandBarrelSuperClusters_*_*',
16  'keep *_correctedIslandEndcapSuperClusters_*_*',
17  'keep *_correctedHybridSuperClusters_*_*',
18  'keep *_correctedEndcapSuperClustersWithPreshower_*_*',
19  'keep *_preshowerClusterShape_*_*')
20 )
21 RecoEcalRECO = cms.PSet(
22  outputCommands = cms.untracked.vstring('keep *_islandBasicClusters_*_*',
23  'keep *_fixedMatrixBasicClusters_*_*',
24  'keep *_hybridSuperClusters_*_*',
25  'keep *_uncleanedHybridSuperClusters_*_*',
26  'keep *_cosmicBasicClusters_*_*',
27  'keep *_cosmicSuperClusters_*_*',
28  'drop recoSuperClusters_hybridSuperClusters_*_*',
29  'keep recoSuperClusters_islandSuperClusters_islandBarrelSuperClusters_*',
30  'keep recoSuperClusters_correctedHybridSuperClusters_*_*',
31  'keep *_correctedFixedMatrixSuperClustersWithPreshower_*_*',
32  'keep recoPreshowerClusters_fixedMatrixSuperClustersWithPreshower_*_*',
33  'keep *_correctedEndcapSuperClustersWithPreshower_*_*',
34  'keep recoPreshowerClusterShapes_preshowerClusterShape_*_*',
35  'keep recoPreshowerClusterShapes_fixedMatrixPreshowerClusterShape_*_*')
36 )
37 RecoEcalAOD = cms.PSet(
38  outputCommands = cms.untracked.vstring('keep *_islandBasicClusters_*_*',
39  'keep *_fixedMatrixBasicClusters_*_*',
40  'keep *_hybridSuperClusters_*_*',
41  'keep *_cosmicBasicClusters_*_*',
42  'keep *_cosmicSuperClusters_*_*',
43  'drop recoSuperClusters_hybridSuperClusters_*_*',
44  'keep recoSuperClusters_islandSuperClusters_islandBarrelSuperClusters_*',
45  'keep recoSuperClusters_correctedHybridSuperClusters_*_*',
46  'keep recoSuperClusters_correctedEndcapSuperClustersWithPreshower_*_*',
47  'keep recoPreshowerClusters_fixedMatrixSuperClustersWithPreshower_*_*',
48  'keep recoSuperClusters_correctedFixedMatrixSuperClustersWithPreshower_*_*',
49  'keep recoPreshowerClusterShapes_preshowerClusterShape_*_*',
50  'keep recoPreshowerClusterShapes_fixedMatrixPreshowerClusterShape_*_*')
51 )
52