CMS 3D CMS Logo

PFTauVertexandImpactParameters_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 
7 PFTauVertexandImpactParametersTask = cms.Task(PFTauPrimaryVertexProducer,PFTauSecondaryVertexProducer,PFTauTransverseImpactParameters)
8 PFTauVertexandImpactParametersSeq = cms.Sequence(PFTauVertexandImpactParametersTask)