CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoLocalMuonCosmics_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 # DT
4 
5 # no Drift algo
6 
7 # CSC
8 
9 # RPC
10 
11 # DT
12 
13 # no Drift algo
14 
15 # CSC
16 
17 # RPC
18 
19 import FWCore.ParameterSet.Config as cms
20 
21 # Full Event content
22 RecoLocalMuonFEVT = cms.PSet(
23  outputCommands = cms.untracked.vstring(
24  'keep *_muonDTDigis_*_*',
25  'keep *_dttfDigis_*_*',
26  'keep *_dt1DRecHits_*_*',
27  'keep *_dt4DSegments_*_*',
28  'keep *_dt1DRecHitsNoDrift_*_*',
29  'keep *_dt4DSegmentsNoDrift_*_*',
30  'keep *_dt4DSegmentsT0Seg_*_*',
31  'keep *_csc2DRecHits_*_*',
32  'keep *_cscSegments_*_*',
33  'keep RPCDetIdRPCDigiMuonDigiCollection_*_*_*',
34  'keep *_rpcRecHits_*_*')
35 )
36 # RECO content
37 RecoLocalMuonRECO = cms.PSet(
38  outputCommands = cms.untracked.vstring(
39  'keep *_muonDTDigis_*_*',
40  'keep *_dttfDigis_*_*',
41  'keep *_dt1DRecHits_*_*',
42  'keep *_dt4DSegments_*_*',
43  'keep *_dt1DRecHitsNoDrift_*_*',
44  'keep *_dt4DSegmentsNoDrift_*_*',
45  'keep *_dt4DSegmentsT0Seg_*_*',
46  'keep *_csc2DRecHits_*_*',
47  'keep *_cscSegments_*_*',
48  'keep RPCDetIdRPCDigiMuonDigiCollection_*_*_*',
49  'keep *_rpcRecHits_*_*')
50 )
51 # AOD content
52 RecoLocalMuonAOD = cms.PSet(
53  outputCommands = cms.untracked.vstring()
54 )
55 
56