CMS 3D CMS Logo

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

Variables

tuple TrackingToolsAOD
 
tuple TrackingToolsFEVT
 
tuple TrackingToolsRECO
 

Variable Documentation

tuple TrackingTools_EventContent_cff.TrackingToolsAOD
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep recoTracks_GsfGlobalElectronTest_*_*',
3  'keep recoGsfTracks_electronGsfTracks_*_*'
4  )
5 )

Definition at line 4 of file TrackingTools_EventContent_cff.py.

tuple TrackingTools_EventContent_cff.TrackingToolsFEVT
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep *_electronGsfTracks_*_*'
3  )
4 )

Definition at line 25 of file TrackingTools_EventContent_cff.py.

tuple TrackingTools_EventContent_cff.TrackingToolsRECO
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep *_CkfElectronCandidates_*_*',
3  'keep *_GsfGlobalElectronTest_*_*',
4  'keep *_electronMergedSeeds_*_*',
5  'keep recoGsfTrackExtras_electronGsfTracks_*_*',
6  'keep recoTrackExtras_electronGsfTracks_*_*',
7  'keep TrackingRecHitsOwned_electronGsfTracks_*_*'
8  )
9 )

Definition at line 13 of file TrackingTools_EventContent_cff.py.