CMS 3D CMS Logo

ecalLocalReco_EventContent_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #EB + EE Uncalibrated RecHits
00004 
00005 #Calibrated RecHits
00006 
00007 #Calibrated RecHits
00008 
00009 import FWCore.ParameterSet.Config as cms
00010 
00011 #Full Event content 
00012 ecalLocalRecoFEVT = cms.PSet(
00013     outputCommands = cms.untracked.vstring('keep *_ecalWeightUncalibRecHit_*_*', 
00014         'keep *_ecalPreshowerRecHit_*_*', 
00015         'keep *_ecalRecHit_*_*')
00016 )
00017 #RECO content
00018 ecalLocalRecoRECO = cms.PSet(
00019     outputCommands = cms.untracked.vstring('keep *_ecalPreshowerRecHit_*_*', 
00020         'keep *_ecalRecHit_*_*')
00021 )
00022 #AOD content
00023 ecalLocalRecoAOD = cms.PSet(
00024     outputCommands = cms.untracked.vstring()
00025 )
00026 

Generated on Tue Jun 9 17:43:44 2009 for CMSSW by  doxygen 1.5.4