Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Skims under 711-Modified WMu name path" #4618

Merged
merged 1 commit into from
Jul 11, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions Configuration/Skimming/test/createSkimConfigForEachPDs.py

This file was deleted.

86 changes: 0 additions & 86 deletions Configuration/Skimming/test/getSkimEfficiency.py

This file was deleted.

80 changes: 0 additions & 80 deletions DPGAnalysis/Skims/python/CosmicSPSkim_cff.py

This file was deleted.

29 changes: 1 addition & 28 deletions DPGAnalysis/Skims/python/Skims_DPG_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,33 +255,7 @@

#####################


from DPGAnalysis.Skims.WMuSkim_cff import *
WMuPath = cms.Path( pfMetWMuNuSeq )
SKIMStreamWMu = cms.FilteredStream(
responsible = 'DDT Test',
name = 'WMu',
paths = ( WMuPath ),
content = skimContent.outputCommands,
selectEvents = cms.untracked.PSet(),
dataTier = cms.untracked.string('RAW-RECO')
)


from DPGAnalysis.Skims.WElectronSkim_cff import *
WElectronPath = cms.Path( elecMetSeq )
SKIMStreamWElectron = cms.FilteredStream(
responsible = 'Egamma POG',
name = 'WElectron',
paths = ( WElectronPath ),
content = skimContent.outputCommands,
selectEvents = cms.untracked.PSet(),
dataTier = cms.untracked.string('RAW-RECO')
)




from DPGAnalysis.Skims.ZMuSkim_cff import *
from DPGAnalysis.Skims.ZmmgSkim_cff import *

Expand Down Expand Up @@ -368,11 +342,10 @@

from DPGAnalysis.Skims.HighMETSkim_cff import *
pfPath = cms.Path(pfMETSelSeq)
tcPath = cms.Path(tcMETSelSeq)
SKIMStreamHighMET = cms.FilteredStream(
responsible = 'MET Group',
name = 'HighMET',
paths = (pfPath,tcPath),
paths = (pfPath),
content = skimContent.outputCommands,
selectEvents = cms.untracked.PSet(),
dataTier = cms.untracked.string('RAW-RECO')
Expand Down