CMS 3D CMS Logo

l1uGTTree_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1uGTTree = cms.EDAnalyzer( "L1uGTTreeProducer",
4  ugtToken = cms.InputTag( "gtStage2Digis" )
5 )