CMS 3D CMS Logo

HPSPFTauProducerPF_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from L1Trigger.Phase2L1Taus.hpspfTauProducer_cfi import hpspfTauProducer as _hpspfTauProducer
4 HPSPFTauProducerPF = _hpspfTauProducer.clone(
5  srcL1PFCands = "l1ctLayer1:PF",
6 )