Skip to content

Commit

Permalink
Merge pull request #67 from mbluj/CMSSW_9_4_X_tauMVAIso2017v1
Browse files Browse the repository at this point in the history
Temporary customize to the unit tests that fail due to old input samples (2nd bunch)
  • Loading branch information
mbluj committed Oct 30, 2017
2 parents b1c10da + 0aa1462 commit 07ebdd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PhysicsTools/PatAlgos/test/patMiniAOD_standard_cfg.py
Expand Up @@ -5,6 +5,8 @@

process.load("PhysicsTools.PatAlgos.producersLayer1.patCandidates_cff")
patAlgosToolsTask.add(process.patCandidatesTask)
#Temporary customize to the unit tests that fail due to old input samples
process.patTaus.skipMissingTauID = True

process.load("PhysicsTools.PatAlgos.selectionLayer1.selectedPatCandidates_cff")
patAlgosToolsTask.add(process.selectedPatCandidatesTask)
Expand Down
2 changes: 2 additions & 0 deletions PhysicsTools/PatAlgos/test/patTuple_addJets_cfg.py
Expand Up @@ -5,6 +5,8 @@

process.load("PhysicsTools.PatAlgos.producersLayer1.patCandidates_cff")
patAlgosToolsTask.add(process.patCandidatesTask)
#Temporary customize to the unit tests that fail due to old input samples
process.patTaus.skipMissingTauID = True

process.load("PhysicsTools.PatAlgos.selectionLayer1.selectedPatCandidates_cff")
patAlgosToolsTask.add(process.selectedPatCandidatesTask)
Expand Down
2 changes: 2 additions & 0 deletions PhysicsTools/PatAlgos/test/patTuple_onlyTaus_cfg.py
Expand Up @@ -6,6 +6,8 @@
## load tau sequences up to selectedPatTaus
process.load("PhysicsTools.PatAlgos.producersLayer1.tauProducer_cff")
patAlgosToolsTask.add(process.makePatTausTask)
#Temporary customize to the unit tests that fail due to old input samples
process.patTaus.skipMissingTauID = True
process.load("PhysicsTools.PatAlgos.selectionLayer1.tauSelector_cfi")
patAlgosToolsTask.add(process.selectedPatTaus)

Expand Down

0 comments on commit 07ebdd3

Please sign in to comment.