CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoTracker/Configuration/python/RecoTrackerNotStandard_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 #Tracks
00004 
00005 #Tracks
00006 
00007 #Tracks without extra and hits
00008 
00009 import FWCore.ParameterSet.Config as cms
00010 
00011 #Full Event content 
00012 RecoTrackerNotStandardFEVT = cms.PSet(
00013     outputCommands = cms.untracked.vstring('keep *_ctfNoOverlaps_*_*', 
00014         'keep *_ctfPixelLess_*_*', 
00015         'keep *_ctfCombinedSeeds_*_*')
00016 )
00017 #RECO content
00018 RecoTrackerNotStandardRECO = cms.PSet(
00019     outputCommands = cms.untracked.vstring('keep *_ctfNoOverLaps_*_*', 
00020         'keep *_ctfPixelLess_*_*', 
00021         'keep *_ctfCombinedSeeds_*_*')
00022 )
00023 #AOD content
00024 RecoTrackerNotStandardAOD = cms.PSet(
00025     outputCommands = cms.untracked.vstring('keep recoTracks_ctfNoOverLaps_*_*', 
00026         'keep recoTracks_ctfPixelLess_*_*', 
00027         'keep recoTracks_ctfCombinedSeeds_*_*')
00028 )
00029