CMS 3D CMS Logo

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