CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Validation/CaloTowers/python/CaloTowersParam_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 calotowersAnalyzer = cms.EDAnalyzer("CaloTowersValidation",
00004     outputFile               = cms.untracked.string(''),
00005     CaloTowerCollectionLabel = cms.untracked.InputTag('towerMaker'),
00006     hcalselector             = cms.untracked.string('all'),
00007     mc                       = cms.untracked.string('no')
00008 )
00009 
00010 
00011