CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/RecoTauTag/TauTagTools/python/TancConditions_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from CondCore.DBCommon.CondDBSetup_cfi import *
00004 
00005 TauTagMVAComputerRecord = cms.ESSource("PoolDBESSource",
00006         CondDBSetup,
00007         timetype = cms.string('runnumber'),
00008         toGet = cms.VPSet(cms.PSet(
00009                 record = cms.string('TauTagMVAComputerRcd'),
00010                 tag = cms.string('TauNeuralClassifier')
00011         )),
00012         connect = cms.string('sqlite_fip:CondCore/SQLiteData/data/RecoTauTagConditions_31X.db'),
00013         BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService')
00014 )
00015