CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Skims_PDWG_cff.py
Go to the documentation of this file.
2 
3 from DPGAnalysis.Skims.Skims_DPG_cff import skimContent
4 
5 from Configuration.EventContent.EventContent_cff import RECOEventContent
6 skimRecoContent = RECOEventContent.clone()
7 skimRecoContent.outputCommands.append("drop *_MEtoEDMConverter_*_*")
8 skimRecoContent.outputCommands.append("drop *_*_*_SKIM")
9 
10 #####################
11 
13 diJetAveSkimPath = cms.Path(DiJetAveSkim_Trigger)
14 SKIMStreamDiJet = cms.FilteredStream(
15  responsible = 'PDWG',
16  name = 'DiJet',
17  paths = (diJetAveSkimPath),
18  content = DiJetAveSkim_EventContent.outputCommands,
19  selectEvents = cms.untracked.PSet(),
20  dataTier = cms.untracked.string('USER')
21  )
22 
23 #####################
24 
26 tauSkimBy1Path = cms.Path( tauSkim1Sequence )
27 tauSkimBy2Path = cms.Path( tauSkim2Sequence )
28 SKIMStreamTau = cms.FilteredStream(
29  responsible = 'PDWG',
30  name = 'Tau',
31  paths = (tauSkimBy1Path),
32  content = skimContent.outputCommands,
33  selectEvents = cms.untracked.PSet(),
34  dataTier = cms.untracked.string('RAW-RECO')
35  )
36 SKIMStreamDiTau = cms.FilteredStream(
37  responsible = 'PDWG',
38  name = 'Tau',
39  paths = (tauSkimBy2Path),
40  content = skimContent.outputCommands,
41  selectEvents = cms.untracked.PSet(),
42  dataTier = cms.untracked.string('RAW-RECO')
43  )
44 
45 
46 #####################
47 
49 HSCPSDPath = cms.Path(HSCPSD)
50 SKIMStreamHSCPSD = cms.FilteredStream(
51  responsible = 'PDWG',
52  name = 'HSCPSD',
53  paths = (HSCPSDPath),
54  content = skimRecoContent.outputCommands,
55  selectEvents = cms.untracked.PSet(),
56  dataTier = cms.untracked.string('RECO')
57  )
58 
59 #####################
60 
62 CaloIdIsoPhotonPairsPath = cms.Path(CaloIdIsoPhotonPairsFilter)
63 R9IdPhotonPairsPath = cms.Path(R9IdPhotonPairsFilter)
64 MixedCaloR9IdPhotonPairsPath = cms.Path(MixedCaloR9IdPhotonPairsFilter)
65 MixedR9CaloIdPhotonPairsPath = cms.Path(MixedR9CaloIdPhotonPairsFilter)
66 
67 SKIMStreamDiPhoton = cms.FilteredStream(
68  responsible = 'PDWG',
69  name = 'DiPhoton',
70  paths = (CaloIdIsoPhotonPairsPath,R9IdPhotonPairsPath,MixedCaloR9IdPhotonPairsPath,MixedR9CaloIdPhotonPairsPath),
71  content = skimContent.outputCommands,
72  selectEvents = cms.untracked.PSet(),
73  dataTier = cms.untracked.string('RAW-RECO')
74  )
75 
76 
77 from Configuration.EventContent.EventContent_cff import AODEventContent
78 skimAodContent = AODEventContent.clone()
79 skimAodContent.outputCommands.append("drop *_MEtoEDMConverter_*_*")
80 skimAodContent.outputCommands.append("drop *_*_*_SKIM")
81 
82 #from Configuration.Skimming.PDWG_DoublePhotonSkim_cff import *
83 #diphotonSkimPath = cms.Path(diphotonSkimSequence)
84 #SKIMStreamDoublePhoton = cms.FilteredStream(
85 # responsible = 'PDWG',
86 # name = 'DoublePhoton',
87 # paths = (diphotonSkimPath),
88 # content = skimAodContent.outputCommands,
89 # selectEvents = cms.untracked.PSet(),
90 # dataTier = cms.untracked.string('AOD')
91 # )
92 
94 EXOHSCPPath = cms.Path(exoticaHSCPSeq)
95 SKIMStreamEXOHSCP = cms.FilteredStream(
96  responsible = 'PDWG',
97  name = 'EXOHSCP',
98  paths = (EXOHSCPPath),
99  content = EXOHSCPSkim_EventContent.outputCommands,
100  selectEvents = cms.untracked.PSet(),
101  dataTier = cms.untracked.string('USER')
102  )
103 
105 HWWmmPath = cms.Path(diMuonSequence)
106 HWWeePath = cms.Path(diElectronSequence)
107 HWWemPath = cms.Path(EleMuSequence)
108 SKIMStreamHWW = cms.FilteredStream(
109  responsible = 'PDWG',
110  name = 'HWW',
111  paths = (HWWmmPath,HWWeePath,HWWemPath),
112  content = skimAodContent.outputCommands,
113  selectEvents = cms.untracked.PSet(),
114  dataTier = cms.untracked.string('AOD')
115  )
116 
117 
119 HZZmmPath = cms.Path(zzdiMuonSequence)
120 HZZeePath = cms.Path(zzdiElectronSequence)
121 HZZemPath = cms.Path(zzeleMuSequence)
122 SKIMStreamHZZ = cms.FilteredStream(
123  responsible = 'PDWG',
124  name = 'HZZ',
125  paths = (HZZmmPath,HZZeePath,HZZemPath),
126  content = skimAodContent.outputCommands,
127  selectEvents = cms.untracked.PSet(),
128  dataTier = cms.untracked.string('AOD')
129  )
130 
131 
133 exoHPTEPath = cms.Path(exoDiHPTESequence)
134 SKIMStreamEXOHPTE = cms.FilteredStream(
135  responsible = 'PDWG',
136  name = 'EXOHPTE',
137  paths = (exoHPTEPath),
138  content = skimAodContent.outputCommands,
139  selectEvents = cms.untracked.PSet(),
140  dataTier = cms.untracked.string('AOD')
141  )
142 
143 #####################
144 # For the Data on Data Mixing in TSG
145 from HLTrigger.Configuration.HLT_FULL_cff import hltGtDigis
146 hltGtDigisPath=cms.Path(hltGtDigis)
147 
148 # The events to be used as PileUp
150 HLTZEROBIASPUSDPath = cms.Path(HLTZEROBIASPUSD)
151 SKIMStreamHLTZEROBIASPUSD = cms.FilteredStream(
152  responsible = 'PDWG',
153  name = 'HLTZEROBIASPUSD',
154  paths = (HLTZEROBIASPUSDPath),
155  content = skimRecoContent.outputCommands,
156  selectEvents = cms.untracked.PSet(),
157  dataTier = cms.untracked.string('RAW') # for the moment, it could be DIGI in the future
158  )
159 
160 #The events to be used as signal
162 HLTZEROBIASSIGSDPath = cms.Path(HLTZEROBIASSIGSD)
163 SKIMStreamHLTZEROBIASSIGSD = cms.FilteredStream(
164  responsible = 'PDWG',
165  name = 'HLTZEROBIASSIGSD',
166  paths = (HLTZEROBIASSIGSDPath),
167  content = skimRecoContent.outputCommands,
168  selectEvents = cms.untracked.PSet(),
169  dataTier = cms.untracked.string('RAW') # for the moment, it could be DIGI in the future
170  )
171 
172 ####################
173 
174 
175 
176 ## exo skims
177 """
178 from SUSYBSMAnalysis.Skimming.EXOLLResSkim_cff import *
179 exoLLResmmPath = cms.Path(exoLLResdiMuonSequence)
180 exoLLReseePath = cms.Path(exoLLResdiElectronSequence)
181 exoLLResemPath = cms.Path(exoLLResEleMuSequence)
182 SKIMStreamEXOLLRes = cms.FilteredStream(
183  responsible = 'EXO',
184  name = 'EXOLLRes',
185  paths = (exoLLResmmPath,exoLLReseePath,exoLLResemPath),
186  content = skimAodContent.outputCommands,
187  selectEvents = cms.untracked.PSet(),
188  dataTier = cms.untracked.string('AOD')
189  )
190 
191 from SUSYBSMAnalysis.Skimming.EXOEle_cff import *
192 exoElePath = cms.Path(exoEleLowetSeqReco)
193 SKIMStreamEXOEle = cms.FilteredStream(
194  responsible = 'EXO',
195  name = 'EXOEle',
196  paths = (exoElePath),
197  content = skimAodContent.outputCommands,
198  selectEvents = cms.untracked.PSet(),
199  dataTier = cms.untracked.string('AOD')
200  )
201 
202 from SUSYBSMAnalysis.Skimming.EXOMu_cff import *
203 exoMuPath = cms.Path(exoMuSequence)
204 SKIMStreamEXOMu = cms.FilteredStream(
205  responsible = 'EXO',
206  name = "EXOMu",
207  paths = (exoMuPath),
208  content = skimAodContent.outputCommands,
209  selectEvents = cms.untracked.PSet(),
210  dataTier = cms.untracked.string('AOD')
211  )
212 
213 from SUSYBSMAnalysis.Skimming.EXOTriLepton_cff import *
214 exoTriMuPath = cms.Path(exoTriMuonSequence)
215 SKIMStreamEXOTriMu = cms.FilteredStream(
216  responsible = 'EXO',
217  name = 'EXOTriMu',
218  paths = (exoTriMuPath),
219  content = skimAodContent.outputCommands,
220  selectEvents = cms.untracked.PSet(),
221  dataTier = cms.untracked.string('AOD')
222  )
223 exoTriElePath = cms.Path(exoTriElectronSequence)
224 SKIMStreamEXOTriEle = cms.FilteredStream(
225  responsible = 'EXO',
226  name = 'EXOTriEle',
227  paths = (exoTriElePath),
228  content = skimAodContent.outputCommands,
229  selectEvents = cms.untracked.PSet(),
230  dataTier = cms.untracked.string('AOD')
231  )
232 exo1E2MuPath = cms.Path(exo1E2MuSequence)
233 SKIMStreamEXO1E2Mu = cms.FilteredStream(
234  responsible = 'EXO',
235  name = 'EXO1E2Mu',
236  paths = (exo1E2MuPath),
237  content = skimAodContent.outputCommands,
238  selectEvents = cms.untracked.PSet(),
239  dataTier = cms.untracked.string('AOD')
240  )
241 
242 from SUSYBSMAnalysis.Skimming.EXODiLepton_cff import *
243 exoDiMuPath = cms.Path(exoDiMuSequence)
244 exoDiElePath = cms.Path(exoDiMuSequence)
245 exoEMuPath = cms.Path(exoEMuSequence)
246 SKIMStreamEXODiMu = cms.FilteredStream(
247  responsible = 'EXO',
248  name = 'EXODiMu',
249  paths = (exoDiMuPath),
250  content = skimAodContent.outputCommands,
251  selectEvents = cms.untracked.PSet(),
252  dataTier = cms.untracked.string('AOD')
253  )
254 SKIMStreamEXODiEle = cms.FilteredStream(
255  responsible = 'EXO',
256  name = 'EXODiEle',
257  paths = (exoDiElePath),
258  content = skimAodContent.outputCommands,
259  selectEvents = cms.untracked.PSet(),
260  dataTier = cms.untracked.string('AOD')
261  )
262 SKIMStreamEXOEMu = cms.FilteredStream(
263  responsible = 'EXO',
264  name = 'EXOEMu',
265  paths = (exoEMuPath),
266  content = skimAodContent.outputCommands,
267  selectEvents = cms.untracked.PSet(),
268  dataTier = cms.untracked.string('AOD')
269  )
270 """
DPG skims ###.