CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
l1GtHwValidation_cfi Namespace Reference

Variables

tuple l1GtHwValidation
 

Variable Documentation

tuple l1GtHwValidation_cfi.l1GtHwValidation
Initial value:
1 = cms.EDAnalyzer("L1GtHwValidation",
2 
3  # input tag for the L1 GT hardware DAQ record
4  L1GtDataDaqInputTag = cms.InputTag("gtDigis"),
5  #
6  # input tag for the L1 GT hardware EVM record
7  L1GtDataEvmInputTag = cms.InputTag("gtEvmDigis"),
8  #
9  # input tag for the L1 GT emulator DAQ record
10  L1GtEmulDaqInputTag = cms.InputTag("valGtDigis"),
11  #
12  # input tag for the L1 GT emulator EVM record
13  L1GtEmulEvmInputTag = cms.InputTag("valGtDigis"),
14  #
15  # input tag for the L1 GCT hardware record
16  L1GctDataInputTag = cms.InputTag("gctDigis"),
17 
18  DQMStore = cms.untracked.bool(False),
19  DirName = cms.untracked.string("L1TEMU/GTHW")
20 )

Definition at line 7 of file l1GtHwValidation_cfi.py.