CMS 3D CMS Logo

LaserDQM_cfg.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 process = cms.Process("LaserDQM")
00004 #    service = MonitorDaemon
00005 #    {
00006 #       # if true, will automatically start DQM thread in background
00007 #       untracked bool AutoInstantiate=false    
00008 #       # if >=0, upon a connection problem, the source will automatically 
00009 #       # attempt to reconnect with a time delay (secs) specified here 
00010 #       # (default: 5)
00011 #       untracked int32 reconnect_delay = 5
00012 #       # collector hostname; examples: localhost(default),lxcmse2.cern.ch, etc
00013 #       untracked string DestinationAddress = "localhost"
00014 #       # port for communicating with collector (default: 9090)
00015 #       untracked int32 SendPort = 9090
00016 #       # monitoring period in ms (i.e. how often monitoring elements 
00017 #       # are shipped to the collector; default: 1000)
00018 #       untracked int32 UpdateDelay = 1000
00019 #       # name of DQM source (default: DQMSource)
00020 #       untracked string NameAsSource = "FU0"   
00021 #    }
00022 # Ideal geometry producer
00023 process.load("Geometry.TrackerRecoData.trackerRecoGeometryXML_cfi")
00024 
00025 # Interface to ideal geometry producer
00026 process.load("Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi")
00027 
00028 # Tracker Geometry
00029 process.load("Geometry.TrackerGeometryBuilder.trackerGeometry_cfi")
00030 
00031 process.load("Alignment.LaserDQM.LaserDQM_cfi")
00032 
00033 process.source = cms.Source("PoolSource",
00034     fileNames = cms.untracked.vstring('simevent.root')
00035 )
00036 
00037 process.maxEvents = cms.untracked.PSet(
00038     input = cms.untracked.int32(-1)
00039 )
00040 process.DaqMonitorROOTBackEnd = cms.Service("DaqMonitorROOTBackEnd")
00041 
00042 process.p1 = cms.Path(process.mon)
00043 

Generated on Tue Jun 9 17:24:10 2009 for CMSSW by  doxygen 1.5.4