Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 HiTrivialConditionRetriever = cms.ESSource('HiTrivialConditionRetriever',
00004 inputFile = cms.string("RecoHI/HiCentralityAlgos/data/CentralityTablesHydjet2760GeV.txt"),
00005 verbose = cms.untracked.int32(1)
00006 )