CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
RecoHGCal_EventContent_cff Namespace Reference

Variables

tuple TICL_AOD
 
tuple TICL_FEVT
 
tuple TICL_RECO
 
list trackstersIters = ['keep *_ticlTracksters'+iteration+'_*_*' for iteration in ticlIterLabelsMerge]
 

Variable Documentation

tuple RecoHGCal_EventContent_cff.TICL_AOD
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring()
3  )

Definition at line 8 of file RecoHGCal_EventContent_cff.py.

tuple RecoHGCal_EventContent_cff.TICL_FEVT
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring(
3  'keep *_ticlSimTracksters_*_*',
4  'keep *_ticlSimTrackstersFromCP_*_*',
5  )
6  )

Definition at line 28 of file RecoHGCal_EventContent_cff.py.

tuple RecoHGCal_EventContent_cff.TICL_RECO
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring(
3  trackstersIters +
4  ['keep *_ticlTrackstersHFNoseTrkEM_*_*',
5  'keep *_ticlTrackstersHFNoseEM_*_*',
6  'keep *_ticlTrackstersHFNoseTrk_*_*',
7  'keep *_ticlTrackstersHFNoseMIP_*_*',
8  'keep *_ticlTrackstersHFNoseHAD_*_*',
9  'keep *_ticlTrackstersHFNoseMerge_*_*',] +
10  ['keep *_pfTICL_*_*']
11  )
12  )

Definition at line 13 of file RecoHGCal_EventContent_cff.py.

list RecoHGCal_EventContent_cff.trackstersIters = ['keep *_ticlTracksters'+iteration+'_*_*' for iteration in ticlIterLabelsMerge]

Definition at line 5 of file RecoHGCal_EventContent_cff.py.