CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalLocalReco_EventContent_cff.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 #EB + EE Uncalibrated RecHits
4 
5 #Calibrated RecHits
6 
7 #Calibrated RecHits
8 
9 import FWCore.ParameterSet.Config as cms
10 
11 #Full Event content
12 ecalLocalRecoFEVT = cms.PSet(
13  outputCommands = cms.untracked.vstring(
14  'keep *_ecalGlobalUncalibRecHit_*_*',
15  'keep *_ecalPreshowerRecHit_*_*',
16  'keep *_ecalRecHit_*_*')
17 )
18 #RECO content
19 ecalLocalRecoRECO = cms.PSet(
20  outputCommands = cms.untracked.vstring(
21  'keep *_ecalPreshowerRecHit_*_*',
22  'keep *_ecalRecHit_*_*',
23  'keep *_ecalCompactTrigPrim_*_*',
24  'keep *_ecalTPSkim_*_*'
25  )
26 )
27 #AOD content
28 ecalLocalRecoAOD = cms.PSet(
29  outputCommands = cms.untracked.vstring(
30  )
31 )
32