CMS 3D CMS Logo

tauSpinnerTable_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from PhysicsTools.NanoAOD.tauSpinnerTableProducer_cfi import tauSpinnerTableProducer
3 
4 tauSpinnerTable = tauSpinnerTableProducer.clone(
5  src = 'prunedGenParticles',
6  name = 'TauSpinner',
7  theta = [0, 0.25, 0.5, -0.25, 0.375],
8  defaultWeight = 1
9 )
10 
11 tauSpinnerTableTask = cms.Task(tauSpinnerTable)