3 from Configuration.EventContent.EventContentCosmics_cff
import FEVTEventContent
4 skimContent = FEVTEventContent.clone()
5 skimContent.outputCommands.append(
"drop *_MEtoEDMConverter_*_*")
6 skimContent.outputCommands.append(
"drop *_*_*_SKIM")
16 cosmicMuonsBarrelOnlyPath = cms.Path(cosmicMuonsBarrelOnlySequence)
17 cosmicMuonsPath = cms.Path(cosmicMuonsSequence)
18 cosmicMuons1LegPath = cms.Path(cosmicMuons1LegSequence)
19 globalCosmicMuonsBarrelOnlyPath = cms.Path(globalCosmicMuonsBarrelOnlySequence)
20 cosmictrackfinderP5Path = cms.Path(cosmictrackfinderP5Sequence)
21 globalCosmicMuonsPath = cms.Path(globalCosmicMuonsSequence)
22 globalCosmicMuons1LegPath = cms.Path(globalCosmicMuons1LegSequence)
24 SKIMStreamCosmicSP = cms.FilteredStream(
25 responsible =
'MU-POG TRK-DPG',
27 paths = (cosmicMuonsBarrelOnlyPath,
30 globalCosmicMuonsBarrelOnlyPath,
31 cosmictrackfinderP5Path,
32 globalCosmicMuonsPath,
33 globalCosmicMuons1LegPath
36 content = skimContent.outputCommands,
37 selectEvents = cms.untracked.PSet(),
38 dataTier = cms.untracked.string(
'RAW-RECO')
43 from DPGAnalysis.Skims.cscSkim_cff import *
44 from DPGAnalysis.Skims.Skims_DPG_cff import pathCSCSkim,SKIMStreamCSC
49 from DPGAnalysis.Skims.cosmicSPSkim_cff import *
51 cosmicMuonsBarrelOnlyPath = cms.Path(cosmicMuonsBarrelOnlySequence)
52 cosmicMuonsPath = cms.Path(cosmicMuonsSequence)
53 cosmicMuons1LegPath = cms.Path(cosmicMuons1LegSequence)
54 globalCosmicMuonsBarrelOnlyPath = cms.Path(globalCosmicMuonsBarrelOnlySequence)
55 cosmictrackfinderP5Path = cms.Path(cosmictrackfinderP5Sequence)
56 globalCosmicMuonsPath = cms.Path(globalCosmicMuonsSequence)
57 # (SK) keep commented out in case of resurrection
58 #rsWithMaterialTracksP5Path = cms.Path(rsWithMaterialTracksP5Sequence)
59 globalCosmicMuons1LegPath = cms.Path(globalCosmicMuons1LegSequence)
60 # (SK) keep commented out in case of resurrection
61 #rsWithMaterialTracksP5Path = cms.Path(rsWithMaterialTracksP5Sequence)
63 SKIMStreamCosmicSP = cms.FilteredStream(
66 paths = (cosmicMuonsBarrelOnlyPath,
69 globalCosmicMuonsBarrelOnlyPath,
70 cosmictrackfinderP5Path,
71 globalCosmicMuonsPath,
72 # (SK) keep commented out in case of resurrection
73 # rsWithMaterialTracksP5Path,
74 globalCosmicMuons1LegPath
76 # (SK) keep commented out in case of resurrection
77 # rsWithMaterialTracksP5Path
79 content = skimContent.outputCommands,
80 selectEvents = cms.untracked.PSet(),
81 dataTier = cms.untracked.string('RAW-RECO')
86 from DPGAnalysis.Skims.cosmicTPSkim_cff import *
88 cosmicMuonsBarrelOnlyTkPath = cms.Path(cosmicMuonsEndCapsOnlyTkSequence)
89 cosmicMuonsEndCapsOnlyTkPath = cms.Path(cosmicMuonsTkSequence)
90 cosmicMuonsTkPath = cms.Path(cosmicMuons1LegTkSequence)
91 cosmicMuons1LegTkPath = cms.Path(cosmicMuons1LegTkSequence)
92 globalCosmicMuonsBarrelOnlyTkPath = cms.Path(globalCosmicMuonsBarrelOnlyTkSequence)
93 globalCosmicMuonsEndCapsOnlyTkPath = cms.Path(globalCosmicMuonsEndCapsOnlyTkSequence)
94 globalCosmicMuonsTkPath = cms.Path(globalCosmicMuonsTkSequence)
95 globalCosmicMuons1LegTkPath = cms.Path(globalCosmicMuons1LegTkSequence)
96 cosmictrackfinderP5TkCntPath = cms.Path(cosmictrackfinderP5TkCntSequence)
97 ctfWithMaterialTracksP5TkCntPath = cms.Path(ctfWithMaterialTracksP5TkCntSequence)
98 # (SK) keep commented out in case of resurrection
99 #rsWithMaterialTracksP5TkCntPath = cms.Path(rsWithMaterialTracksP5TkCntSequence)
101 SKIMStreamCosmicTP = cms.FilteredStream(
104 paths = (cosmicMuonsBarrelOnlyTkPath,
105 cosmicMuonsEndCapsOnlyTkPath,
107 cosmicMuons1LegTkPath,
108 globalCosmicMuonsBarrelOnlyTkPath,
109 globalCosmicMuonsEndCapsOnlyTkPath,
110 globalCosmicMuonsTkPath,
111 globalCosmicMuons1LegTkPath,
112 cosmictrackfinderP5TkCntPath,
113 ctfWithMaterialTracksP5TkCntPath
115 # (SK) keep commented out in case of resurrection
116 # rsWithMaterialTracksP5TkCntPath
118 content = skimContent.outputCommands,
119 selectEvents = cms.untracked.PSet(),
120 dataTier = cms.untracked.string('RAW-RECO')