CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/HLTrigger/Timer/python/FastTimerService_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # FastTimerService
00004 from HLTrigger.Timer.FastTimerService_cfi import *
00005 from HLTrigger.Timer.fastTimerServiceClient_cfi import *
00006 
00007 # DQM file saver
00008 DQMFileSaver = cms.EDAnalyzer( "DQMFileSaver",
00009 #   producer          = cms.untracked.string('DQM'),
00010 #   version           = cms.untracked.int32(1),
00011 #   referenceRequireStatus = cms.untracked.int32(100),
00012 #   runIsComplete     = cms.untracked.bool(False),
00013 #   referenceHandling = cms.untracked.string('all'),
00014     convention        = cms.untracked.string( "Offline" ),
00015     workflow          = cms.untracked.string( "/HLT/FastTimerService/All" ),
00016     dirName           = cms.untracked.string( "." ),
00017     saveByRun         = cms.untracked.int32(1),
00018     saveByLumiSection = cms.untracked.int32(-1),
00019     saveByEvent       = cms.untracked.int32(-1),
00020     saveByTime        = cms.untracked.int32(-1),
00021     saveByMinute      = cms.untracked.int32(-1),
00022     saveAtJobEnd      = cms.untracked.bool(False),
00023     forceRunNumber    = cms.untracked.int32(-1),
00024 )
00025 
00026 DQMFileSaverOutput = cms.EndPath( fastTimerServiceClient + DQMFileSaver )