CMS 3D CMS Logo

updateHPSPFTaus_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 import copy
3 
4 '''
5 
6 Sequences for HPS taus that need to be rerun in order to update Monte Carlo/Data samples produced with CMSSW_7_0_x RecoTauTag tags
7 to the latest tau id. developments recommended by the Tau POG
8 
9 authors: Evan Friis, Wisconsin
10  Christian Veelken, LLR
11 
12 '''
13 from RecoTauTag.Configuration.HPSPFTaus_cff import hpsPFTauBasicDiscriminators
14 
15 updateHPSPFTausTask = cms.Task(
16  hpsPFTauBasicDiscriminators
17 )
18 updateHPSPFTaus = cms.Sequence(updateHPSPFTausTask)