CMS 3D CMS Logo

ecalLocalReco_EventContentCosmics_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Full Event content 
00004 # .. EB + EE uncalibrated recHits
00005 # .. calibrated RecHits
00006 ecalLocalRecoFEVT = cms.PSet(
00007     outputCommands = cms.untracked.vstring('keep *_ecalWeightUncalibRecHit_*_*', 
00008         'keep *_ecalFixedAlphaBetaFitUncalibRecHit_*_*', 
00009         'keep *_ecalPreshowerRecHit_*_*', 
00010         'keep *_ecalRecHit_*_*')
00011 )
00012 # RECO content
00013 # .. calibrated RecHits
00014 ecalLocalRecoRECO = cms.PSet(
00015     outputCommands = cms.untracked.vstring('keep *_ecalPreshowerRecHit_*_*', 
00016         'keep *_ecalRecHit_*_*')
00017 )
00018 # AOD content
00019 # .. nothing
00020 ecalLocalRecoAOD = cms.PSet(
00021     outputCommands = cms.untracked.vstring()
00022 )
00023 

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