CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SimGeneral_EventContent_cff.py
Go to the documentation of this file.
2 
3 #Full Event content
4 SimGeneralFEVTDEBUG = cms.PSet(
5  outputCommands = cms.untracked.vstring('drop *_trackingtruthprod_*_*',
6  'drop *_electrontruth_*_*',
7  'keep *_mix_MergedTrackTruth_*',
8  'keep CrossingFramePlaybackInfoNew_*_*_*')
9 )
10 #RAW content
11 SimGeneralRAW = cms.PSet(
12  outputCommands = cms.untracked.vstring('keep CrossingFramePlaybackInfoNew_*_*_*',
13  'keep PileupSummaryInfos_*_*_*',
14  'keep int_*_bunchSpacing_*')
15 )
16 #RECO content
17 SimGeneralRECO = cms.PSet(
18  outputCommands = cms.untracked.vstring('keep PileupSummaryInfos_*_*_*',
19  'keep int_*_bunchSpacing_*')
20 )
21 #AOD content
22 SimGeneralAOD = cms.PSet(
23  outputCommands = cms.untracked.vstring('keep PileupSummaryInfos_*_*_*',
24  'keep int_*_bunchSpacing_*')
25 )
26