CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/L1Trigger/GlobalTriggerAnalyzer/python/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