Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 HcalRecHitMonitor=cms.EDAnalyzer("HcalRecHitMonitor",
00004
00005 debug = cms.untracked.int32(0),
00006 online = cms.untracked.bool(False),
00007 AllowedCalibTypes = cms.untracked.vint32(0),
00008 mergeRuns = cms.untracked.bool(False),
00009 enableCleanup = cms.untracked.bool(False),
00010 subSystemFolder = cms.untracked.string("Hcal/"),
00011 TaskFolder = cms.untracked.string("RecHitMonitor_Hcal/"),
00012 skipOutOfOrderLS = cms.untracked.bool(False),
00013 NLumiBlocks = cms.untracked.int32(4000),
00014 makeDiagnostics = cms.untracked.bool(False),
00015
00016
00017
00018
00019 hbheRechitLabel = cms.untracked.InputTag("hbhereco"),
00020 hoRechitLabel = cms.untracked.InputTag("horeco"),
00021 hfRechitLabel = cms.untracked.InputTag("hfreco"),
00022
00023 L1GTLabel = cms.untracked.InputTag("l1GtUnpack"),
00024
00025 HLTResultsLabel = cms.untracked.InputTag("TriggerResults","","HLT"),
00026
00027 HcalHLTBits = cms.untracked.vstring("HLT_ExclDiJet60_HF"),
00028 MinBiasHLTBits = cms.untracked.vstring("HLT_Physics",
00029 "HLT_MinBias",
00030 "HLT_ZeroBias"),
00031
00032
00033 energyThreshold = cms.untracked.double(2.),
00034 ETThreshold = cms.untracked.double(0.),
00035 HF_energyThreshold = cms.untracked.double(3.),
00036 HF_ETThreshold = cms.untracked.double(0.),
00037 HO_energyThreshold = cms.untracked.double(5.),
00038 collisiontimediffThresh = cms.untracked.double(10.)
00039 )