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')
262 ZMuSkimPath = cms.Path(diMuonSelSeq)
263 ZmmgSkimPath = cms.Path(ZmmgSkimSeq)
264 WtcMetSkimPath = cms.Path(tcMetWMuNuSeq)
265 WpfMetSkimPath = cms.Path(pfMetWMuNuSeq)
274 SKIMStreamZMu = cms.FilteredStream(
275 responsible =
'Muon DPG-POG-MuEW',
277 paths = (ZMuSkimPath),
278 content = skimContent.outputCommands,
279 selectEvents = cms.untracked.PSet(),
280 dataTier = cms.untracked.string(
'RAW-RECO')
282 SKIMStreamZmmg = cms.FilteredStream(
283 responsible =
'ECAL DPG',
285 paths = (ZmmgSkimPath),
286 content = skimContent.outputCommands,
287 selectEvents = cms.untracked.PSet(),
288 dataTier = cms.untracked.string(
'RAW-RECO')
315 WElectronPath = cms.Path( elecMetSeq )
316 SKIMStreamWElectron = cms.FilteredStream(
317 responsible =
'ECAL DPG',
319 paths = ( WElectronPath ),
320 content = WElectronSkimContent.outputCommands,
321 selectEvents = cms.untracked.PSet(),
322 dataTier = cms.untracked.string(
'USER')
330 ZElectronPathGsf = cms.Path( tagGsfSeq )
331 SKIMStreamZElectron = cms.FilteredStream(
332 responsible =
'ECAL DPG',
334 paths = ( ZElectronPathGsf ),
335 content = skimContent.outputCommands,
336 selectEvents = cms.untracked.PSet(),
337 dataTier = cms.untracked.string(
'RAW-RECO')
344 pfPath = cms.Path(pfMETSelSeq)
345 tcPath = cms.Path(tcMETSelSeq)
346 SKIMStreamHighMET = cms.FilteredStream(
347 responsible =
'MET Group',
349 paths = (pfPath,tcPath),
350 content = skimContent.outputCommands,
351 selectEvents = cms.untracked.PSet(),
352 dataTier = cms.untracked.string(
'RAW-RECO')
361 ZHbbSkimPath = cms.Path(ZHbbSkim)
362 SKIMStreamZHbb = cms.FilteredStream(
365 paths = (ZHbbSkimPath),
366 content = skimContent.outputCommands,
367 selectEvents = cms.untracked.PSet(),
368 dataTier = cms.untracked.string(
'RAW-RECO')
373 from DPGAnalysis.Skims.HighLumiFilter_cfi
import highLumiFilter
374 HighLumiSkimPath = cms.Path(highLumiFilter)
375 SKIMStreamHighLumi = cms.FilteredStream(
376 responsible =
'Tracking POG',
378 paths = (HighLumiSkimPath),
379 content = skimContent.outputCommands,
380 selectEvents = cms.untracked.PSet(),
381 dataTier = cms.untracked.string(
'RAW-RECO')
from DPGAnalysis.Skims.BeamBkgSkim_cff import * pathpfgskim3noncross = cms.Path(pfgskim3noncrossseq) ...