CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SkimsCosmics_DPG_cff.py
Go to the documentation of this file.
2 
3 from Configuration.EventContent.EventContentCosmics_cff import FEVTEventContent
4 skimContent = FEVTEventContent.clone()
5 skimContent.outputCommands.append("drop *_MEtoEDMConverter_*_*")
6 skimContent.outputCommands.append("drop *_*_*_SKIM")
7 
8 ############ Import LogError and LogErrorMonitor skims defined in Skims_DPG_cff.py
10 from DPGAnalysis.Skims.Skims_DPG_cff import pathlogerror,SKIMStreamLogError
11 from DPGAnalysis.Skims.Skims_DPG_cff import pathlogerrormonitor,SKIMStreamLogErrorMonitor
12 
13 ############
15 
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)
23 
24 SKIMStreamCosmicSP = cms.FilteredStream(
25  responsible = 'MU-POG TRK-DPG',
26  name = 'CosmicSP',
27  paths = (cosmicMuonsBarrelOnlyPath,
28  cosmicMuonsPath,
29  cosmicMuons1LegPath,
30  globalCosmicMuonsBarrelOnlyPath,
31  cosmictrackfinderP5Path,
32  globalCosmicMuonsPath,
33  globalCosmicMuons1LegPath
34 
35  ),
36  content = skimContent.outputCommands,
37  selectEvents = cms.untracked.PSet(),
38  dataTier = cms.untracked.string('RAW-RECO')
39  )
40 
41 
42 """
43 from DPGAnalysis.Skims.cscSkim_cff import *
44 from DPGAnalysis.Skims.Skims_DPG_cff import pathCSCSkim,SKIMStreamCSC
45 
46 
47 
48 
49 from DPGAnalysis.Skims.cosmicSPSkim_cff import *
50 
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)
62 
63 SKIMStreamCosmicSP = cms.FilteredStream(
64  responsible = '',
65  name = 'CosmicSP',
66  paths = (cosmicMuonsBarrelOnlyPath,
67  cosmicMuonsPath,
68  cosmicMuons1LegPath,
69  globalCosmicMuonsBarrelOnlyPath,
70  cosmictrackfinderP5Path,
71  globalCosmicMuonsPath,
72 # (SK) keep commented out in case of resurrection
73 # rsWithMaterialTracksP5Path,
74  globalCosmicMuons1LegPath
75 # ,
76 # (SK) keep commented out in case of resurrection
77 # rsWithMaterialTracksP5Path
78  ),
79  content = skimContent.outputCommands,
80  selectEvents = cms.untracked.PSet(),
81  dataTier = cms.untracked.string('RAW-RECO')
82  )
83 
84 #####################
85 
86 from DPGAnalysis.Skims.cosmicTPSkim_cff import *
87 
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)
100 
101 SKIMStreamCosmicTP = cms.FilteredStream(
102  responsible = '',
103  name = 'CosmicTP',
104  paths = (cosmicMuonsBarrelOnlyTkPath,
105  cosmicMuonsEndCapsOnlyTkPath,
106  cosmicMuonsTkPath,
107  cosmicMuons1LegTkPath,
108  globalCosmicMuonsBarrelOnlyTkPath,
109  globalCosmicMuonsEndCapsOnlyTkPath,
110  globalCosmicMuonsTkPath,
111  globalCosmicMuons1LegTkPath,
112  cosmictrackfinderP5TkCntPath,
113  ctfWithMaterialTracksP5TkCntPath
114 # ,
115 # (SK) keep commented out in case of resurrection
116 # rsWithMaterialTracksP5TkCntPath
117  ),
118  content = skimContent.outputCommands,
119  selectEvents = cms.untracked.PSet(),
120  dataTier = cms.untracked.string('RAW-RECO')
121  )
122 """
123 
124 
DPG skims ###.