CMS 3D CMS Logo

l1GtDataEmulAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1GtDataEmulAnalyzer = cms.EDAnalyzer("L1GtDataEmulAnalyzer",
00004 
00005     # input tag for the L1 GT hardware DAQ/EVM record
00006     L1GtDataInputTag = cms.InputTag("gtDigis"),
00007     #
00008     # input tag for the L1 GT emulator DAQ/EVM record
00009     L1GtEmulInputTag = cms.InputTag("l1GtEmulDigis"),
00010     #
00011     # input tag for the L1 GCT hardware record 
00012     L1GctDataInputTag = cms.InputTag("gctDigis")   
00013 )
00014 
00015 

Generated on Tue Jun 9 17:40:14 2009 for CMSSW by  doxygen 1.5.4