CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoLocalCalo/Configuration/python/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(
00014         'keep *_ecalGlobalUncalibRecHit_*_*', 
00015         'keep *_ecalPreshowerRecHit_*_*', 
00016         'keep *_ecalRecHit_*_*')
00017 )
00018 #RECO content
00019 ecalLocalRecoRECO = cms.PSet(
00020     outputCommands = cms.untracked.vstring(
00021         'keep *_ecalPreshowerRecHit_*_*', 
00022         'keep *_ecalRecHit_*_*',
00023         'keep *_ecalCompactTrigPrim_*_*',
00024         'keep *_ecalTPSkim_*_*'
00025         )
00026 )
00027 #AOD content
00028 ecalLocalRecoAOD = cms.PSet(
00029     outputCommands = cms.untracked.vstring(
00030         )
00031 )
00032