CMS 3D CMS Logo

Variables

hltPrescaleRecorder_cfi Namespace Reference

Variables

tuple HLTPrescaleRecorder

Variable Documentation

Initial value:
00001 cms.EDProducer("HLTPrescaleRecorder",
00002     # (single) source:
00003     # -1:PrescaleServicePSet, 0:PrescaleService,
00004     #  1:Run, 2:Lumi, 3:Event, 4:CondDB    
00005     src         = cms.int32(0),
00006     # (multiple) destinations
00007     run         = cms.bool(True),
00008     lumi        = cms.bool(True),
00009     event       = cms.bool(True),
00010     condDB      = cms.bool(True),
00011     #                                     
00012     psetName    = cms.string(""),         # src=-1
00013     hltInputTag = cms.InputTag("","",""), # src= 1,2,3
00014     hltDBTag    = cms.string("")          # src= 4
00015 )

Definition at line 3 of file hltPrescaleRecorder_cfi.py.