CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoTrackerBHM_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 RecoTrackerFEVT = cms.PSet(
13  outputCommands = cms.untracked.vstring('keep recoTracks_ctfWithMaterialTracksBeamHaloMuon_*_*',
14  'keep recoTrackExtras_ctfWithMaterialTracksBeamHaloMuon_*_*',
15  'keep TrackingRecHitsOwned_ctfWithMaterialTracksBeamHaloMuon_*_*')
16 )
17 #RECO content
18 RecoTrackerRECO = cms.PSet(
19  outputCommands = cms.untracked.vstring('keep recoTracks_ctfWithMaterialTracksBeamHaloMuon_*_*',
20  'keep recoTrackExtras_ctfWithMaterialTracksBeamHaloMuon_*_*',
21  'keep TrackingRecHitsOwned_ctfWithMaterialTracksBeamHaloMuon_*_*')
22 )
23 #AOD content
24 RecoTrackerAOD = cms.PSet(
25  outputCommands = cms.untracked.vstring('keep recoTracks_ctfWithMaterialTracksBeamHaloMuon_*_*')
26 )
27