CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/DQM/L1TMonitorClient/python/L1THcalClient_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1THcalClient = cms.EDAnalyzer("L1THcalClient",
00004     #untracked bool saveOutput = true
00005     #untracked bool Standalone = false
00006     #untracked string outputFile = "L1THcalClient.root"
00007     output_dir = cms.untracked.string('L1T/Hcal/')
00008 )
00009 
00010