CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoTrackerNotStandard_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 #Tracks
4 
5 #Tracks
6 
7 #Tracks without extra and hits
8 
9 import FWCore.ParameterSet.Config as cms
10 
11 #Full Event content
12 RecoTrackerNotStandardFEVT = cms.PSet(
13  outputCommands = cms.untracked.vstring('keep *_ctfNoOverlaps_*_*',
14  'keep *_ctfPixelLess_*_*',
15  'keep *_ctfCombinedSeeds_*_*')
16 )
17 #RECO content
18 RecoTrackerNotStandardRECO = cms.PSet(
19  outputCommands = cms.untracked.vstring('keep *_ctfNoOverLaps_*_*',
20  'keep *_ctfPixelLess_*_*',
21  'keep *_ctfCombinedSeeds_*_*')
22 )
23 #AOD content
24 RecoTrackerNotStandardAOD = cms.PSet(
25  outputCommands = cms.untracked.vstring('keep recoTracks_ctfNoOverLaps_*_*',
26  'keep recoTracks_ctfPixelLess_*_*',
27  'keep recoTracks_ctfCombinedSeeds_*_*')
28 )
29