Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:28:00

0001 # The following comments couldn't be translated into the new config version:
0002 
0003 #Tracks
0004 
0005 #Tracks
0006 
0007 #Tracks without extra and hits
0008 
0009 import FWCore.ParameterSet.Config as cms
0010 
0011 #Full Event content 
0012 RecoTrackerNotStandardFEVT = cms.PSet(
0013     outputCommands = cms.untracked.vstring('keep *_ctfNoOverlaps_*_*', 
0014         'keep *_ctfPixelLess_*_*', 
0015         'keep *_ctfCombinedSeeds_*_*')
0016 )
0017 #RECO content
0018 RecoTrackerNotStandardRECO = cms.PSet(
0019     outputCommands = cms.untracked.vstring('keep *_ctfNoOverLaps_*_*', 
0020         'keep *_ctfPixelLess_*_*', 
0021         'keep *_ctfCombinedSeeds_*_*')
0022 )
0023 #AOD content
0024 RecoTrackerNotStandardAOD = cms.PSet(
0025     outputCommands = cms.untracked.vstring('keep recoTracks_ctfNoOverLaps_*_*', 
0026         'keep recoTracks_ctfPixelLess_*_*', 
0027         'keep recoTracks_ctfCombinedSeeds_*_*')
0028 )
0029