Variables | |
tuple | AutoInstantiate = cms.untracked.bool(True) |
tuple | debugModules = cms.untracked.vstring('l1GtUnpack') |
tuple | DestinationAddress = cms.untracked.string('cmsroc2') |
tuple | destinations = cms.untracked.vstring('testGt_Unpacker') |
DEBUG mode. | |
tuple | fileNames = cms.untracked.vstring('mdaqGLOBAL.00010083.0000.A.test.0.0000.dat') |
tuple | input = cms.untracked.int32(-1) |
tuple | labels = cms.untracked.vstring('source') |
tuple | max_event_size = cms.int32(7000000) |
tuple | max_queue_depth = cms.int32(5) |
tuple | NameAsSource = cms.untracked.string('GlobalDQM') |
tuple | period = cms.untracked.uint32(5) |
tuple | process = cms.Process("DQM") |
tuple | reconnect_delay = cms.untracked.int32(5) |
tuple | SendPort = cms.untracked.int32(9090) |
tuple | testGt_Unpacker |
tuple | UpdateDelay = cms.untracked.int32(1000) |
tuple L1TDQM_cfg::AutoInstantiate = cms.untracked.bool(True) |
Definition at line 71 of file L1TDQM_cfg.py.
tuple L1TDQM_cfg::debugModules = cms.untracked.vstring('l1GtUnpack') |
Definition at line 97 of file L1TDQM_cfg.py.
tuple L1TDQM_cfg::DestinationAddress = cms.untracked.string('cmsroc2') |
Definition at line 73 of file L1TDQM_cfg.py.
DEBUG mode.
Definition at line 99 of file L1TDQM_cfg.py.
tuple L1TDQM_cfg::fileNames = cms.untracked.vstring('mdaqGLOBAL.00010083.0000.A.test.0.0000.dat') |
Definition at line 53 of file L1TDQM_cfg.py.
tuple L1TDQM_cfg::input = cms.untracked.int32(-1) |
Definition at line 49 of file L1TDQM_cfg.py.
tuple L1TDQM_cfg::labels = cms.untracked.vstring('source') |
Definition at line 62 of file L1TDQM_cfg.py.
Referenced by BTagPerformanceAnalyzerOnData::analyze(), BTagPerformanceAnalyzerMC::analyze(), HLTMuonOfflineAnalyzer::beginRun(), HLTPrescaleRecorder::beginRun(), cscdqm::Collection::book(), CollectionCombiner< Collection >::CollectionCombiner(), pat::JetCorrFactors::correctionLabels(), pat::JetCorrFactors::correctionLabelString(), DQMHistPlotter::DQMHistPlotter(), HLTConfigData::dump(), DQMHistPlotter::endJob(), HLTPrescaleRecorder::endRun(), HLTConfigData::extract(), HCalSD::HCalSD(), JetTagMVAExtractor::JetTagMVAExtractor(), rpcdqm::utils::labelYAxisRing(), PlotCombiner::makePlot(), CollectionCombiner< Collection >::produce(), DTLocalTriggerTask::setQLabels(), and MVAJetTagPlotter::tagInfoRequirements().
tuple L1TDQM_cfg::max_event_size = cms.int32(7000000) |
Definition at line 52 of file L1TDQM_cfg.py.
tuple L1TDQM_cfg::max_queue_depth = cms.int32(5) |
Definition at line 54 of file L1TDQM_cfg.py.
tuple L1TDQM_cfg::NameAsSource = cms.untracked.string('GlobalDQM') |
Definition at line 79 of file L1TDQM_cfg.py.
tuple L1TDQM_cfg::period = cms.untracked.uint32(5) |
Definition at line 67 of file L1TDQM_cfg.py.
Referenced by edm::BranchDescription::initBranchName(), and cond::DbConnectionConfiguration::setConnectionRetrialPeriod().
tuple L1TDQM_cfg::process = cms.Process("DQM") |
Definition at line 42 of file L1TDQM_cfg.py.
tuple L1TDQM_cfg::reconnect_delay = cms.untracked.int32(5) |
Definition at line 81 of file L1TDQM_cfg.py.
tuple L1TDQM_cfg::SendPort = cms.untracked.int32(9090) |
Definition at line 78 of file L1TDQM_cfg.py.
00001 cms.untracked.PSet( 00002 threshold = cms.untracked.string('DEBUG'), ## DEBUG mode 00003 00004 DEBUG = cms.untracked.PSet( ## DEBUG mode, all messages 00005 00006 limit = cms.untracked.int32(-1) 00007 ), 00008 # untracked PSet DEBUG = { untracked int32 limit = 10} // DEBUG mode, max 10 messages 00009 INFO = cms.untracked.PSet( 00010 limit = cms.untracked.int32(-1) 00011 ) 00012 )
Definition at line 85 of file L1TDQM_cfg.py.
tuple L1TDQM_cfg::UpdateDelay = cms.untracked.int32(1000) |
Definition at line 80 of file L1TDQM_cfg.py.