Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:34

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from L1Trigger.Phase2L1Taus.hpspfTauProducer_cfi import hpspfTauProducer as _hpspfTauProducer
0004 l1tHPSPFTauProducerPF = _hpspfTauProducer.clone(
0005     srcL1PFCands = "l1tLayer1:PF",
0006 )