4 skimContent = FEVTEventContent.clone()
5 skimContent.outputCommands.append(
"drop *_MEtoEDMConverter_*_*")
6 skimContent.outputCommands.append(
"drop *_*_*_SKIM")
12 pathlogerror =cms.Path(logerrorseq)
14 SKIMStreamLogError = cms.FilteredStream(
15 responsible =
'reco convener',
17 paths = (pathlogerror),
18 content = skimContent.outputCommands,
19 selectEvents = cms.untracked.PSet(),
20 dataTier = cms.untracked.string(
'RAW-RECO')
24 pathlogerrormonitor =cms.Path(logerrormonitorseq)
26 SKIMStreamLogErrorMonitor = cms.FilteredStream(
27 responsible =
'reco convener',
28 name =
'LogErrorMonitor',
29 paths = (pathlogerrormonitor),
30 content = cms.untracked.vstring(
'drop *_*_*_*',
'keep edmErrorSummaryEntrys_*_*_*'),
31 selectEvents = cms.untracked.PSet(),
32 dataTier = cms.untracked.string(
'USER')
98 EcalActivityPath = cms.Path( ecalActivitySeq )
99 SKIMStreamEcalActivity = cms.FilteredStream(
100 responsible =
'ECAL DPG',
101 name =
'EcalActivity',
102 paths = ( EcalActivityPath ),
103 content = skimContent.outputCommands,
104 selectEvents = cms.untracked.PSet(),
105 dataTier = cms.untracked.string(
'RAW-RECO')
260 WMuPath = cms.Path( pfMetWMuNuSeq )
261 SKIMStreamWMu = cms.FilteredStream(
262 responsible =
'DDT Test',
265 content = skimContent.outputCommands,
266 selectEvents = cms.untracked.PSet(),
267 dataTier = cms.untracked.string(
'RAW-RECO')
272 WElectronPath = cms.Path( elecMetSeq )
273 SKIMStreamWElectron = cms.FilteredStream(
274 responsible =
'Egamma POG',
276 paths = ( WElectronPath ),
277 content = skimContent.outputCommands,
278 selectEvents = cms.untracked.PSet(),
279 dataTier = cms.untracked.string(
'RAW-RECO')
288 ZMuSkimPath = cms.Path(diMuonSelSeq)
289 ZmmgSkimPath = cms.Path(ZmmgSkimSeq)
290 WtcMetSkimPath = cms.Path(tcMetWMuNuSeq)
291 WpfMetSkimPath = cms.Path(pfMetWMuNuSeq)
300 SKIMStreamZMu = cms.FilteredStream(
301 responsible =
'Muon DPG-POG-MuEW',
303 paths = (ZMuSkimPath),
304 content = skimContent.outputCommands,
305 selectEvents = cms.untracked.PSet(),
306 dataTier = cms.untracked.string(
'RAW-RECO')
308 SKIMStreamZmmg = cms.FilteredStream(
309 responsible =
'ECAL DPG',
311 paths = (ZmmgSkimPath),
312 content = skimContent.outputCommands,
313 selectEvents = cms.untracked.PSet(),
314 dataTier = cms.untracked.string(
'RAW-RECO')
341 WElectronPath = cms.Path( elecMetSeq )
342 SKIMStreamWElectron = cms.FilteredStream(
343 responsible =
'ECAL DPG',
345 paths = ( WElectronPath ),
346 content = WElectronSkimContent.outputCommands,
347 selectEvents = cms.untracked.PSet(),
348 dataTier = cms.untracked.string(
'USER')
356 ZElectronPathGsf = cms.Path( tagGsfSeq )
357 SKIMStreamZElectron = cms.FilteredStream(
358 responsible =
'ECAL DPG',
360 paths = ( ZElectronPathGsf ),
361 content = skimContent.outputCommands,
362 selectEvents = cms.untracked.PSet(),
363 dataTier = cms.untracked.string(
'RAW-RECO')
370 pfPath = cms.Path(pfMETSelSeq)
372 SKIMStreamHighMET = cms.FilteredStream(
373 responsible =
'MET Group',
376 content = skimContent.outputCommands,
377 selectEvents = cms.untracked.PSet(),
378 dataTier = cms.untracked.string(
'RAW-RECO')
387 ZHbbSkimPath = cms.Path(ZHbbSkim)
388 SKIMStreamZHbb = cms.FilteredStream(
391 paths = (ZHbbSkimPath),
392 content = skimContent.outputCommands,
393 selectEvents = cms.untracked.PSet(),
394 dataTier = cms.untracked.string(
'RAW-RECO')
from DPGAnalysis.Skims.BeamBkgSkim_cff import * pathpfgskim3noncross = cms.Path(pfgskim3noncrossseq) ...