CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltOfflineReproducibility_cfi.py
Go to the documentation of this file.
2 
3 DQM = False
4 
5 hltOfflineReproducibility = cms.EDAnalyzer('HLTOfflineReproducibility',
6  dqm = cms.untracked.bool(DQM),
7  processNameORIG = cms.string("HLT"),
8  processNameNEW = cms.string("TEST"),
9  triggerTagORIG = cms.untracked.InputTag('TriggerResults::HLT'),
10  triggerTagNEW = cms.untracked.InputTag('TriggerResults::TEST'),
11  isRealData = cms.untracked.bool(True),
12  Nfiles = cms.untracked.int32(235),
13  Norm = cms.untracked.double(1.),
14  LumiSecNumber = cms.untracked.int32(1)
15  )
16 
17 
18 
19