CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/HcalMonitorTasks/python/HcalNZSMonitor_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 HcalNZSMonitor=cms.EDAnalyzer("HcalNZSMonitor",
00004                               # base class stuff
00005                               debug                  = cms.untracked.int32(0),
00006                               online                 = cms.untracked.bool(False),
00007                               AllowedCalibTypes      = cms.untracked.vint32(0), # don't include calibration events, since they skew NZS ratio? 
00008                               mergeRuns              = cms.untracked.bool(False),
00009                               enableCleanup          = cms.untracked.bool(False),
00010                               subSystemFolder        = cms.untracked.string("Hcal/"),
00011                               TaskFolder             = cms.untracked.string("NZSMonitor_Hcal/"),
00012                               skipOutOfOrderLS       = cms.untracked.bool(False),
00013                               NLumiBlocks            = cms.untracked.int32(4000),
00014 
00015                               # NZS-specific parameters
00016                               RawDataLabel           = cms.untracked.InputTag("source"),
00017                             
00018                               HLTResultsLabel        = cms.untracked.InputTag("TriggerResults","","HLT"),
00019                               nzsHLTnames            = cms.untracked.vstring('HLT_HcalPhiSym',
00020                                                                    'HLT_HcalNZS_8E29'),
00021                               NZSeventPeriod         = cms.untracked.int32(4096),
00022                               )