CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1Trigger/GlobalMuonTrigger/python/gmttree_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 gmttree = cms.EDAnalyzer("L1MuGMTTree",
00004     GeneratorInputTag = cms.InputTag("none"),
00005     SimulationInputTag = cms.InputTag("none"),
00006     GTInputTag = cms.InputTag("none"),
00007     GTEvmInputTag = cms.InputTag("none"),
00008     GMTInputTag = cms.InputTag("l1GmtEmulDigis"),
00009 
00010     PhysVal = cms.bool(True),
00011     OutputFile = cms.untracked.string('gmttree.root')
00012 )
00013 
00014 
00015